Releases: sapcc/absent-metrics-operator
Releases · sapcc/absent-metrics-operator
v0.9.5
v0.9.4
Changed
- Add automaxprocs.
- Updated all dependencies and golang to their latest version.
- Renamed
doc
folder todocs
.
v0.9.3
Changed
- Update Golang to 1.20.
- Updated all dependencies to their latest version.
- Use unpriviliged
appuser
with UID/GID 4200 instead of nobody user. - Use
sigs.k8s.io/yaml
instead ofgithub.com/ghodss/yaml
.
v0.9.2
v0.9.1
v0.9.0
Added
- Carry over
support_group
labels from original alert rules.
Changed
- Updated all dependencies to their latest version.
Fixed
- Add missing Kubebuilder annotations.
- Logging during metric expression parsing.
keep-labels
flag 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 useabsent
function.
Deprecated
- Support for determining
tier
label heuristically has been
deprecated and will be removed in a later version.
v0.8.0
Added
- Use Kubebuilder for scaffolding.
absent-metrics-operator/updated-at
annotation to operator generatedPrometheusRule
resources 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.
v0.7.2
Changed
- Updated Go to
1.17
and all dependencies to their latest version.
v0.7.1
Fixed
- Clean up of PrometheusRule resources for which the operator is disabled.