Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 19:47
· 569 commits to main since this release
fc1c981

v0.5.0 - 2021-09-28

Bug Fixes 🐞

  • make proxy port configurable in init-iptables.sh (#178)

Continuous Integration 💜

  • add release artifacts to create-tag gh action (#167)
  • add CODEOWNERS file (#164)
  • select Kubernetes versions based on region (#159)

Documentation 📘

  • key rotation guidelines and best practices (#182)
  • add proxy diagram (#173)
  • key rotation for self-managed clusters (#169)
  • issue with file mode in Kubernetes 1.18 (#160)

Features 🌈

  • support console log encoding with klogr (#175)
  • add msal-node example (#168)
  • add msal-python example (#165)
  • add webhook support for init containers (#162)
  • set number of replicas to 2 for High Availability (#161)

Maintenance 🔧

  • update to debian-iptables:bullseye-v1.0.0 (#181)
  • update debian-iptables to buster-v1.6.7 (#176)
  • use go install instead of depcreated go get (#171)
  • update to go 1.17 (#170)

Security Fix 🛡️

  • bump msal-go to v0.3.1 (#179)

Testing 💚

  • output proxy and proxy init logs for debug purpose (#174)
  • reenable upgrade tests and update validate mutate pod check (#158)