Skip to content

Commit

Permalink
update kubernetes to 1.28.12
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Jul 19, 2024
1 parent af1b0bb commit 401d31b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

### Changed

- Update kubernetes 1.28.12 [#756](https://github.com/cybozu-go/cke/pull/756)

## [1.28.6]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion images.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func (i Image) Name() string {
// Container image definitions
const (
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.14.1")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.10.1")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.12.1")
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.28.0")
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.5")
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.3")
Expand Down
2 changes: 1 addition & 1 deletion mtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# tool versions
MANAGEMENT_ETCD_VERSION = 3.5.14
VAULT_VERSION = 1.16.0
K8S_VERSION = 1.28.10
K8S_VERSION = 1.28.12
CONTAINERD_VERSION = 1.7.14
CRITOOLS_VERSION = 1.29.0
CT_VERSION = 0.9.3
Expand Down
2 changes: 1 addition & 1 deletion sonobuoy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Configurable variables
SONOBUOY_VERSION = 0.57.1
KUBECTL_VERSION = 1.28.10
KUBECTL_VERSION = 1.28.12
DOCKER_COMPOSE_VERSION = 2.26.1
CT_VERSION = 0.9.3

Expand Down

0 comments on commit 401d31b

Please sign in to comment.