From d9623559358e6f2927fc548fed367865294dfae1 Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Thu, 7 Oct 2021 07:31:42 +0200 Subject: [PATCH] Bump v2.1.0 Signed-off-by: Xabier Larrakoetxea --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef1d5f..093c7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [unreleased] +## [2.1.0] - 2021-10-07 + +- Update Kubernetes libraries for 1.22. + +## [2.0.0] - 2021-07-24 + NOTE: Breaking release in controllers. - Refactor controller package. @@ -110,7 +116,9 @@ This release breaks controllers constructors to allow passing a metrics recorder - sequential controller implementation. - Dependencies managed by dep and vendored. -[unreleased]: https://github.com/spotahome/kooper/compare/v0.8.0...HEAD +[unreleased]: https://github.com/spotahome/kooper/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/spotahome/kooper/compare/v2.0.0...v2.1.0 +[2.0.0]: https://github.com/spotahome/kooper/compare/v0.8.0...v2.0.0 [0.8.0]: https://github.com/spotahome/kooper/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/spotahome/kooper/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/spotahome/kooper/compare/v0.5.1...v0.6.0