From 1b458bda37178be899e9ae6e13802503143a034a Mon Sep 17 00:00:00 2001 From: UMEZAWA Takeshi Date: Fri, 17 Sep 2021 14:55:49 +0900 Subject: [PATCH] Bump version to 0.6.5 --- CHANGELOG.md | 12 +++++++++++- README.md | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8853c74..d6b23feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.6.5] - 2021-09-17 + +## Changed +- follow golang 1.17 and dependent software updates (#71) + - golang 1.17 + - contour 1.18.1 + - cert-manager 1.5.3 + - external-dns 0.9.0 + ## [0.6.4] - 2021-08-03 ### Changed @@ -172,7 +181,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.4...HEAD +[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.6.5...HEAD +[0.6.5]: https://github.com/cybozu-go/contour-plus/compare/v0.6.4...v0.6.5 [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 diff --git a/README.md b/README.md index f6f43b09..784cc103 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Supported environments - Contour - 1.18 - ExternalDNS - - 0.7 + - 0.9 - cert-manager - - 1.3 + - 1.5 Other versions may or may not work.