Skip to content

fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.3#389

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-runtime-v2-2.x
Open

fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.3#389
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-runtime-v2-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/crossplane/crossplane-runtime/v2 v2.2.0v2.3.3 age confidence

Release Notes

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime/v2)

v2.3.3

Compare Source

🎉 Highlights

  • Fixed package signature verification TOCTOU (GHSA-mf7q-r4rv-jv94): A time-of-check-to-time-of-use flaw would let a malicious OCI registry serve a correctly signed image for verification and then an unsigned image for installation, because Crossplane resolved tag references separately for each step. Crossplane now resolves a tag to a digest once and uses that same digest for both signature verification and the image pull, so the content that is verified is exactly the content that is installed. This affected only users who enable package signature verification, install packages by tag, and pull from registries they don't control. Installing by digest would avoid this issue. Backported in #​1038, and reported independently by @​bugbunny-research and @​tonghuaroot.
    • Note this fix appears in crossplane for v2.2 and crossplane-runtime for v2.3 because the affected code was moved from crossplane to crossplane-runtime during the v2.3 milestone.

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.3.2...v2.3.3

v2.3.2

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.3.0...v2.3.1

v2.3.0

Compare Source

🚨 Notable and Breaking Changes

  • The common APIs from crossplane-runtime have moved to github.com/crossplane/crossplane/apis/v2/core

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v2.2.0...v2.3.0

v2.2.3

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.2.0...v2.2.1


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.

@renovate

renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.8 -> 1.25.9
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f -> v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/go-control-plane/envoy v1.35.0 -> v1.36.0
github.com/envoyproxy/protoc-gen-validate v1.2.1 -> v1.3.0
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 -> v1.39.0
google.golang.org/grpc v1.78.0 -> v1.79.3

@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch from df01a79 to dad3ba6 Compare April 29, 2026 09:32
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 - autoclosed May 11, 2026
@renovate renovate Bot closed this May 11, 2026
@renovate renovate Bot deleted the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch May 11, 2026 10:09
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 - autoclosed fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 May 11, 2026
@renovate renovate Bot reopened this May 11, 2026
@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch 2 times, most recently from dad3ba6 to 529fad0 Compare May 11, 2026 15:41
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 - autoclosed May 20, 2026
@renovate renovate Bot closed this May 20, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 - autoclosed fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 May 21, 2026
@renovate renovate Bot reopened this May 21, 2026
@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch 2 times, most recently from 78aa9b5 to 6e55f0b Compare May 21, 2026 17:15
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.2.1 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.0 May 21, 2026
@renovate

