Releases: webdevops/azure-janitor
Releases · webdevops/azure-janitor
24.9.0
- switch to golang 1.23 and update dependencies
- add azcli container image (#19)
- add automemlimit
24.2.1
- fix long startup issue (initAzureApiVersions can take too ong if there are many subscriptions)
- update dependencies
24.2.0
- switch to golang 1.22
- update dependencies
23.7.0-beta
- 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
- switch to golang 1.19
- update dependencies
- update build system
22.5.0
- switch to golang 1.18
- smaller refactorings (implement azure from go-common)
- fixed bug with missing prometheus label
22.3.0
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
- 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
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