Add change release note for Kubernetes auth (#15891)

This commit is contained in:
Tom Proctor 2022-06-09 10:07:43 +01:00 committed by GitHub
parent 48ed15c445
commit ae711a4c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
```release-note:bug
auth/kubernetes: Fix error code when using the wrong service account
```
```release-note:change
auth/kubernetes: If `kubernetes_ca_cert` is unset, and there is no pod-local CA available, an error will be surfaced when writing config instead of waiting for login.
```