diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0b400..af89654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.1.4] + +### Changed + +- Change the formula cat-gate uses to schedule pods [#20](https://github.com/cybozu-go/cat-gate/pull/20) + ## [0.1.3] ### Changed @@ -30,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This is the first public release. -[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/cybozu-go/cat-gate/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/cybozu-go/cat-gate/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1 diff --git a/kustomization.yaml b/kustomization.yaml index f65ca07..2bfee8a 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -4,4 +4,4 @@ resources: images: - name: cat-gate newName: ghcr.io/cybozu-go/cat-gate - newTag: 0.1.3 + newTag: 0.1.4