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 10:09:28 UTC

[camel] branch main updated: Use latest Hashicorp Vault container image 1.13.3 for test-infra module (#10958)

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f8746b7461 Use latest Hashicorp Vault container image 1.13.3 for test-infra module (#10958)
5f8746b7461 is described below

commit 5f8746b7461baec409e3f7434ff1ee34bc02491b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 2 12:09:22 2023 +0200

    Use latest Hashicorp Vault container image 1.13.3 for test-infra module (#10958)
    
    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";