Skip to content

Release v0.113.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 18:04
· 33 commits to main since this release
6ae647a

0.113.1

This release fixes an important bug that caused the operator to crash when prometheus-operator CRDs were present in the cluster. See #3446 for details. This fix is also present in v0.114.0.

🧰 Bug fixes 🧰

  • operator: Operator pod crashed if the Service Monitor for the operator metrics was created before by another operator pod. (#3446)
    Operator fails when the pod is restarted and the Service Monitor for operator metrics was already created by another operator pod.
    To fix this, the operator now sets the owner reference on the Service Monitor to itself and checks if the Service Monitor already exists.

Components