Skip to content

Commit

Permalink
Merge pull request #279 from cybozu-go/bump-2.5.3
Browse files Browse the repository at this point in the history
Bump version to 2.6.0
  • Loading branch information
chez-shanpu authored Apr 11, 2024
2 parents f70825d + 5a99fd9 commit a8fd180
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.6.0] - 2024-04-11

### Added

- Support PDB for egress (#275)

### Changed

- Fix to check that egress_watcher pick a valid client (#280)
- Update dependencies (#278)
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /v2 (#277)

## [2.5.2] - 2024-02-02

### Changed
Expand Down Expand Up @@ -227,7 +239,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.5.2...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.6.0...HEAD
[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
[2.5.0]: https://github.com/cybozu-go/coil/compare/v2.4.0...v2.5.0
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.5.2
newTag: 2.6.0
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.5.2"
const version = "2.6.0"

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

0 comments on commit a8fd180

Please sign in to comment.