Skip to content

Commit

Permalink
update etcd image to 3.5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed May 31, 2024
1 parent edc28db commit 25b5c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 etcd image to 3.5.14.1 [#742](https://github.com/cybozu-go/cke/pull/742)

## [1.28.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion images.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func (i Image) Name() string {

// Container image definitions
const (
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.13.1")
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.14.1")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.10.1")
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.28.0")
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.5")
Expand Down

0 comments on commit 25b5c4b

Please sign in to comment.