Skip to content

Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - autoclosed - #715

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-apis-v2-2.3.x
Closed

Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - autoclosed#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-apis-v2-2.3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/crossplane/crossplane/apis/v2 v2.3.3v2.3.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

crossplane/crossplane (github.com/crossplane/crossplane/apis/v2)

v2.3.5

Compare Source

v2.3.5 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

  • Correct crank checksums for amd64 binaries (#​7666, originally #​7660): The published .sha256 files for linux_amd64 binaries had not matched the binaries themselves since v2.2.0, so any install script or Dockerfile that verified the amd64 checksum failed. Checksums are now calculated after Nix strips the binary, and the release workflow verifies them before uploading. Fixes #​7467.
  • Unambiguous Usage index key (#​7630, originally #​7508): The deletion protection webhook indexed Usage resources by joining API group, kind, name, and namespace with .. Since groups and names can contain . themselves, two distinct resources could collapse to the same key, causing the webhook to block a deletion that should have been allowed. The key now joins with /, which cannot appear in any of those fields.
  • Dependency security updates: Bumps cel-go (#​7761), golang.org/x/mod (#​7743), and sigstore-go (#​7678), plus a combined set of vulnerable dependency updates (#​7650), to pick up upstream CVE fixes. crossplane-runtime is also bumped to v2.3.4 (#​7765), which carries its own set of security dependency updates.

What's Changed

Full Changelog: crossplane/crossplane@v2.3.4...v2.3.5

v2.3.4

Compare Source

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

🎉 Highlights

  • Fixed repeated owner updates for composed Usages (#​7597, originally #​7591): The Usage controller only checked the first ownerReference when deciding whether the spec.by resource already owned the Usage. A Usage created by a Composition already has the composite as its first owner, so spec.by ended up as a later owner and the controller issued an unnecessary update on every reconciliation — repeatedly re-triggering composition reconciliation and eventually opening the XR circuit breaker. It now checks all owner references.
  • crossplane render fixes (#​7599, originally #​7544): render no longer overwrites the input XR's UID when one is already set, and now validates observed resources before proceeding with the render.
  • Vulnerability-scannable images (#​7574): Container images are now built with buildGoModule (replacing gomod2nix), so published images can be scanned by standard vulnerability tooling.
  • Dependency security updates: Bumps grpc / golang.org/x/net / golang.org/x/text (#​7618, #​7614, #​7615) and the sigstore stack — cosign (#​7559), rekor (#​7560), timestamp-authority (#​7570), sigstore-go (#​7583) — to pick up upstream CVE fixes. See ## What's Changed for the full list.

What's Changed

Full Changelog: crossplane/crossplane@v2.3.3...v2.3.4


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 Jul 27, 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):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/tools v0.44.0 -> v0.47.0
golang.org/x/mod v0.35.0 -> v0.37.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.45.0 -> v0.46.0
golang.org/x/term v0.43.0 -> v0.44.0
golang.org/x/text v0.37.0 -> v0.39.0

@renovate
renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-apis-v2-2.3.x branch 2 times, most recently from c7ee5b7 to 6e3b9e9 Compare August 14, 2026 11:07
@renovate renovate Bot changed the title Update module github.com/crossplane/crossplane/apis/v2 to v2.3.4 Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-apis-v2-2.3.x branch from 6e3b9e9 to 9fae790 Compare August 21, 2026 19:15
@renovate renovate Bot changed the title Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
@renovate
renovate Bot deleted the renovate/github.com-crossplane-crossplane-apis-v2-2.3.x branch August 30, 2026 02:00
@renovate renovate Bot changed the title Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - autoclosed Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 Aug 30, 2026
@renovate renovate Bot reopened this Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-apis-v2-2.3.x branch 2 times, most recently from 9fae790 to b5ef423 Compare August 30, 2026 04:42
@renovate renovate Bot changed the title Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 Update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - autoclosed Aug 31, 2026
@renovate renovate Bot closed this Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants