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 e40dcf9cdc
commit 5d89299a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
```