Skip to content

Commit b0cf671

Browse files
committed
Bump version to 2.10.0
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
1 parent a15ecf6 commit b0cf671

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [2.10.0] - 2025-04-09
9+
10+
### Added
11+
12+
- Added cert-controller for easy webhook cert rotation (#319)
13+
814
## [2.9.1] - 2025-03-28
915

1016
### Changed
@@ -352,7 +358,8 @@ The following `coil-controller` related resources are no longer needed, and you
352358
Coil version 2 is a complete rewrite of Coil version 1.
353359
This is the first release candidate with all the planned features implemented.
354360

355-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.9.1...HEAD
361+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.10.0...HEAD
362+
[2.10.0]: https://github.com/cybozu-go/coil/compare/v2.9.1...v2.10.0
356363
[2.9.1]: https://github.com/cybozu-go/coil/compare/v2.9.0...v2.9.1
357364
[2.9.0]: https://github.com/cybozu-go/coil/compare/v2.8.0...v2.9.0
358365
[2.8.0]: https://github.com/cybozu-go/coil/compare/v2.7.2...v2.8.0

v2/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
images:
22
- name: coil
3-
newTag: 2.9.1
3+
newTag: 2.10.0
44
newName: ghcr.io/cybozu-go/coil
55

66
resources:
7-
- config/default
7+
- config/default
88
# If you are using CKE (github.com/cybozu-go/cke) and want to use
99
# its webhook installation feature, comment the above line and
1010
# uncomment the below line.

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.9.1"
8+
const version = "2.10.0"
99

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

0 commit comments

Comments
 (0)