Crossplane v2.3.0では、外部 API の依存先パスとリソース型名が変わり、crossplane-runtime の common API も移動しました。依存モジュールと Go の更新により、セキュリティ対応も行われています。
要対応 (14)
security
github.の更新com/cloudflare/circl github.を v1.6.3 に更新しました。com/cloudflare/circl security
google.の更新golang. org/grpc google.を v1.79.3 に更新しました。golang. org/grpc securityOTLP HTTP エクスポーターの更新
go.を v1.43.0 に更新しました。opentelemetry. io/otel/exporters/otlp/otlptrace/otlptracehttp security
github.の更新com/go-git/go-git/v5 github.を v5.17.1 に更新しました。com/go-git/go-git/v5 security
github.の更新com/go-jose/go-jose/v4 github.を v4.1.4 に更新しました。com/go-jose/go-jose/v4 security
github.の更新com/sigstore/cosign/v3 github.を v3.0.5 に更新しました。com/sigstore/cosign/v3 security
github.の更新com/docker/cli github.を v29.2.0+incompatible に更新しました。com/docker/cli security
github.の更新com/sigstore/timestamp-authority/v2 github.を v2.0.6 に更新しました。com/sigstore/timestamp-authority/v2 security
Go1.25.9 への更新Goを 1.25.9 に更新しました。security
github.の更新com/moby/spdystream github.を v0.5.1 に更新しました。com/moby/spdystream security
github.の更新com/go-git/go-git/v5 github.を v5.18.0 に更新しました。com/go-git/go-git/v5 security
github.の更新com/in-toto/in-toto-golang github.を v0.11.0 に更新しました。com/in-toto/in-toto-golang security
golang.の更新org/x/net golang.を v0.53.0 に更新しました。org/x/net security
Go1.25.10 への更新標準ライブラリの CVE 修正に対応するため、
Goを 1.25.10 に更新しました。
影響確認 (3)
breakingCrossplane API の依存先パス変更
Crossplane API の外部利用側を構築している場合に適用されます。
外部の Crossplane API 利用側では、依存先を
github.からcom/crossplane/crossplane/v2/apis github.に更新します。com/crossplane/crossplane/apis/v2 breakingcommon API の移動
crossplane-runtimeの common API を利用している場合に適用されます。crossplane-runtimeのcommonAPI はgithub.に移動しました。com/crossplane/crossplane/apis/v2/core breakingリソース型名の変更
従来の
v1.型を利用している場合に適用されます。Resource* 従来の
v1.型はResource* v2.になりました。名前空間付きの型にはClusterManagedResource* v2.が使われます。ManagedResource*