Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Bump version to 0.1.4 #21

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
images:
- name: cat-gate
newName: ghcr.io/cybozu-go/cat-gate
newTag: 0.1.3
newTag: 0.1.4
Loading