Merged
Conversation
chenrui333
approved these changes
Feb 18, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
Functionpackages are no longer installed by the package manager, following the xpkg specification. Unknown or disallowed resources in a package are now ignored instead of causing package installation to fail. See #6976.🎉 Highlights
ImageConfigcan now be used to configure theDeploymentRuntimeConfigused for packages, including those installed as dependencies. Note that a matchingImageConfigtakes precedence over theruntimeConfigRefin a package spec if both are present. See #6382.x-kubernetes-validationsoutside of the spec. This allows for validation of metadata such as names and labels. See #7018.RequiredSchemasfield in the function response. Crossplane now advertises capabilities (including required schemas) to functions in a new function request field. See #7022.crossplane beta traceCLI command now supports tracing all resources of a given kind, and supports watching resources. See #6552 and #7015.🏅 Release MVP
@jonasz-lasut is the
v2.2release MVP! Their work driving enhancements, fixing bugs, and maintaining quality across Crossplane and its ecosystem is much appreciated by the Crossplane maintainers. Additionally, @jonasz-lasut is an active participant on the Crossplane Slack instance, answering questions and providing guidance to many new and experienced members of the community. Thank you for your dedication, @jonasz-lasut! :tada:What's Changed
crossplane beta traceby @twobiers in feat: Support list of resources forcrossplane beta tracecrossplane/crossplane#6552xpkg.Clientto consolidate package fetching by @negz in Introducexpkg.Clientto consolidate package fetching crossplane/crossplane#6981tools/dir by @negz in Remove unusedtools/dir crossplane/crossplane#7085--watched-resourceflag for WatchOperations by @negz in Use--watched-resourceflag for WatchOperations crossplane/crossplane#7113New Contributors
Full Changelog: crossplane/crossplane@v2.1.0...v2.2.0
View the full release notes at https://github.com/crossplane/crossplane/releases/tag/v2.2.0.