From f1a722ea3bf008ee6fc056f593fe7ef949e6a40d Mon Sep 17 00:00:00 2001 From: Masayuki Ishii Date: Fri, 17 Nov 2023 06:52:54 +0000 Subject: [PATCH] Update tools version Signed-off-by: Masayuki Ishii --- Makefile | 2 +- example/docker-compose.yml | 2 +- mtest/Makefile | 12 ++++++------ sonobuoy/docker-compose.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index a22aef99..02054c6a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for cke -ETCD_VERSION = 3.5.9 +ETCD_VERSION = 3.5.10 .PHONY: all all: test diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 669103e1..f32a3695 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -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 diff --git a/mtest/Makefile b/mtest/Makefile index 31479736..cdbcf09f 100644 --- a/mtest/Makefile +++ b/mtest/Makefile @@ -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 diff --git a/sonobuoy/docker-compose.yml b/sonobuoy/docker-compose.yml index 25bd64e1..09560281 100644 --- a/sonobuoy/docker-compose.yml +++ b/sonobuoy/docker-compose.yml @@ -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