Skip to content

Commit 00ca571

Browse files
committed
update kubernetes to 1.28.12
1 parent af1b0bb commit 00ca571

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- Update kubernetes 1.28.10 [#756](https://github.com/cybozu-go/cke/pull/756)
11+
812
## [1.28.6]
913

1014
### Changed

images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func (i Image) Name() string {
1111
// Container image definitions
1212
const (
1313
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.14.1")
14-
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.10.1")
14+
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.12.1")
1515
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.28.0")
1616
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.5")
1717
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.3")

mtest/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# tool versions
44
MANAGEMENT_ETCD_VERSION = 3.5.14
55
VAULT_VERSION = 1.16.0
6-
K8S_VERSION = 1.28.10
6+
K8S_VERSION = 1.28.12
77
CONTAINERD_VERSION = 1.7.14
88
CRITOOLS_VERSION = 1.29.0
99
CT_VERSION = 0.9.3

sonobuoy/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Configurable variables
22
SONOBUOY_VERSION = 0.57.1
3-
KUBECTL_VERSION = 1.28.10
3+
KUBECTL_VERSION = 1.28.12
44
DOCKER_COMPOSE_VERSION = 2.26.1
55
CT_VERSION = 0.9.3
66

0 commit comments

Comments
 (0)