From 9d8c1a9f5032052e062bda07c19eeec26f5caa34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:03:42 +0100 Subject: [PATCH] Release v2.1.0 (#405) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0fd40b..984c7396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2020-11-02 + ### Added - Add `server-tokens: "false"` to Nginx Ingress Controller to remove the server tokens from the default backend response body and answer. @@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add github release workflows. -[Unreleased]: https://github.com/giantswarm/giantnetes-terraform/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/giantnetes-terraform/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v1.5.1...v2.0.0 [1.5.1]: https://github.com/giantswarm/giantnetes-terraform/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/giantswarm/giantnetes-terraform/compare/v1.4.0...v1.5.0