Skip to content

Commit

Permalink
Merge pull request #110 from cybozu-go/bump-0.14.0
Browse files Browse the repository at this point in the history
Bump version to 0.14.0
  • Loading branch information
yokaze authored Nov 20, 2024
2 parents 05e2725 + e700c0b commit bccef3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.0] - 2024-11-20
### Changed
- Update contour to 1.30.1 (#109)
- Kubernetes: 1.31
- Contour: 1.30
- ExternalDNS: 0.15
- cert-manager: 1.16

## [0.13.0] - 2024-09-11
### Added
- Add support for specifying revisionHistoryLimit for the generated Certificate (#104)
Expand Down Expand Up @@ -284,7 +292,8 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus
- for [ExternalDNS][] v0.5.14
- for [cert-manager][] v0.8.0

[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/cybozu-go/contour-plus/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1
Expand Down
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Bump version
2. Make a branch to release

```console
$ git neco dev "bump-$VERSION"
$ git checkout main
$ git pull
$ git checkout -b "bump-$VERSION"
```

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

```console
$ git commit -a -m "Bump version to $VERSION"
$ git neco review
$ git push -u origin HEAD
$ gh pr create -f
```

6. Merge this branch.
Expand Down

0 comments on commit bccef3d

Please sign in to comment.