fix(deps): update module github.com/crossplane/crossplane/v2 to v2.1.0 #119
+3
−3
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.1.0-rc.1->v2.1.0Release Notes
crossplane/crossplane (github.com/crossplane/crossplane/v2)
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
Full Changelog: crossplane/crossplane@v2.0.0...v2.1.0
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 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.