Releases: cloudoperators/absent-metrics-operator
Releases · cloudoperators/absent-metrics-operator
v0.9.7
v0.9.6
Changed
- Enable image push to ghcr
v0.9.5
v0.9.4
Changed
- Add automaxprocs.
- Updated all dependencies and golang to their latest version.
- Renamed
docfolder todocs.
v0.9.3
Changed
- Update Golang to 1.20.
- Updated all dependencies to their latest version.
- Use unpriviliged
appuserwith UID/GID 4200 instead of nobody user. - Use
sigs.k8s.io/yamlinstead ofgithub.com/ghodss/yaml.
v0.9.2
v0.9.1
v0.9.0
Added
- Carry over
support_grouplabels from original alert rules.
Changed
- Updated all dependencies to their latest version.
Fixed
- Add missing Kubebuilder annotations.
- Logging during metric expression parsing.
keep-labelsflag parsing.- Prevent getting stuck during clean up of orphaned absence alert rules when the
corresponding AbsencePrometheusRule doesn't exist. - Skip metrics that match against the internal
__name__label and useabsentfunction.
Deprecated
- Support for determining
tierlabel heuristically has been
deprecated and will be removed in a later version.
v0.8.0
Added
- Use Kubebuilder for scaffolding.
absent-metrics-operator/updated-atannotation to operator generatedPrometheusRuleresources which specifies the time (UTC) at which this resource was updated by the operator.
Changed
- Update Ginkgo testing framework to v2.
- Updated all dependencies to their latest version.
v0.7.3
Changed
- Updated all dependencies to their latest version.