fix(deps): update module github.com/crossplane/crossplane to v2#116
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/crossplane/crossplane to v2#116renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8e02748 to
f29ae96
Compare
dd1af84 to
5107653
Compare
ab202bf to
210c31c
Compare
4f10e82 to
072b18f
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
072b18f to
1e45a16
Compare
1e45a16 to
fcee455
Compare
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:
v1.20.3→v2.2.0Release Notes
crossplane/crossplane (github.com/crossplane/crossplane)
v2.2.0Compare Source
The
v2.2.0release is a regular quarterly Crossplane release that is focused on maturing a number of key areas of functionality across the project, as Crossplane continues to become more capable, more reliable, and more performant for your production workloads. This release includes many fixes and reliability improvements, a new alpha feature for debugging (the pipeline inspector), and usability improvements.ℹ️ Extended support for
v1.20Normally, the release of
v2.2would correspond with the end-of-life forv1.20. However, becausev1.20is the last minor release of thev1series and major version upgrades require additional planning for users,v1.20will continue to receive critical fixes. The final EOL date forv1.20is to be determined.v2.1It is strongly advised to upgrade to
v2.2from the previous minor version, which isv2.1. Upon upgrade for each minor release, Crossplane performs any necessary migrations of its CRDs to ensure the latest versions are stored in the Kubernetes API server. Therefore, it is important to upgrade sequentially through one minor version at a time as described in the upgrade docs.🚨 Notable and Breaking Changes
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! 🎉What's Changed
5e57cd1(main) by @crossplane-renovate[bot] in #6890d3ced5c(main) by @crossplane-renovate[bot] in #689134e1148(main) by @crossplane-renovate[bot] in #6954497990d(main) by @crossplane-renovate[bot] in #6955crossplane beta traceby @twobiers in #6552xpkg.Clientto consolidate package fetching by @negz in #6981c94ce9f(main) by @crossplane-renovate[bot] in #7070439137e(main) by @crossplane-renovate[bot] in #7071tools/dir by @negz in #70852588666(main) by @crossplane-renovate[bot] in #7092--watched-resourceflag for WatchOperations by @negz in #71130629af8(main) by @crossplane-renovate[bot] in #711575c2866(main) by @crossplane-renovate[bot] in #712045cbd0c(main) by @crossplane-renovate[bot] in #7119New Contributors
Full Changelog: crossplane/crossplane@v2.1.0...v2.2.0
v2.1.4Compare Source
This release backports #7030 to the 2.1 branch to fix one of the issues reported in #3423, where shared transitive dependencies could not be upgraded successfully. It also contains security updates to Crossplane's dependencies.
What's Changed
Full Changelog: crossplane/crossplane@v2.1.3...v2.1.4
v2.1.3Compare Source
This release resolves #6761 - issues when upgrading providers that manifest with errors like these:
What's Changed
Full Changelog: crossplane/crossplane@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
Full Changelog: crossplane/crossplane@v2.1.1...v2.1.2
v2.1.1Compare Source
This release backports #6911, which makes the new XR watch circuit breaker a little more lenient. We noticed sometimes simple XRs were triggering the circuit breaker during initial creation, which usually involves a burst of watch events as resources are created and update to reach a stable state.
What's Changed
Full Changelog: crossplane/crossplane@v2.1.0...v2.1.1
v2.1.0Compare Source
The
v2.1.0release is a regular quarterly Crossplane release that is focused on maturing a number of key areas of functionality across the project, as Crossplane continues to become more capable, more reliable, and more performant for your production workloads. After the majorv2.0release, we spent time focusing on polishing and hardening the experience with the goal of enhancing core reliability.v2.0It is strongly advised to upgrade to
v2.1from the previous minor version, which isv2.0. Upon upgrade for each minor release, Crossplane performs any necessary migrations of its CRDs to ensure the latest versions are stored in the Kubernetes API server. Therefore, it is important to upgrade sequentially through one minor version at a time as described in the upgrade docs.🎉 Highlights
crossplane renderfor remote Docker daemons: #6799 fixes an issue that preventedcrossplane renderfrom establishing a connection to the remote Docker host.crossplane rendernow allows function annotations to be passed on the command line with-a/--function-annotationsflags. Two new function annotations are now supported:render.crossplane.io/runtime-docker-publish-addresscontrols the host address Docker publishes the container port to (defaults to127.0.0.1for security)render.crossplane.io/runtime-docker-targetcontrols the address the CLI connects to (defaults to the publish address)🚨 Warnings and breaking changes
--max-concurrent-reconcilescan be set to influence the maximum number of concurrent reconcile operations (worker pool size) that Crossplane will perform.--max-reconcile-rateflag has been renamed to this new--max-concurrent-reconcilesflag to better represent what this flag controls--max-reconcile-rateflag is now an alias for the new flag name🏅 Release MVP
@binarycode is the
v2.1release MVP! They discovered a critical issue preventing realtime compositions from functioning correctly for namespaced XRs. Their fix in #6780 now properly configures an index for each namespaced XR so that events generated from changes in their composed resources correctly result in the XR being enqueued for reconciliation.Thank you very much to @binarycode, our latest release MVP! 🙇♂️
What's Changed
184bdaa(main) by @crossplane-renovate[bot] in #670608eba0b(main) by @crossplane-renovate[bot] in #6715New Contributors
Configuration
📅 Schedule: 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 is behind base branch, 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.