Skip to content

Commit ee74571

Browse files
committed
Bump version to 2.14.0
1 parent 73ca35d commit ee74571

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [2.14.0] - 2026-02-24
9+
10+
### Changed
11+
- Support k8s 1.34 (#361)
12+
813
## [2.13.0] - 2026-01-06
914

1015
### Changed
@@ -415,7 +420,8 @@ The following `coil-controller` related resources are no longer needed, and you
415420
Coil version 2 is a complete rewrite of Coil version 1.
416421
This is the first release candidate with all the planned features implemented.
417422

418-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.13.0...HEAD
423+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.14.0...HEAD
424+
[2.14.0]: https://github.com/cybozu-go/coil/compare/v2.13.0...v2.14.0
419425
[2.13.0]: https://github.com/cybozu-go/coil/compare/v2.12.0...v2.13.0
420426
[2.12.0]: https://github.com/cybozu-go/coil/compare/v2.11.1...v2.12.0
421427
[2.11.1]: https://github.com/cybozu-go/coil/compare/v2.11.0...v2.11.1

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You should also update `sigs.k8s.io/controller-runtime` Go package periodically.
5050

5151
```console
5252
$ git switch main
53-
$ git pull origin main
53+
$ git pull origin main
5454
$ git switch -c "bump-$VERSION"
5555
```
5656

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.13.0
3+
newTag: 2.14.0
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.13.0"
8+
const version = "2.14.0"
99

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

0 commit comments

Comments
 (0)