Skip to content

Commit bccef3d

Browse files
authored
Merge pull request #110 from cybozu-go/bump-0.14.0
Bump version to 0.14.0
2 parents 05e2725 + e700c0b commit bccef3d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

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+
816
## [0.13.0] - 2024-09-11
917
### Added
1018
- 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
284292
- for [ExternalDNS][] v0.5.14
285293
- for [cert-manager][] v0.8.0
286294

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
288297
[0.13.0]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0
289298
[0.12.0]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
290299
[0.11.1]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1

RELEASE.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Bump version
4444
2. Make a branch to release
4545

4646
```console
47-
$ git neco dev "bump-$VERSION"
47+
$ git checkout main
48+
$ git pull
49+
$ git checkout -b "bump-$VERSION"
4850
```
4951

5052
3. Edit `CHANGELOG.md` for the new version ([example][]).
@@ -53,7 +55,8 @@ Bump version
5355

5456
```console
5557
$ git commit -a -m "Bump version to $VERSION"
56-
$ git neco review
58+
$ git push -u origin HEAD
59+
$ gh pr create -f
5760
```
5861

5962
6. Merge this branch.

0 commit comments

Comments
 (0)