Skip to content

Commit edc28db

Browse files
authored
Merge pull request #741 from cybozu-go/bump-1.28.3
Bump version to 1.28.3
2 parents 2f529f4 + 4199bcd commit edc28db

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
## [1.28.3]
9+
10+
### Changed
11+
12+
- Update kubernetes 1.28.10 [#740](https://github.com/cybozu-go/cke/pull/740)
13+
814
## [1.28.2]
915

1016
### Added
@@ -65,7 +71,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
6571
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
6672
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
6773

68-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.2...HEAD
74+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.3...HEAD
75+
[1.28.3]: https://github.com/cybozu-go/cke/compare/v1.28.2...v1.28.3
6976
[1.28.2]: https://github.com/cybozu-go/cke/compare/v1.28.1...v1.28.2
7077
[1.28.1]: https://github.com/cybozu-go/cke/compare/v1.28.0...v1.28.1
7178
[1.28.0]: https://github.com/cybozu-go/cke/compare/v1.27.10...v1.28.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cke
22

33
// Version represents current cke version
4-
const Version = "1.28.2"
4+
const Version = "1.28.3"
55

66
// ConfigVersion represents the current configuration scheme
77
// of how CKE constructs its Kubernetes cluster.

0 commit comments

Comments
 (0)