Skip to content

Commit

Permalink
Merge pull request #789 from cybozu-go/bump-1.30.5
Browse files Browse the repository at this point in the history
Bump version to 1.30.5
  • Loading branch information
YZ775 authored Jan 16, 2025
2 parents 8bd3a9d + 5eefe13 commit c87c837
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.30.5]

### Changed

- fix runRepairer to check nil in order to avoid SEGV [#788](https://github.com/cybozu-go/cke/pull/788)
- Enabling etcd data corruption detection [#787](https://github.com/cybozu-go/cke/pull/787)

## [1.30.4]

### Changed
Expand Down Expand Up @@ -66,7 +73,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.

[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.30.4...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.30.5...HEAD
[1.30.5]: https://github.com/cybozu-go/cke/compare/v1.30.4...v1.30.5
[1.30.4]: https://github.com/cybozu-go/cke/compare/v1.30.3...v1.30.4
[1.30.3]: https://github.com/cybozu-go/cke/compare/v1.30.2...v1.30.3
[1.30.2]: https://github.com/cybozu-go/cke/compare/v1.30.1...v1.30.2
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cke

// Version represents current cke version
const Version = "1.30.4"
const Version = "1.30.5"

// ConfigVersion represents the current configuration scheme
// of how CKE constructs its Kubernetes cluster.
Expand Down

0 comments on commit c87c837

Please sign in to comment.