Skip to content

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-yamada committed Sep 26, 2024
1 parent ff2c1bd commit f7b026b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.16.0] - 2024-09-26

- Support Kubernetes 1.30 ([#185](https://github.com/cybozu-go/meows/pull/185))

## [0.15.0] - 2024-06-20

### Changed
Expand Down Expand Up @@ -210,7 +214,8 @@ The images on Quay.io ([meows-controller](https://quay.io/repository/cybozu/meow

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

[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/cybozu-go/meows/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/cybozu-go/meows/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/cybozu-go/meows/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/cybozu-go/meows/compare/v0.12.0...v0.13.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: ghcr.io/cybozu-go/meows-controller
newTag: 0.15.0
newTag: 0.16.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: ghcr.io/cybozu-go/meows-controller
newTag: 0.15.0
newTag: 0.16.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.15.0"
Version = "0.16.0"
)

// Container names
Expand Down

0 comments on commit f7b026b

Please sign in to comment.