Download Latest Version v2.3.3 source code.zip (15.7 MB)
Email in envelope

Get an email when there's a new version of Crossplane Kubernetes

Home / v2.3.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-22 2.1 kB
v2.3.3 source code.tar.gz 2026-06-22 15.0 MB
v2.3.3 source code.zip 2026-06-22 15.7 MB
Totals: 3 Items   30.6 MB 0

v2.3.3 is a patch release scoped to fixing issues reported by users of Crossplane v2.3 and fixing security related issues in Crossplane's dependencies.

🎉 Highlights

  • Fixed package signature verification TOCTOU (GHSA-mf7q-r4rv-jv94): A time-of-check-to-time-of-use flaw could let a malicious OCI registry pass signature verification with a signed image and then serve unsigned content for installation. For v2.3 this fix ships via the crossplane-runtime v2.3.3 bump in [#7541], since the affected code moved from crossplane to crossplane-runtime during the v2.3 milestone. See the crossplane-runtime v2.3.3 release notes for the full details.
  • Correct namespace on injected resource refs in crossplane render: crossplane render previously set a namespace on every injected resource reference, which is inaccurate for namespaced XRs (whose resource refs are local and carry no namespace) and broke composition functions with strict schemas, such as the generated KCL bindings used in control plane projects. Render now matches the real reconciler and sets the namespace only for cluster-scoped XRs. Backported in [#7525], originally fixed in [#7523].
  • Dependency security updates: This release also bumps the Go toolchain to 1.25.11 and golang.org/x/net and golang.org/x/sys in the apis module to pick up CVE fixes (#7530). See ## What's Changed below for the full list.

What's Changed

Full Changelog: https://github.com/crossplane/crossplane/compare/v2.3.2...v2.3.3

Source: README.md, updated 2026-06-22