Skip to content

chore(deps): update dependency openmcp-project/metrics-operator to v1 - #157

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/openmcp-project-metrics-operator-1.x
Open

chore(deps): update dependency openmcp-project/metrics-operator to v1#157
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/openmcp-project-metrics-operator-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
openmcp-project/metrics-operator major 0.12.01.0.0

Release Notes

openmcp-project/metrics-operator (openmcp-project/metrics-operator)

v1.0.0

Compare Source

Changelog

🚀 Features

[BREAKING]
  • ⚠️ new major version v1.0.0 with rename API group from metrics.openmcp.cloud to metrics.open-control-plane.io #​230 (#​248, @​MichaelSp)
    • Any existing cluster resources under metrics.openmcp.cloud/v1alpha1 will become orphaned after this operator version is deployed. The old CRDs and the new CRDs coexist only if both are explicitly installed. Existing resources must be migrated before removing the old CRDs.
      Migration procedure
      Scale down the operator before migrating to avoid reconcile races:
      kubectl scale deploy metrics-operator --replicas=0 -n <operator-namespace>
      Run the included migration script (dry-run first):
      Dry run — no changes applied
      ./hack/migrate-api-group.sh --dry-run
      ./hack/migrate-api-group.sh
[USER]
  • Add support for Kubernetes standard admin, edit and view cluster role aggregations. (#​247, @​reshnm)

➕ Other

[DEVELOPER]
  • Use *.secret.yaml naming convention for local secret files — these are now gitignored by pattern instead of explicit path. (#​244, @​MichaelSp)
[H]

v0.13.0

Compare Source

Changelog

🚀 Features

[USER]
  • (#​236, @​MichaelSp)
  • Domain metrics are now exposed via the Prometheus /metrics endpoint as metrics_operator_resource_count. DataSink is now optional: if no DataSink is configured, the operator continues to reconcile and records metrics to Prometheus only. (#​228, @​MichaelSp)
  • Remove unused webhook related resources from helm chart + rbac is optional (#​227, @​AndresNico)
[BREAKING]

Defaulting behaviour of dataSinkRef was removed
The dataSinkRef previously defaulted to the "default" DataSink if not set. This default has been removed to allow metrics to run without any OTLP export. For new metrics, dataSinkRef must be set explicitly if OTLP export is desired:

spec:
  dataSinkRef:
    name: default

Existing metrics that relied on the default will continue to work, as the field was already persisted on their spec.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants