From 980cc8f182a6d22839b68e880a8d2315f5e6454d Mon Sep 17 00:00:00 2001 From: Gary Frederick Date: Fri, 19 Nov 2021 09:50:31 -0800 Subject: [PATCH] auth/kubernetes: add changelog for issuer deprecation (#13221) * add kubenetes issuer config deprecation * changelog++ * add Vault specific PR in deprecation section * ordering --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30309cb8b..0ae32f864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ CHANGES: +* auth/kubernetes: `disable_iss_validation` defaults to true. [#127](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/127) [[GH-12975](https://github.com/hashicorp/vault/pull/12975)] * expiration: VAULT_16_REVOKE_PERMITPOOL environment variable has been removed. [[GH-12888](https://github.com/hashicorp/vault/pull/12888)] * expiration: VAULT_LEASE_USE_LEGACY_REVOCATION_STRATEGY environment variable has been removed. [[GH-12888](https://github.com/hashicorp/vault/pull/12888)] @@ -105,6 +106,10 @@ outstanding dirty pages that were not flushed. [[GH-2093](https://github.com/has * ui: replaces Vault's use of elazarl/go-bindata-assetfs in building the UI with Go's native Embed package [[GH-11208](https://github.com/hashicorp/vault/pull/11208)] * ui: updated client tracking config view [[GH-12422](https://github.com/hashicorp/vault/pull/12422)] +DEPRECATIONS: + +* auth/kubernetes: deprecate `disable_iss_validation` and `issuer` configuration fields [#127](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/127) [[GH-12975](https://github.com/hashicorp/vault/pull/12975)] + BUG FIXES: * activity log (enterprise): allow partial monthly client count to be accessed from namespaces [[GH-13086](https://github.com/hashicorp/vault/pull/13086)]