Skip to content

Commit 54e6226

Browse files
authored
Merge pull request #336 from cybozu-go/bump-2.11.1
Bump version to 2.11.1
2 parents b0bbf8c + 37fc980 commit 54e6226

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.11.1] - 2025-07-22
9+
10+
### Changed
11+
12+
- update dependencies (#335)
13+
814
## [2.11.0] - 2025-06-18
915

1016
Coil Egress now offers dual-stack support, enabling it to handle both IPv4 and IPv6 traffic within a single Egress. We have also implemented a new iptables rule in Egress pods (which are managed by the Egress resource and function as gateways to external networks) to drop invalid packets. Additionally, Egress-related metrics have been updated:
@@ -382,7 +388,8 @@ The following `coil-controller` related resources are no longer needed, and you
382388
Coil version 2 is a complete rewrite of Coil version 1.
383389
This is the first release candidate with all the planned features implemented.
384390

385-
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.11.0...HEAD
391+
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.11.1...HEAD
392+
[2.11.0]: https://github.com/cybozu-go/coil/compare/v2.11.0...v2.11.1
386393
[2.11.0]: https://github.com/cybozu-go/coil/compare/v2.10.1...v2.11.0
387394
[2.10.1]: https://github.com/cybozu-go/coil/compare/v2.10.0...v2.10.1
388395
[2.10.0]: https://github.com/cybozu-go/coil/compare/v2.9.1...v2.10.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.11.0
3+
newTag: 2.11.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.11.0"
8+
const version = "2.11.1"
99

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

0 commit comments

Comments
 (0)