Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 3.03 KB

CHANGELOG-1.6.md

File metadata and controls

49 lines (37 loc) · 3.03 KB

⚠️ v1.6.0+ contains breaking changes. Please carefully review this doc before upgrade from 1.x.x versions of pod-identity.

v1.6.1

Features

  • re-initialize MIC cloud client when cloud config is updated (#590)
  • add finalizer for assigned identity (#593)
  • make update user msi calls retriable (#601)

Bug Fixes

  • Fix issue that caused failures with long pod name > 63 chars (#545)
  • Fix updating assigned identity when azure identity updated (#559)

Other Improvements

  • Add linting tools in Makefile (#551)
  • Code clean up and enable linting tools in CI (#597)
  • change to 404 instead if no azure identity found (#629)

Documentation

  • document required role assignments (#592)
  • add --subscription parameter to az cli commands (#602)
  • add mic pod exception to deployment (#611)
  • reduce ambiguity in demo and role assignment docs (#620)
  • add support information to readme (#623)
  • update docs for pod-identity exception (#624)

Helm

  • make cloud config configurable in helm chart (#598)
  • Support multiple identities in helm chart (#457)

v1.6.0

Features

  • Add support for pod-identity managed mode (#486)
  • Deny requests without metadata header to avoid SSRF (#500)

Bug Fixes

  • Fix issue that caused failures with long pod name > 63 chars (#545)
  • Fix updating assigned identity when azure identity updated (#559)

Other Improvements

  • Switch to using klog for logging (#449)
  • Create internal API for aadpodidentity (#459)
  • Switch to using PATCH instead of CreateOrUpdate for identities (#522)
  • Update client-go version to v0.17.2 (#398)
  • Update to go1.14 (#543)
  • Add validation for resource id format (#548)