Commit 00ca571 1 parent af1b0bb commit 00ca571 Copy full SHA for 00ca571
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
+ ### Changed
9
+
10
+ - Update kubernetes 1.28.10 [ #756 ] ( https://github.com/cybozu-go/cke/pull/756 )
11
+
8
12
## [ 1.28.6]
9
13
10
14
### Changed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func (i Image) Name() string {
11
11
// Container image definitions
12
12
const (
13
13
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" )
15
15
ToolsImage = Image ("ghcr.io/cybozu-go/cke-tools:1.28.0" )
16
16
PauseImage = Image ("ghcr.io/cybozu/pause:3.9.0.5" )
17
17
CoreDNSImage = Image ("ghcr.io/cybozu/coredns:1.11.1.3" )
Original file line number Diff line number Diff line change 3
3
# tool versions
4
4
MANAGEMENT_ETCD_VERSION = 3.5.14
5
5
VAULT_VERSION = 1.16.0
6
- K8S_VERSION = 1.28.10
6
+ K8S_VERSION = 1.28.12
7
7
CONTAINERD_VERSION = 1.7.14
8
8
CRITOOLS_VERSION = 1.29.0
9
9
CT_VERSION = 0.9.3
Original file line number Diff line number Diff line change 1
1
# ## Configurable variables
2
2
SONOBUOY_VERSION = 0.57.1
3
- KUBECTL_VERSION = 1.28.10
3
+ KUBECTL_VERSION = 1.28.12
4
4
DOCKER_COMPOSE_VERSION = 2.26.1
5
5
CT_VERSION = 0.9.3
6
6
You can’t perform that action at this time.
0 commit comments