Skip to content

Commit

Permalink
Release v6.27.1 (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Aug 22, 2024
1 parent 5d2f9f9 commit 983619c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 983619c

Please sign in to comment.