From 983619c20e6c041e8b85b803e91f93e106ea2658 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 22 Aug 2024 12:57:01 +0300 Subject: [PATCH] Release v6.27.1 (#1074) --- CHANGELOG.md | 10 ++++++++-- pkg/project/project.go | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8467bbdf..617ad699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.27.1] - 2024-08-22 + +### Fixed + +- Bump `github.com/marwan-at-work/mod/cmd/mod` to `v0.7.1` in the "Create release PR" workflow template, to fix compatibility with Go 1.23 an re-enable majore version relases. + ## [6.27.0] - 2024-08-20 ### Fixed - Include replace directives in apptest generated go.mo -- Bump `github.com/marwan-at-work/mod/cmd/mod` to `v0.7.1` in create release pr template, to fix compatibility with Go 1.23 ### Changed @@ -978,7 +983,8 @@ Renovate config - First release. -[Unreleased]: https://github.com/giantswarm/devctl/compare/v6.27.0...HEAD +[Unreleased]: https://github.com/giantswarm/devctl/compare/v6.27.1...HEAD +[6.27.1]: https://github.com/giantswarm/devctl/compare/v6.27.0...v6.27.1 [6.27.0]: https://github.com/giantswarm/devctl/compare/v6.26.4...v6.27.0 [6.26.4]: https://github.com/giantswarm/devctl/compare/v6.26.3...v6.26.4 [6.26.3]: https://github.com/giantswarm/devctl/compare/v6.26.2...v6.26.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index 15b6e45a..b609eace 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "devctl" source = "https://github.com/giantswarm/devctl" - version = "6.27.1-dev" + version = "6.27.1" ) func Description() string {