Skip to content

Commit

Permalink
Merge pull request #69 from cybozu-go/0.6.4
Browse files Browse the repository at this point in the history
Bump version to 0.6.4
  • Loading branch information
ysksuzuki authored Aug 3, 2021
2 parents 2592090 + 361056b commit 8ce60cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.4] - 2021-08-03

### Changed
- Update contour to 1.18.0 (#68)
- Add support for the newly added HTTPProxy.Spec.IngressClassName

## [0.6.3] - 2021-07-27

### Changed
Expand Down Expand Up @@ -166,7 +172,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- for [ExternalDNS][] v0.5.14
- for [cert-manager][] v0.8.0

[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.6.3...HEAD
[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.6.4...HEAD
[0.6.4]: https://github.com/cybozu-go/contour-plus/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/cybozu-go/contour-plus/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/cybozu-go/contour-plus/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/cybozu-go/contour-plus/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Supported environments
- Kubernetes
- 1.21
- Contour
- 1.17
- 1.18
- ExternalDNS
- 0.7
- cert-manager
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Bump version
2. Make a branch to release

```console
$ git neco dev "$VERSION"`
$ git neco dev "$VERSION"
```

4. Edit `CHANGELOG.md` for the new version ([example][]).
Expand Down

0 comments on commit 8ce60cc

Please sign in to comment.