You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/11/02 11:16:28 UTC

(camel) branch azurite-3.27.0 updated (da9ca67de99 -> d75f3d3852f)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch azurite-3.27.0
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit da9ca67de99 Upgrade Azurite container image to version 3.27.0
     add 53285e6dd1d Camel-Box: Upgrade to Jose4j to version 0.9.3 and exclusion version 0.9.0 (#11888)
     add ab43485d262 (chore) ci: replace comment on edit to provide the result
     new d75f3d3852f Upgrade Azurite container image to version 3.27.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (da9ca67de99)
            \
             N -- N -- N   refs/heads/azurite-3.27.0 (d75f3d3852f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/component-test/action.yaml       |  4 ++++
 components/camel-box/camel-box-api/pom.xml       | 12 ++++++++++++
 components/camel-box/camel-box-component/pom.xml | 12 ++++++++++++
 parent/pom.xml                                   |  3 ++-
 4 files changed, 30 insertions(+), 1 deletion(-)


(camel) 01/01: Upgrade Azurite container image to version 3.27.0

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch azurite-3.27.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d75f3d3852f2727a635b8e08ec5c4b483d3559b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 2 10:54:03 2023 +0100

    Upgrade Azurite container image to version 3.27.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../apache/camel/test/infra/azure/common/services/AzuriteContainer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
index 0243d763e0b..0a100fecc6b 100644
--- a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
+++ b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
@@ -26,7 +26,7 @@ public class AzuriteContainer extends GenericContainer<AzuriteContainer> {
     public static final String DEFAULT_ACCOUNT_KEY
             = "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";
 
-    public static final String IMAGE_NAME = "mcr.microsoft.com/azure-storage/azurite:3.26.0";
+    public static final String IMAGE_NAME = "mcr.microsoft.com/azure-storage/azurite:3.27.0";
 
     public AzuriteContainer() {
         this(IMAGE_NAME);