Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
github.com/kcp-dev/multicluster-provider v0.1.0 -> v0.2.0 age confidence

Release Notes

kcp-dev/multicluster-provider (github.com/kcp-dev/multicluster-provider)

v0.2.0

Compare Source

Changes by Kind

API Change
  • Remove obj parameter from apiexport.New and add apiexport.Options.ObjectToWatch instead (#​22, @​embik)
Feature
Bug or Regression
  • Envtest: reject existing kcp configs and add EXISTING_KCP_CONTEXT environment variable (#​31, @​embik)

Dependencies

Added
  • github.com/klauspost/compress: v1.17.11
  • github.com/kylelemons/godebug: v1.1.0
  • go.opentelemetry.io/auto/sdk: v1.1.0
Changed
  • cel.dev/expr: v0.18.0 → v0.19.1
  • github.com/Azure/go-ansiterm: d185dfc → 306776e
  • github.com/antlr4-go/antlr/v4: v4.13.0 → v4.13.1
  • github.com/asaskevich/govalidator: a9d515a → f61b66f
  • github.com/emicklei/go-restful/v3: v3.11.0 → v3.12.1
  • github.com/evanphx/json-patch: v5.6.0+incompatible → v0.5.2
  • github.com/go-openapi/jsonreference: v0.20.2 → v0.21.0
  • github.com/google/cel-go: v0.22.0 → v0.22.1
  • github.com/google/gnostic-models: v0.6.8 → v0.6.9
  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • github.com/google/pprof: d1b30fe → 40e02aa
  • github.com/grpc-ecosystem/grpc-gateway/v2: v2.20.0 → v2.25.1
  • github.com/kcp-dev/apimachinery/v2: 431177b → ebb573a
  • github.com/kcp-dev/client-go: 3dea338 → decc4df
  • github.com/kcp-dev/kcp/sdk: v0.27.1 → v0.28.0
  • github.com/mailru/easyjson: v0.7.7 → v0.9.0
  • github.com/onsi/ginkgo/v2: v2.22.0 → v2.22.1
  • github.com/onsi/gomega: v1.36.1 → v1.36.2
  • github.com/prometheus/client_golang: v1.19.1 → v1.20.5
  • github.com/prometheus/common: v0.55.0 → v0.61.0
  • github.com/spf13/cobra: v1.8.1 → v1.9.1
  • github.com/spf13/pflag: d5e0c06 → v1.0.6
  • go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.17
  • go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.17
  • go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.17
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.53.0 → v0.58.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 → v0.58.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0
  • go.opentelemetry.io/otel/metric: v1.28.0 → v1.33.0
  • go.opentelemetry.io/otel/sdk: v1.28.0 → v1.33.0
  • go.opentelemetry.io/otel/trace: v1.28.0 → v1.33.0
  • go.opentelemetry.io/otel: v1.28.0 → v1.33.0
  • go.opentelemetry.io/proto/otlp: v1.3.1 → v1.5.0
  • golang.org/x/crypto: v0.35.0 → v0.37.0
  • golang.org/x/exp: 7588d657e4ce0a
  • golang.org/x/mod: v0.22.0 → v0.24.0
  • golang.org/x/net: v0.36.0 → v0.39.0
  • golang.org/x/oauth2: v0.25.0 → v0.29.0
  • golang.org/x/sync: v0.11.0 → v0.13.0
  • golang.org/x/sys: v0.30.0 → v0.32.0
  • golang.org/x/term: v0.29.0 → v0.31.0
  • golang.org/x/text: v0.22.0 → v0.24.0
  • golang.org/x/time: v0.9.0 → v0.11.0
  • golang.org/x/tools: v0.29.0 → v0.32.0
  • google.golang.org/genproto/googleapis/api: f6391c05f5ef82
  • google.golang.org/genproto/googleapis/rpc: f6391c05f5ef82
  • google.golang.org/grpc: v1.65.0 → v1.69.2
  • google.golang.org/protobuf: v1.35.1 → v1.36.2
  • k8s.io/apiextensions-apiserver: v0.32.1 → v0.32.3
  • k8s.io/apiserver: v0.32.1 → v0.32.3
  • k8s.io/code-generator: v0.32.1 → v0.32.3
  • k8s.io/component-base: v0.32.1 → v0.32.3
  • k8s.io/kms: v0.32.1 → v0.32.3
  • k8s.io/kube-openapi: 32ad38e2c72e55
  • k8s.io/utils: 3ea5e8c24370be
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.1
  • sigs.k8s.io/json: 9aa6b5ecfa47c3
  • sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.5.0
Removed
  • github.com/creack/pty: v1.1.9
  • github.com/golang/groupcache: 41bb18b
  • github.com/imdario/mergo: v0.3.12
  • github.com/kr/pty: v1.1.1
  • google.golang.org/appengine: v1.6.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 renovate bot enabled auto-merge (squash) August 11, 2025 09:01
@github-actions github-actions bot added the fix label Aug 11, 2025
@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch 8 times, most recently from a964c9c to 8ad975f Compare August 28, 2025 06:08
@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch 6 times, most recently from df59994 to 9c2e76c Compare September 7, 2025 08:31
@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch 11 times, most recently from 3ad5275 to b2e8214 Compare September 10, 2025 17:24
@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch from b2e8214 to cc1ab9f Compare September 16, 2025 17:07
Copy link

coderabbitai bot commented Sep 16, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch 2 times, most recently from 3a44916 to 05b84b8 Compare September 18, 2025 13:36
@renovate renovate bot force-pushed the renovate/github.com-kcp-dev-multicluster-provider-0.x branch from 05b84b8 to 66d96b7 Compare September 26, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants