From c95e74267e424893f0cddc29b406c83bd88211c6 Mon Sep 17 00:00:00 2001 From: zeroalphat Date: Tue, 11 Jun 2024 09:09:51 +0900 Subject: [PATCH] Bump version to 0.1.5 Signed-off-by: zeroalphat --- CHANGELOG.md | 10 +++++++++- kustomization.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af89654..5b90b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.1.5] + +### Changed + +- Supports k8s 1.29 [#22](https://github.com/cybozu-go/cat-gate/pull/22) +- Add error handling for failed index creation [#23](https://github.com/cybozu-go/cat-gate/pull/23) + ## [0.1.4] ### Changed @@ -36,7 +43,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.4...HEAD +[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/cybozu-go/cat-gate/compare/v0.1.4...v0.1.5 [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 diff --git a/kustomization.yaml b/kustomization.yaml index 2bfee8a..13530a9 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.4 + newTag: 0.1.5