File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.14.0] - 2024-11-20
9
+ ### Changed
10
+ - Update contour to 1.30.1 (#109 )
11
+ - Kubernetes: 1.31
12
+ - Contour: 1.30
13
+ - ExternalDNS: 0.15
14
+ - cert-manager: 1.16
15
+
8
16
## [ 0.13.0] - 2024-09-11
9
17
### Added
10
18
- Add support for specifying revisionHistoryLimit for the generated Certificate (#104 )
@@ -284,7 +292,8 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus
284
292
- for [ ExternalDNS] [ ] v0.5.14
285
293
- for [ cert-manager] [ ] v0.8.0
286
294
287
- [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.13.0...HEAD
295
+ [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.0...HEAD
296
+ [ 0.14.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.13.0...v0.14.0
288
297
[ 0.13.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0
289
298
[ 0.12.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
290
299
[ 0.11.1 ] : https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ Bump version
44
44
2. Make a branch to release
45
45
46
46
```console
47
- $ git neco dev "bump-$VERSION"
47
+ $ git checkout main
48
+ $ git pull
49
+ $ git checkout -b "bump-$VERSION"
48
50
```
49
51
50
52
3. Edit `CHANGELOG.md` for the new version ([example][]).
@@ -53,7 +55,8 @@ Bump version
53
55
54
56
```console
55
57
$ git commit -a -m "Bump version to $VERSION"
56
- $ git neco review
58
+ $ git push -u origin HEAD
59
+ $ gh pr create -f
57
60
```
58
61
59
62
6. Merge this branch.
You can’t perform that action at this time.
0 commit comments