Skip to content

Commit 5cf5851

Browse files
chore(deps): update localstack/localstack docker tag to v4.12.0 (kroxylicious#3047)
Signed-off-by: Kroxylicious Robot <153509303+kroxylicious-robot@users.noreply.github.com>
1 parent cada67e commit 5cf5851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kroxylicious-kms-providers/kroxylicious-kms-provider-aws-kms-test-support/src/main/java/io/kroxylicious/kms/provider/aws/kms/AwsKmsTestKmsFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class AwsKmsTestKmsFacade extends AbstractAwsKmsTestKmsFacade {
2020
private static final Logger LOG = LoggerFactory.getLogger(AwsKmsTestKmsFacade.class);
21-
private static final DockerImageName LOCALSTACK_IMAGE = DockerImageName.parse("localstack/localstack:4.11.1");
21+
private static final DockerImageName LOCALSTACK_IMAGE = DockerImageName.parse("localstack/localstack:4.12.0");
2222
private @Nullable LocalStackContainer localStackContainer;
2323

2424
@Override

kroxylicious-systemtests/src/main/resources/helm_localstack_overrides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Helm Overrides File for localstack used by the system tests.
88
image:
9-
tag: 4.11.1
9+
tag: 4.12.0
1010
enableStartupScripts: true
1111
startupScriptContent: |
1212
#!/bin/bash

0 commit comments

Comments
 (0)