From 0970ab7f0a0631fa1ea167ffdcfbf488d89feb89 Mon Sep 17 00:00:00 2001 From: zeroalphat Date: Fri, 24 May 2024 14:06:18 +0900 Subject: [PATCH] Bump version to 0.1.4 Signed-off-by: zeroalphat --- CHANGELOG.md | 9 ++++++++- kustomization.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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