Crossplane v2.3.0 combines breaking API naming and path changes with new operator capabilities and correctness fixes. It also updates several Go dependencies and the Go toolchain, which matters to API consumers and builds that depend on the affected packages.
Action needed (14)
securityThe
github.dependency, updated to v1.6.3com/cloudflare/circl The
github.module is updated to v1.6.3 in Crossplane v2.3.0.com/cloudflare/circl securityThe
google.dependency, updated to v1.79.3golang. org/grpc The
google.module is updated to v1.79.3 in Crossplane v2.3.0.golang. org/grpc securityThe
go.dependency, updated to v1.43.0opentelemetry. io/otel/exporters/otlp/otlptrace/otlptracehttp The
go.module is updated to v1.43.0 in Crossplane v2.3.0.opentelemetry. io/otel/exporters/otlp/otlptrace/otlptracehttp securityThe
github.dependency, updated to v5.17.1com/go-git/go-git/v5 The
github.module is updated to v5.17.1 in Crossplane v2.3.0.com/go-git/go-git/v5 securityThe
github.dependency, updated to v4.1.4com/go-jose/go-jose/v4 The
github.module is updated to v4.1.4 in Crossplane v2.3.0.com/go-jose/go-jose/v4 securityThe
github.dependency, updated to v3.0.5com/sigstore/cosign/v3 The
github.module is updated to v3.0.5 in Crossplane v2.3.0.com/sigstore/cosign/v3 securityThe
github.dependency, updated to v29.2.0+incompatiblecom/docker/cli The
github.module is updated to v29.2.0+incompatible in Crossplane v2.3.0.com/docker/cli securityThe
github.dependency, updated to v2.0.6com/sigstore/timestamp-authority/v2 The
github.module is updated to v2.0.6 in Crossplane v2.3.0.com/sigstore/timestamp-authority/v2 securityThe
Gotoolchain, updated to 1.25.9The
Gotoolchain is updated to 1.25.9 in Crossplane v2.3.0.securityThe
github.dependency, updated to v0.5.1com/moby/spdystream The
github.module is updated to v0.5.1 in Crossplane v2.3.0.com/moby/spdystream securityThe
github.dependency, updated to v5.18.0com/go-git/go-git/v5 The
github.module is updated to v5.18.0 in Crossplane v2.3.0.com/go-git/go-git/v5 securityThe
github.dependency, updated to v0.11.0com/in-toto/in-toto-golang The
github.module is updated to v0.11.0 in Crossplane v2.3.0.com/in-toto/in-toto-golang securityThe
golang.dependency, updated to v0.53.0org/x/net The
golang.module is updated to v0.53.0 in Crossplane v2.3.0.org/x/net securityThe
Gotoolchain, updated to 1.25.10The
Gotoolchain is updated to 1.25.10 in Crossplane v2.3.0 to fix standard library CVEs.
Check if affected (3)
breakingThe Crossplane API dependency path, renamed
Applies if you build external consumers of Crossplane APIs.
External consumers of Crossplane APIs should change the dependency path from
github.tocom/crossplane/crossplane/v2/apis github.in Crossplane v2.3.0.com/crossplane/crossplane/apis/v2 breakingThe common API package, moved
Applies if you use the common APIs from
crossplane-runtime.The common APIs previously provided by
crossplane-runtimenow ship atgithub.in Crossplane v2.3.0.com/crossplane/crossplane/apis/v2/core breakingThe
v1.types, renamedResource* Applies if you use the old
v1.types.Resource* The old
v1.types are now namedResource* v2., distinguishing them from the namespacedClusterManagedResource* v2.types in Crossplane v2.3.0.ManagedResource*