Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 00:17
· 263 commits to main since this release
9e27154

v0.15.0 - 2022-12-14

Changelog

Bug Fixes 🐞

  • 7e807f7 fix: use HasSuffix check for generating scope (#660)
  • c4c898f fix: remove UPDATE operation from mutatingwebhookconfiguration (#652)
  • c4a69ec fix: set expires_in the proxy token response (#630)

Continuous Integration 💜

  • 01e38b0 ci: enable tests with kubernetes v1.26 (#663)
  • 129ed92 ci: update set-output to use GITHUB_OUTPUT in workflow (#617)
  • 7eb49ce ci: add test/e2e to dependabot config (#613)

Documentation 📘

  • b8726b0 docs: fix header level in known-issues.md (#654)
  • e74bbd1 docs: add inline table of contents (#649)
  • 231c6be docs: add minimum required permissions for creating federated identity credential (#645)
  • 71e9738 docs: replace pmi with azwi in development doc (#646)
  • 9dd2c00 docs: Update link to AKS docs for OIDC Issuer
  • 56bad9b docs: remove kubernetes version 1.22 (EOL) (#631)
  • 0cd6d96 docs: add required label for pod (#629)
  • bfa3350 docs: fix variable name in quick start (#623)
  • f855688 docs: update tenant id step in quick start (#612)
  • 0444b7b docs: add troubleshooting guide for AADSTS90061 (#608)
  • 055fc1f docs: update release instructions (#604)

Features 🌈

  • b52c7f9 feat: mutate pods based on pod label (#653)
  • 28a5746 feat: make mwh namespaceSelector configurable in helm charts (#644)
  • 79cc91b feat: Fallback to AZURE_CLIENT_ID env var if no client_id query param in token request (#628)
  • 6a8e4bb feat: add podLabels to helm charts (#627)

Maintenance 🔧

  • cc70d41 chore: bump k8s.io/client-go from 0.25.4 to 0.25.5 (#668)
  • 0edd880 chore: bump github/codeql-action from 2.1.35 to 2.1.36 (#666)
  • e00e0d3 chore: bump github/codeql-action from 2.1.32 to 2.1.35 (#655)
  • 1553f0c chore: bump stefanprodan/helm-gh-pages from 1.6.0 to 1.7.0 (#648)
  • 91bd8aa chore: update msal-go example to use azidentity and azsecrets sdk (#639)
  • f7755df chore: use KEYVAULT_URL instead of KEYVAULT_NAME in quick start and tests (#638)
  • 8835cf4 chore: bump k8s.io/kubernetes from 1.25.3 to 1.25.4 in /test/e2e (#636)
  • 5181e52 chore: bump k8s.io/client-go from 0.25.3 to 0.25.4 (#633)
  • 310b694 chore: bump github/codeql-action from 2.1.31 to 2.1.32 (#632)
  • b382e9f chore: bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1 (#626)
  • bfc8cb2 chore: bump github/codeql-action from 2.1.29 to 2.1.31 (#625)
  • fa92133 chore: bump github/codeql-action from 2.1.28 to 2.1.29 (#614)
  • 91f2ed0 chore: bump github/codeql-action from 2.1.27 to 2.1.28 (#610)

Security Fix 🛡️

Testing 💚