Skip to content

Commit 12e202e

Browse files
committed
Bump version to 2.10.1
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
1 parent 89546ff commit 12e202e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [2.10.1] - 2025-04-18
9+
10+
### Changed
11+
12+
- Fixed enable-certs-rotation makefile target (#324)
13+
- Test with Ordered option (#326)
14+
815
## [2.10.0] - 2025-04-09
916

1017
### Added
@@ -358,7 +365,8 @@ The following `coil-controller` related resources are no longer needed, and you
358365
Coil version 2 is a complete rewrite of Coil version 1.
359366
This is the first release candidate with all the planned features implemented.
360367

361-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.10.0...HEAD
368+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.10.1...HEAD
369+
[2.10.1]: https://github.com/cybozu-go/coil/compare/v2.10.0...v2.10.1
362370
[2.10.0]: https://github.com/cybozu-go/coil/compare/v2.9.1...v2.10.0
363371
[2.9.1]: https://github.com/cybozu-go/coil/compare/v2.9.0...v2.9.1
364372
[2.9.0]: https://github.com/cybozu-go/coil/compare/v2.8.0...v2.9.0

v2/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
images:
22
- name: coil
3-
newTag: 2.10.0
3+
newTag: 2.10.1
44
newName: ghcr.io/cybozu-go/coil
55

66
resources:

v2/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
)
77

8-
const version = "2.10.0"
8+
const version = "2.10.1"
99

1010
// Version returns the semantic versioning string of Coil.
1111
func Version() string {

0 commit comments

Comments
 (0)