From 13e729f9580f70c049bc3fcf305382e3c2fa199d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 22 Apr 2024 17:12:02 +0200 Subject: [PATCH] chore: update CHANGELOG with 1.2.2 (#110) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ae35250..35eeb097a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Table of Contents +- [v1.2.2](#v122) - [v1.2.1](#v121) - [v1.2.0](#v120) - [v1.1.0](#v101) @@ -26,8 +27,12 @@ `apis` -> `api` and `controllers` -> `controller`. [#84](https://github.com/Kong/gateway-operator/pull/84) +## [v1.2.2] + ### Fixes +> Release date: 2024-04-22 + - Fixes an issue where managed `Gateway`s controller wasn't able to reduce the created `DataPlane` objects when too many have been created. [#43](https://github.com/Kong/gateway-operator/pull/43) @@ -624,6 +629,7 @@ leftovers from previous operator deployments in the cluster. The user needs to d (clusterrole, clusterrolebinding, validatingWebhookConfiguration) before re-installing the operator through the bundle. +[v1.2.2]: https://github.com/Kong/gateway-operator-archive/compare/v1.2.1..v1.2.2 [v1.2.1]: https://github.com/Kong/gateway-operator-archive/compare/v1.2.0..v1.2.1 [v1.2.0]: https://github.com/Kong/gateway-operator-archive/compare/v1.1.0..v1.2.0 [v1.1.0]: https://github.com/Kong/gateway-operator-archive/compare/v1.0.3..v1.1.0