This repository was archived by the owner on Oct 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
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
+
8
14
## [ 0.1.3]
9
15
10
16
### Changed
@@ -30,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
30
36
31
37
This is the first public release.
32
38
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
34
41
[ 0.1.3 ] : https://github.com/cybozu-go/cat-gate/compare/v0.1.2...v0.1.3
35
42
[ 0.1.2 ] : https://github.com/cybozu-go/cat-gate/compare/v0.1.1...v0.1.2
36
43
[ 0.1.1 ] : https://github.com/cybozu-go/cat-gate/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ resources:
4
4
images :
5
5
- name : cat-gate
6
6
newName : ghcr.io/cybozu-go/cat-gate
7
- newTag : 0.1.3
7
+ newTag : 0.1.4
You can’t perform that action at this time.
0 commit comments