Skip to content

Commit

Permalink
Merge pull request #308 from cybozu-go/bump-2.8.0
Browse files Browse the repository at this point in the history
Bump version to 2.8.0
  • Loading branch information
terassyi authored Jan 8, 2025
2 parents 568d06b + e69ffc5 commit 200731d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.8.0] - 2025-01-07

### Added
- Support k8s 1.30 and dependencies (#301)
- Add conntrack command into the coil image (#305)
- Add egress related metrics (#306)
- See issue [#307](https://github.com/cybozu-go/coil/issues/307) for details

## [2.7.2] - 2024-08-09

- Add info logs to egress (#298)
Expand Down Expand Up @@ -270,7 +278,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Coil version 2 is a complete rewrite of Coil version 1.
This is the first release candidate with all the planned features implemented.

[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.7.2...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.8.0...HEAD
[2.8.0]: https://github.com/cybozu-go/coil/compare/v2.7.2...v2.8.0
[2.7.2]: https://github.com/cybozu-go/coil/compare/v2.7.1...v2.7.2
[2.7.1]: https://github.com/cybozu-go/coil/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/cybozu-go/coil/compare/v2.6.1...v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Version 2 is generally available (GA). It conforms to [CNI spec 1.1.0](https://

## Dependencies

- Kubernetes Version: 1.25, 1.26, 1.27
- Kubernetes Version: 1.28, 1.29, 1.30
- Other versions are likely to work, but not tested.

- (Optional) Routing software
Expand Down
2 changes: 1 addition & 1 deletion v2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: coil
newTag: 2.7.2
newTag: 2.8.0
newName: ghcr.io/cybozu-go/coil

resources:
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.7.2"
const version = "2.8.0"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit 200731d

Please sign in to comment.