Skip to content

Commit

Permalink
Merge pull request #704 from cybozu-go/bump-1.27.7
Browse files Browse the repository at this point in the history
bump version to 1.27.7
  • Loading branch information
YZ775 authored Feb 8, 2024
2 parents a5484e8 + 86266ec commit 0e03322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.27.7]

### Fixed

- add setup-go in release-cke-image CI in [#703](https://github.com/cybozu-go/cke/pull/703)

## [1.27.6]

### Fixed
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.27.6"
const Version = "1.27.7"

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

0 comments on commit 0e03322

Please sign in to comment.