Skip to content

v1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 22:10
· 211 commits to main since this release
a8fe94e

v1.0.0-beta.0 - 2023-03-01

Breaking Changes ⚠️

As of v1.0.0-alpha.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 📘

  • c8cc81d docs: add note about disconnected env in faq (#747)

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)

Testing 💚

  • 1e1cbf2 test: install devel releases with helm and update webhook poll_webhook_readiness (#746)