renovate Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/alecthomas/kong v1.15.0
go: downloading github.com/crossplane/crossplane-runtime/v2 v2.3.3
go: downloading github.com/crossplane/function-sdk-go v0.5.0
go: downloading google.golang.org/grpc v1.79.3
go: downloading google.golang.org/protobuf v1.36.11
go: downloading k8s.io/apimachinery v0.35.4
go: downloading kcl-lang.io/krm-kcl v0.12.4
go: downloading oras.land/oras-go/v2 v2.6.1
go: downloading oras.land/oras-go v1.2.6
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/google/go-cmp v0.7.0
go: downloading k8s.io/utils v0.0.0-20260617174310-a95e086a2553
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading sigs.k8s.io/controller-runtime v0.23.3
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5
go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
go: downloading k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482
go: downloading sigs.k8s.io/kustomize/kyaml v0.21.1
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/go-json-experiment/json v0.0.0-20240815175050-ebd3a8989ca1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading k8s.io/client-go v0.35.2
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/crossplane/crossplane/apis/v2 v2.0.0-20260424160951-8f231230ebb6
go: downloading k8s.io/api v0.35.2
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.27.1
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/prometheus/procfs v0.19.2
go: downloading golang.org/x/sys v0.45.0
go: downloading golang.org/x/net v0.55.0
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/hashicorp/go-getter v1.8.5
go: downloading kcl-lang.io/kpm v0.12.4
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading golang.org/x/sync v0.20.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/spf13/pflag v1.0.10
go: downloading golang.org/x/term v0.43.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading cloud.google.com/go/storage v1.60.0
go: downloading cloud.google.com/go v0.123.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.4
go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.12
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-version v1.8.0
go: downloading github.com/klauspost/compress v1.18.5
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/ulikunitz/xz v0.5.15
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading google.golang.org/api v0.267.0
go: downloading github.com/BurntSushi/toml v1.6.0
go: downloading github.com/dominikbraun/graph v0.23.0
go: downloading github.com/elliotchance/orderedmap/v2 v2.7.0
go: downloading github.com/otiai10/copy v1.14.1
go: downloading golang.org/x/mod v0.35.0
go: downloading kcl-lang.io/kcl-go v0.12.3
go: downloading github.com/gofrs/flock v0.13.0
go: downloading kcl-lang.io/cli v0.12.4
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading github.com/go-openapi/swag v0.25.5
go: downloading github.com/google/gnostic-models v0.7.1
go: downloading sigs.k8s.io/controller-tools v0.20.1
go: downloading golang.org/x/text v0.37.0
go: downloading golang.org/x/time v0.15.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading cloud.google.com/go/auth v0.18.1
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading cloud.google.com/go/iam v1.5.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/googleapis/gax-go/v2 v2.17.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.39.0
go: downloading go.opentelemetry.io/otel v1.42.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.40.0
go: downloading go.opentelemetry.io/otel/sdk v1.40.0
go: downloading go.opentelemetry.io/otel/trace v1.42.0
go: downloading github.com/aws/smithy-go v1.24.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6
go: downloading github.com/aws/aws-sdk-go-v2/service/signin v1.0.8
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.30.13
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.41.9
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.20
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.17
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.8
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.20
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.17
go: downloading github.com/otiai10/mint v1.6.3
go: downloading github.com/chai2010/jsonv v1.1.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading kcl-lang.io/lib v0.12.3
go: downloading github.com/go-git/go-git/v5 v5.16.4
go: downloading github.com/kubescape/go-git-url v0.0.31
go: downloading github.com/containers/image/v5 v5.36.2
go: downloading github.com/thoas/go-funk v0.9.3
go: downloading github.com/jinzhu/copier v0.4.0
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/dchest/siphash v1.2.3
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/containerd/containerd v1.7.22
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading kcl-lang.io/kcl-openapi v0.10.2
go: downloading github.com/go-openapi/jsonpointer v0.22.5
go: downloading github.com/go-openapi/swag/cmdutils v0.25.5
go: downloading github.com/go-openapi/swag/conv v0.25.5
go: downloading github.com/go-openapi/swag/fileutils v0.25.5
go: downloading github.com/go-openapi/swag/jsonname v0.25.5
go: downloading github.com/go-openapi/swag/jsonutils v0.25.5
go: downloading github.com/go-openapi/swag/loading v0.25.5
go: downloading github.com/go-openapi/swag/mangling v0.25.5
go: downloading github.com/go-openapi/swag/netutils v0.25.5
go: downloading github.com/go-openapi/swag/stringutils v0.25.5
go: downloading github.com/go-openapi/swag/typeutils v0.25.5
go: downloading github.com/go-openapi/swag/yamlutils v0.25.5
go: downloading github.com/spf13/cobra v1.10.2
go: downloading golang.org/x/tools v0.44.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5
go: downloading cloud.google.com/go/monitoring v1.24.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0
go: downloading go.opentelemetry.io/otel/metric v1.42.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.20
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/chai2010/protorpc v1.1.4
go: downloading github.com/ebitengine/purego v0.9.1
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading github.com/sergi/go-diff v1.4.0
go: downloading github.com/docker/cli v29.4.0+incompatible
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/docker/docker v28.5.1+incompatible
go: downloading github.com/docker/go-connections v0.6.0
go: downloading github.com/chainguard-dev/git-urls v1.0.2
go: downloading github.com/containers/storage v1.59.1
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/goccy/go-yaml v1.19.2
go: downloading github.com/emicklei/proto v1.14.2
go: downloading github.com/getkin/kin-openapi v0.133.0
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/protocolbuffers/txtpbfmt v0.0.0-20240416193709-1e18ef0a7fdc
go: downloading github.com/yuin/goldmark v1.7.13
go: downloading k8s.io/apiextensions-apiserver v0.35.0
go: downloading github.com/go-openapi/analysis v0.24.3
go: downloading github.com/go-openapi/errors v0.22.7
go: downloading github.com/go-openapi/inflect v0.21.0
go: downloading github.com/go-openapi/loads v0.23.3
go: downloading github.com/go-openapi/spec v0.22.4
go: downloading github.com/go-openapi/strfmt v0.26.1
go: downloading github.com/go-openapi/validate v0.25.2
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading k8s.io/code-generator v0.35.0
go: downloading k8s.io/gengo/v2 v2.0.0-20251215205346-5ee0d033ba5b
go: downloading github.com/gobuffalo/flect v1.0.3
go: downloading github.com/fatih/color v1.18.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.11
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/golang/snappy v0.0.4
go: downloading golang.org/x/crypto v0.52.0
go: downloading github.com/cyphar/filepath-securejoin v0.4.1
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.9.5
go: downloading github.com/containers/ocicrypt v1.2.1
go: downloading github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
go: downloading github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037
go: downloading github.com/perimeterx/marshmallow v1.1.5
go: downloading github.com/woodsbury/decimal128 v1.3.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/qri-io/jsonpointer v0.1.1
go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
go: downloading k8s.io/apiserver v0.35.0
go: downloading k8s.io/component-base v0.35.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0
go: downloading github.com/cloudflare/circl v1.6.1
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/moby/sys/capability v0.4.0
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/bahlo/generic-list-go v0.2.0
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/google/cel-go v0.26.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading cel.dev/expr v0.25.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/sys/user v0.4.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/stoewer/go-strcase v1.3.1
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading golang.org/x/exp v0.0.0-20260112195511-716be5621a96
go: downloading github.com/crossplane/crossplane-runtime v1.20.10
go: github.com/crossplane-contrib/function-kcl/pkg/resource imports
	github.com/crossplane/crossplane-runtime/v2/apis/common/v1: cannot find module providing package github.com/crossplane/crossplane-runtime/v2/apis/common/v1

@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch from 6e55f0b to dda08b9 Compare May 22, 2026 21:28
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.0 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 May 22, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 - autoclosed Jun 4, 2026
@renovate renovate Bot closed this Jun 4, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 - autoclosed fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 Jun 4, 2026
@renovate renovate Bot reopened this Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch 3 times, most recently from 4a64346 to 6816131 Compare June 9, 2026 01:59
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.1 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.2 Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch from 6816131 to 62a33f3 Compare June 22, 2026 18:48
@renovate renovate Bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.2 fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.3.3 Jun 22, 2026
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