From e2ed78724618fcc227b41f3fe6102be9ca8be8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 30 Apr 2024 13:38:14 +0200 Subject: [PATCH] chore: add kgo changelog (#1063) --- charts/gateway-operator/CHANGELOG.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 charts/gateway-operator/CHANGELOG.md diff --git a/charts/gateway-operator/CHANGELOG.md b/charts/gateway-operator/CHANGELOG.md new file mode 100644 index 00000000..9a00febc --- /dev/null +++ b/charts/gateway-operator/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +## 0.1.7 + +### Features + +- Add ability to specify probes + [#1062](https://github.com/Kong/charts/pull/1062) + +## 0.1.6 + +### Features + +- Add args and provide current defaults via env + [#1058](https://github.com/Kong/charts/pull/1058) + +## 0.1.4 + +### Fixes + +- Add missing cert-manager Certificate watch RBAC policy rule + [#1042](https://github.com/Kong/charts/pull/1042) + +## 0.1.3 + +### Fixes + +- Add missing RBAC policy rules for cert-manager's Certificate resources + [#1040](https://github.com/Kong/charts/pull/1040) + +## 0.1.0 + +### Improvements + +- Initial version of chart deploying [Kong Gateway Operator][kgo_gh_repo] + +[kgo_gh_repo]: https://github.com/Kong/gateway-operator