You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/02 09:48:54 UTC

[camel] branch hashicorp-vault-1.13.3 created (now 132c24ffebe)

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

acosentino pushed a change to branch hashicorp-vault-1.13.3
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 132c24ffebe Use latest Hashicorp Vault container image 1.13.3 for test-infra module

This branch includes the following new commits:

     new 132c24ffebe Use latest Hashicorp Vault container image 1.13.3 for test-infra module

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.



[camel] 01/01: Use latest Hashicorp Vault container image 1.13.3 for test-infra module

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

acosentino pushed a commit to branch hashicorp-vault-1.13.3
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 132c24ffebeabd5bcafab7fe7f8a27d3d7132cd1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 2 11:32:09 2023 +0200

    Use latest Hashicorp Vault container image 1.13.3 for test-infra module
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../hashicorp/vault/services/HashicorpVaultLocalContainerService.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
index 1f9ed2c6de6..812bac88b8d 100644
--- a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
+++ b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java
@@ -28,7 +28,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer;
 import org.testcontainers.containers.wait.strategy.Wait;
 
 public class HashicorpVaultLocalContainerService implements HashicorpVaultService, ContainerService<GenericContainer<?>> {
-    public static final String CONTAINER_IMAGE = "hashicorp/vault:1.13.1";
+    public static final String CONTAINER_IMAGE = "hashicorp/vault:1.13.3";
     public static final String CONTAINER_NAME = "hashicorp-vault";
     private static final String DEFAULT_TOKEN = "myToken";