Skip to content

fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.20.0#20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-openmcp-project-openmcp-operator-api-0.x
Open

fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.20.0#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-openmcp-project-openmcp-operator-api-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
github.com/openmcp-project/openmcp-operator/api require minor v0.18.1v0.20.0 v0.21.0 OpenSSF Scorecard

Release Notes

openmcp-project/openmcp-operator (github.com/openmcp-project/openmcp-operator/api)

v0.20.0

Compare Source

Changelog
🚀 Features
[OPERATOR]
  • The openmcp-operator now by default deploys a PlatformService during startup which watches HelmDeployment resources and can deploy helm charts to any clusters (which have Cluster resource). It does this by creating HelmRelease resources next to the Cluster and therefore requires a flux instance running on the platform cluster. (#​290, @​Diaphteiros)
🐛 Bugfixes
[DEVELOPER]
  • The clusteraccess library now automatically shortens the values of the managed labels to 63 characters, if they exceed this limit (the shortened values contain a hash of the original value and are therefore still unique). This also applies if a custom generator for the managed labels is used. (#​289, @​Diaphteiros)

v0.19.1

Compare Source

Changelog

🚀 Features

[OPERATOR]

🐛 Bugfixes

[DEVELOPER]
  • Fixed a unit test which sometimes failed because it expected things to happen in a specific order while the function being tested iterated over a map, which could cause things to happen in a different order. (#​280, @​Diaphteiros)
[OPERATOR]
  • The metrics configuration in the provider resources is now fully optional, as originally intended. (#​275, @​Diaphteiros)

v0.19.0

Compare Source

Changelog

🚀 Features

[DEVELOPER]
  • Add dynamic configuration reload support (#​255, @​moelsayed)
  • A new EnvrionmentLabel has been added to the api/constants package. It can be used to mark a resource's environment. (#​248, @​Diaphteiros)
  • The clusters/v1alpha1 API package now contains several selector API types that can be used to filter Cluster and ClusterRequest resources for labels, purposes, and by identity. See the documentation for further information. (#​244, @​Diaphteiros)
[OPERATOR]
  • Expose controller-runtime metrics endpoint for ServiceProviders, ClusterProviders and PlatformServices (#​269, @​reshnm)
[USER]
  • Add metrics service name and namespace to the deployment status (#​273, @​reshnm)

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 is behind base branch, 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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 27, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 52 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.28.1 -> v2.29.0
github.com/onsi/gomega v1.39.1 -> v1.41.0
github.com/openmcp-project/controller-utils v0.25.2 -> v0.29.0
k8s.io/api v0.35.0 -> v0.36.1
k8s.io/apiextensions-apiserver v0.35.0 -> v0.36.1
k8s.io/apimachinery v0.35.0 -> v0.36.1
k8s.io/client-go v0.35.0 -> v0.36.1
sigs.k8s.io/controller-runtime v0.23.3 -> v0.24.1
cel.dev/expr v0.24.0 -> v0.25.1
github.com/fsnotify/fsnotify v1.9.0 -> v1.10.1
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.2
github.com/go-openapi/jsonpointer v0.21.2 -> v0.23.1
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.5
github.com/go-openapi/swag v0.23.1 -> v0.26.0
github.com/google/gnostic-models v0.7.0 -> v0.7.1
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 -> v0.0.0-20260402051712-545e8a4df936
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.7
github.com/prometheus/common v0.66.1 -> v0.67.5
github.com/prometheus/procfs v0.17.0 -> v0.20.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.65.0
go.opentelemetry.io/otel v1.36.0 -> v1.41.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.40.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.40.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.41.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.9.0
go.uber.org/zap v1.27.1 -> v1.28.0
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 -> v0.0.0-20260508232706-74f9aab9d74a
golang.org/x/mod v0.32.0 -> v0.36.0
golang.org/x/net v0.49.0 -> v0.54.0
golang.org/x/oauth2 v0.30.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.40.0 -> v0.44.0
golang.org/x/term v0.39.0 -> v0.43.0
golang.org/x/text v0.33.0 -> v0.37.0
golang.org/x/time v0.12.0 -> v0.15.0
golang.org/x/tools v0.41.0 -> v0.45.0
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v2.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a -> v0.0.0-20260128011058-8636f8732409
google.golang.org/grpc v1.72.2 -> v1.79.3
google.golang.org/protobuf v1.36.8 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/apiserver v0.35.0 -> v0.36.1
k8s.io/component-base v0.35.0 -> v0.36.1
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 -> v0.0.0-20260512234627-ef417d054102
k8s.io/utils v0.0.0-20260108192941-914a6e750570 -> v0.0.0-20260507154919-ff6756f316d2
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 -> v0.34.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 -> v6.4.0

@renovate renovate Bot force-pushed the renovate/github.com-openmcp-project-openmcp-operator-api-0.x branch from daa1434 to a1ff43a Compare May 25, 2026 12:59
@renovate renovate Bot changed the title fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.19.1 fix(deps): update module github.com/openmcp-project/openmcp-operator/api to v0.20.0 May 25, 2026
@renovate renovate Bot force-pushed the renovate/github.com-openmcp-project-openmcp-operator-api-0.x branch from a1ff43a to 01e8e5e Compare May 28, 2026 07:10
@renovate renovate Bot force-pushed the renovate/github.com-openmcp-project-openmcp-operator-api-0.x branch from 01e8e5e to 4775f53 Compare May 28, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants