Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terassyi committed Feb 2, 2024
1 parent 92ed8d9 commit 53f2470
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.5.2] - 2024-02-02

### Changed

- Fix to avoid adding FoU devices for pods that don't use its egress (#265)
- Remove a log for v1 migration error (#266)
- Refactor egress watcher related logs (#267)

## [2.5.1] - 2023-11-27

### Changed
Expand Down Expand Up @@ -219,7 +227,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.1...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.5.2...HEAD
[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
[2.4.0]: https://github.com/cybozu-go/coil/compare/v2.3.0...v2.4.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.1
newTag: 2.5.2
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.1"
const version = "2.5.2"

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

0 comments on commit 53f2470

Please sign in to comment.