Skip to content

Commit

Permalink
Merge pull request #172 from cybozu-go/bump-0.11.0
Browse files Browse the repository at this point in the history
Bump version to 0.11.0
  • Loading branch information
masa213f committed May 12, 2023
2 parents d1a1941 + 92e68bb commit 2bcf01f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.0] - 2023-05-12

### Changed

- Support Kubernetes 1.26 ([#171](https://github.com/cybozu-go/meows/pull/171))
- Build with go 1.20 ([#171](https://github.com/cybozu-go/meows/pull/171))
- Update runner version to 2.304.0 ([#169](https://github.com/cybozu-go/meows/pull/169))

### Fixed

- Update workflow for test repository ([#170](https://github.com/cybozu-go/meows/pull/170))

## [0.10.0] - 2023-02-07

### Changed
Expand Down Expand Up @@ -155,7 +167,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Implement github-actions-controller at minimal (#1)

[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/cybozu-go/meows/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/cybozu-go/meows/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/cybozu-go/meows/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/cybozu-go/meows/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion config/agent/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: meows

images:
- name: quay.io/cybozu/meows-controller
newTag: 0.10.0
newTag: 0.11.0

commonLabels:
app.kubernetes.io/name: meows
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: meows

images:
- name: quay.io/cybozu/meows-controller
newTag: 0.10.0
newTag: 0.11.0

namePrefix: meows-

Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package constants

const (
// Version is the meows version.
Version = "0.10.0"
Version = "0.11.0"
)

// Container names
Expand Down

0 comments on commit 2bcf01f

Please sign in to comment.