Skip to content

Commit

Permalink
Update tools version
Browse files Browse the repository at this point in the history
Signed-off-by: Masayuki Ishii <[email protected]>
  • Loading branch information
masa213f committed Nov 17, 2023
1 parent 44afcb9 commit f1a722e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile for cke

ETCD_VERSION = 3.5.9
ETCD_VERSION = 3.5.10

.PHONY: all
all: test
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
command: /opt/setup/setup.sh
vault:
container_name: vault
image: quay.io/cybozu/vault:1.13
image: quay.io/cybozu/vault:1.14
networks:
app_net:
ipv4_address: 172.30.0.13
Expand Down
12 changes: 6 additions & 6 deletions mtest/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Makefile for multi-host testing using ginkgo

# tool versions
MANAGEMENT_ETCD_VERSION = 3.5.9
VAULT_VERSION = 1.14.0
K8S_VERSION = 1.26.6
CONTAINERD_VERSION = 1.7.2
CRITOOLS_VERSION = 1.27.1
CT_VERSION = 0.9.3
MANAGEMENT_ETCD_VERSION = 3.5.10
VAULT_VERSION = 1.15.2
K8S_VERSION = 1.27.8
CONTAINERD_VERSION = 1.7.9
CRITOOLS_VERSION = 1.28.0
CT_VERSION = 0.9.4

# configuration variables
BRIDGE_ADDRESS = 10.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion sonobuoy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
command: /opt/setup/setup.sh
vault:
container_name: vault
image: quay.io/cybozu/vault:1.13
image: quay.io/cybozu/vault:1.14
networks:
app_net:
ipv4_address: 172.30.0.13
Expand Down

0 comments on commit f1a722e

Please sign in to comment.