Skip to content

Commit

Permalink
Merge pull request #239 from cybozu-go/bump-2.2.0
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
yokaze authored Feb 1, 2023
2 parents d8a75bd + ca35391 commit b96eccf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.2.0] - 2023-01-24

### Added

- Support Kubernetes 1.25 (#237)

## [2.1.4] - 2023-01-12

### Changed
Expand Down Expand Up @@ -177,7 +183,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.1.4...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/cybozu-go/coil/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/cybozu-go/coil/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/cybozu-go/coil/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/cybozu-go/coil/compare/v2.1.1...v2.1.2
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.1.4
newTag: 2.2.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.1.4"
const version = "2.2.0"

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

0 comments on commit b96eccf

Please sign in to comment.