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

Commit 57c5ddc

Browse files
authored
Merge pull request #21 from cybozu-go/bump-0.1.4
Bump version to 0.1.4
2 parents 77529fb + 0970ab7 commit 57c5ddc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.1.4]
9+
10+
### Changed
11+
12+
- Change the formula cat-gate uses to schedule pods [#20](https://github.com/cybozu-go/cat-gate/pull/20)
13+
814
## [0.1.3]
915

1016
### Changed
@@ -30,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3036

3137
This is the first public release.
3238

33-
[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.3...HEAD
39+
[Unreleased]: https://github.com/cybozu-go/cat-gate/compare/v0.1.4...HEAD
40+
[0.1.4]: https://github.com/cybozu-go/cat-gate/compare/v0.1.3...v0.1.4
3441
[0.1.3]: https://github.com/cybozu-go/cat-gate/compare/v0.1.2...v0.1.3
3542
[0.1.2]: https://github.com/cybozu-go/cat-gate/compare/v0.1.1...v0.1.2
3643
[0.1.1]: https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
images:
55
- name: cat-gate
66
newName: ghcr.io/cybozu-go/cat-gate
7-
newTag: 0.1.3
7+
newTag: 0.1.4

0 commit comments

Comments
 (0)