Skip to content

Releases: webdevops/azure-janitor

24.9.0

14 Sep 15:54
Compare
Choose a tag to compare
  • switch to golang 1.23 and update dependencies
  • add azcli container image (#19)
  • add automemlimit

24.2.1

29 Feb 22:44
Compare
Choose a tag to compare
  • fix long startup issue (initAzureApiVersions can take too ong if there are many subscriptions)
  • update dependencies

24.2.0

17 Feb 12:06
Compare
Choose a tag to compare
  • switch to golang 1.22
  • update dependencies

23.12.0

17 Dec 18:39
Compare
Choose a tag to compare
  • update dependencies

23.7.0-beta

23 Jul 11:50
Compare
Choose a tag to compare
23.7.0-beta Pre-release
Pre-release
  • switch to golang 1.20
  • migrate to new azure-sdk-for-go
  • add support for workload identity
  • add cleanup of subscription deployments
  • rename metrics (azurejanitor_resources_deleted -> azurejanitor_resource_deleted_count, azurejanitor_errors -> azurejanitor_error_count)
  • add metric azurejanitor_deployment

22.9.0

17 Sep 21:38
Compare
Choose a tag to compare
  • switch to golang 1.19
  • update dependencies
  • update build system

22.5.0

23 May 23:32
Compare
Choose a tag to compare
  • switch to golang 1.18
  • smaller refactorings (implement azure from go-common)
  • fixed bug with missing prometheus label

22.3.0

20 Mar 16:52
Compare
Choose a tag to compare

breaking changes

  • add resource tags as labels
  • normalize prometheus labels fetched from azure api (no more uppercased resourcegroup labels)
  • removed ppc docker image from multi arch
  • fixed smaller issues

22.3.0-beta

20 Mar 13:05
Compare
Choose a tag to compare
22.3.0-beta Pre-release
Pre-release
  • add resource tags as labels
  • normalize prometheus labels fetched from azure api (no more uppercased resourcegroup labels)
  • removed ppc docker image from multi arch
  • fixed smaller issues

22.2.1

14 Feb 22:41
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