Skip to content

Releases: webdevops/azure-msi-operator

22.9.0

25 Sep 18:23
Compare
Choose a tag to compare

IMPORTANT: Microsoft has deprecated aad-pod-identity service, please
switch to azure-workload-identity

  • switch to golang 1.19
  • update dependencies
  • update build system

22.2.1

14 Feb 22:32
Compare
Choose a tag to compare

BREAKING CHANGES

  • changed azuretracing metrics
    • renamed endpoint to apiEndpoint to avoid prometheus-operator label clash
    • fix not working autoreset for azuretracing
    • add tenantID
    • includes the regression fix

22.2.0

11 Feb 13:50
Compare
Choose a tag to compare

BREAKING CHANGES

  • implement azuretracing metrics (replaces azurerm_ratelimit metric)
    • add azurerm_api_ratelimit metric on /metrics endpoint
    • add azurerm_api_request* metrics on /metrics endpoint
  • using alpine as build system and strip debug symbols (smaller container image)

22.1.0

04 Jan 19:10
Compare
Choose a tag to compare
  • fix azure environment support
  • update go dependencies (update to Kubernetes 1.23 client)

21.8.0

29 Aug 17:51
Compare
Choose a tag to compare
  • update golang 1.17
  • update dependencies
  • improved, faster and more intelligent sync based on kubernetes watch
  • implement expiry support (kube-janitor support)
  • general refactoring

21.5.3

31 May 15:59
Compare
Choose a tag to compare
  • fix panic due to int translation

21.5.2

28 May 16:50
Compare
Choose a tag to compare
  • fix case of fieldnames
  • update dependencies

21.5.1

23 May 20:22
Compare
Choose a tag to compare

(for breaking changes see 21.5.0!)

  • set group id to 1000

21.5.0

23 May 20:00
Compare
Choose a tag to compare
  • general refactoring
  • add support for multiple namespaces (use commas)
  • rename env AZUREIDENTITYBINDING_SYNC to AZUREIDENTITY_BINDING_SYNC (breaking change!)
  • rename labels to msi.azure.k8s.io/xxxx (breaking change!)
  • rename resourcename label to name (breaking change!)
  • fix azure environment support
  • add multiarch image for ppc64le and arm
  • switch to golang 1.16
  • update dependencies

20.11.0

16 Nov 21:28
Compare
Choose a tag to compare
  • update golang dependencies
  • image now build by GitHub actions and pushed to Docker Hub and Quay
  • switch to multi arch build (amd64 & arm64)