File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff 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
@@ -353,6 +359,7 @@ Coil version 2 is a complete rewrite of Coil version 1.
353359This is the first release candidate with all the planned features implemented.
354360
355361[ Unreleased ] : https://github.com/cybozu-go/coil/compare/v2.9.1...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
Original file line number Diff line number Diff line change 11images :
2- - name : coil
3- newTag : 2.9.1
4- newName : ghcr.io/cybozu-go/coil
2+ - name : coil
3+ newTag : 2.10.0
4+ newName : ghcr.io/cybozu-go/coil
55
66resources :
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.
@@ -39,7 +39,7 @@ configMapGenerator:
3939- name : coil-config
4040 namespace : system
4141 files :
42- - cni_netconf=./netconf.json
42+ - cni_netconf=./netconf.json
4343
4444# Adds namespace to all resources.
4545namespace : kube-system
Original file line number Diff line number Diff line change 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.
1111func Version () string {
You can’t perform that action at this time.
0 commit comments