Skip to content

Commit

Permalink
Merge pull request #291 from cybozu-go/bump-2.7.0
Browse files Browse the repository at this point in the history
Bump version to 2.7.0
  • Loading branch information
chez-shanpu authored Jun 7, 2024
2 parents 85b09ea + 3b8d85e commit 1209327
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.7.0] - 2024-06-06

### Changed

- Support Kubernetes 1.29 and CNI 1.1.0 (#290)

## [2.6.1] - 2024-05-28

### Changed
Expand Down Expand Up @@ -250,7 +256,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.6.1...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/cybozu-go/coil/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/cybozu-go/coil/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/cybozu-go/coil/compare/v2.5.2...v2.6.0
[2.5.2]: https://github.com/cybozu-go/coil/compare/v2.5.1...v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are blog articles about Coil: https://blog.kintone.io/archive/category/Coi

## Status

Version 2 is generally available (GA). It conforms to [CNI spec 0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md).
Version 2 is generally available (GA). It conforms to [CNI spec 1.1.0](https://github.com/containernetworking/cni/blob/spec-v1.1.0/SPEC.md).

## Dependencies

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.6.1
newTag: 2.7.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.6.1"
const version = "2.7.0"

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

0 comments on commit 1209327

Please sign in to comment.