fix(deps): update module github.com/crossplane/crossplane/apis/v2 to v2.3.5 - #622
Merged
bobh66 merged 1 commit intoAug 27, 2026
Merged
Conversation
renovate
Bot
requested review from
bobh66,
ezgidemirel,
phisco,
sergenyalcin,
turkenf and
ulucinar
as code owners
August 27, 2026 13:47
bobh66
approved these changes
Aug 27, 2026
renovate
Bot
deleted the
renovate/github.com-crossplane-crossplane-apis-v2-2.3.x
branch
August 27, 2026 13:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.3.4→v2.3.5Release Notes
crossplane/crossplane (github.com/crossplane/crossplane/apis/v2)
v2.3.5Compare Source
v2.3.5is a patch release scoped to fixing issues reported by users of Crossplanev2.3and fixing security related issues in Crossplane's dependencies.🎉 Highlights
crankchecksums foramd64binaries (#7666, originally #7660): The published.sha256files forlinux_amd64binaries had not matched the binaries themselves sincev2.2.0, so any install script or Dockerfile that verified theamd64checksum failed. Checksums are now calculated after Nix strips the binary, and the release workflow verifies them before uploading. Fixes #7467.Usageindex key (#7630, originally #7508): The deletion protection webhook indexedUsageresources 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.cel-go(#7761),golang.org/x/mod(#7743), andsigstore-go(#7678), plus a combined set of vulnerable dependency updates (#7650), to pick up upstream CVE fixes.crossplane-runtimeis also bumped tov2.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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.