From 039108429975e22ba02cde8d2b874fb0d01d9abb Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Tue, 5 Sep 2023 18:22:57 +0900 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 8 +++++++- kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c3b34..57e9e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.1.1] + +### Changed +- Label container image using the repository name (#10) + ## [0.1.0] This is the first public release. -[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/cybozu-go/cat-gate/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0 diff --git a/kustomization.yaml b/kustomization.yaml index 3d04570..77f7ea3 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.0 + newTag: 0.1.1