v1.0.0-beta.0 - 2023-03-01
Breaking Changes ⚠️
As of v1.0.0 release, the azure-workload-identity mutating admission webhook is defaulting to using failurePolicy: Fail
instead of Ignore
. With this change, we have added an object selector in the configuration to only intercept and mutate pods that have the azure.workload.identity/use: "true"
label. This change reduces the latency impact of the webhook and prevents workload pods that require the injected environment variables and projected service account token volume from starting in an unexpected state. Refer to issue for more details.
Changelog
Documentation 📘
Maintenance 🔧
- 24280eb chore: bump golang.org/x/net in /examples/azure-identity/go (#762)
- 1ae9e1b chore: bump github/codeql-action from 2.2.4 to 2.2.5 (#768)
- da629ad chore: bump golang.org/x/net in /examples/msal-go (#763)
- 48ea292 chore: bump golang.org/x/net from 0.4.0 to 0.7.0 (#765)
- eca1cad chore: bump golang.org/x/text in /examples/azure-identity/go (#761)
- 96522ab chore: bump golang.org/x/text from 0.3.7 to 0.3.8 in /examples/msal-go (#760)
- f0df5b4 chore: update debian-iptables to bullseye-v1.5.2 (#758)
- d7b7191 chore: bump github/codeql-action from 2.2.3 to 2.2.4 (#753)
- 4b8e2a4 chore: bump github/codeql-action from 2.2.2 to 2.2.3 (#745)