From d8ae1fbef3ae98722392c96fdc3e4374e550ff51 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:11:31 -0700 Subject: [PATCH] chore(*) release 2.10.0 --- charts/kong/CHANGELOG.md | 9 +++++++++ charts/kong/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/kong/CHANGELOG.md b/charts/kong/CHANGELOG.md index 29bfadf20..ec57bd294 100644 --- a/charts/kong/CHANGELOG.md +++ b/charts/kong/CHANGELOG.md @@ -2,10 +2,19 @@ ## Unreleased +Nothing yet. + +## 2.10.0 + +### Added + * Added option to disable test job pods. [#598](https://github.com/Kong/charts/issues/598) * Changed default admission failure policy from `Fail` to `Ignore`. [#612](https://github.com/Kong/charts/issues/612) +* ServiceAccount tokens are now only mounted in the controller container to + limit attack surface. + [#619](https://github.com/Kong/charts/issues/619) ## 2.9.1 diff --git a/charts/kong/Chart.yaml b/charts/kong/Chart.yaml index ef2849d63..a2823b0be 100644 --- a/charts/kong/Chart.yaml +++ b/charts/kong/Chart.yaml @@ -10,7 +10,7 @@ maintainers: email: traines@konghq.com name: kong sources: -version: 2.9.1 +version: 2.10.0 appVersion: "2.8" dependencies: - name: postgresql