Skip to content

Commit

Permalink
Bump version to 2.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed May 28, 2024
1 parent 2b4af76 commit 6ac09ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.6.1] - 2024-05-28

### Changed

- Fix downtime on NAT client startup (#288)
- Make setup egress before the manager starts (#286)
- Support Kubernetes 1.28 (#285)
- Fix to be able to remove AddressPool finalizer by controller (#283)

## [2.6.0] - 2024-04-11

### Added
Expand Down Expand Up @@ -239,7 +248,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Coil version 2 is a complete rewrite of Coil version 1.
This is the first release candidate with all the planned features implemented.

[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.6.0...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/cybozu-go/coil/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/cybozu-go/coil/compare/v2.5.2...v2.6.0
[2.5.2]: https://github.com/cybozu-go/coil/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/cybozu-go/coil/compare/v2.5.0...v2.5.1
Expand Down
2 changes: 1 addition & 1 deletion v2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: coil
newTag: 2.6.0
newTag: 2.6.1
newName: ghcr.io/cybozu-go/coil

resources:
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.6.0"
const version = "2.6.1"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit 6ac09ce

Please sign in to comment.