From 86266ec28337f0b2b7668c4cc7d456db1a57134d Mon Sep 17 00:00:00 2001 From: YZ775 Date: Thu, 8 Feb 2024 00:12:21 +0000 Subject: [PATCH] bump version to 1.27.7 --- CHANGELOG.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f91f67..b387f1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 13aecbee..acf12cf6 100644 --- a/version.go +++ b/version.go @@ -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.