Update module github.com/crossplane/crossplane to v1.17.2 #107
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.15.3
->v1.17.2
Release Notes
crossplane/crossplane (github.com/crossplane/crossplane)
v1.17.2
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.17. First, this patch release addresses the below published security advisory that affects the versions of golang that Crossplane depends on.
Thank you @aditya-mayo for reporting this vulnerability! 🙇♂️
This release also addresses an issue (https://github.com/crossplane/crossplane/issues/5971) where users of v1.17 were not able to build or install Functions using v1 package metadata. Now that Functions have matured to v1, this will become much more pervasive throughout the Crossplane Functions ecosystem.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.1...v1.17.2
v1.17.1
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.17.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.0...v1.17.1
v1.17.0
Compare Source
The v1.17.0 release 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.
🎉 Highlights
crossplane-runtime
v1.17.0 release. Starting with this release, it will be possible for providers to track and log all changes they are making to their managed resources. You can expect new provider releases in the near future with this functionality enabled.crossplane beta render
was promoted and is now available ascrossplane render
. Added support forrender.crossplane.io/runtime-docker-cleanup
to allow removing images after run if needed.crossplane beta xpkg init
was promoted too and is now available ascrossplane xpkg init
.crossplane beta validate
:crossplane beta trace
is now much more performant for really deep dependency trees.🚨 Warnings and breaking changes
mode: Pipeline
) instead, as described in the updated documentation: https://docs.crossplane.io/latest/concepts/compositions/beta render
andbeta xpkg init
were promoted to GA, meaning you no longer need to include thebeta
part of the command.🏅 Release MVP
For our very first Crossplane "Release MVP", we're proud to select @dalton-hill-0 for his thorough and useful contribution on https://github.com/crossplane/crossplane/pull/5450 to enable Claims to have selective errors/events/conditions surfaced to them. This has been functionality that the community desired for a long time and it really moves the needle on the end user developer/consumer experience with Crossplane. They will now be able to get relevant actionable information on their Claims to troubleshoot issues and get the infrastructure they need. Dalton did a great job of driving the complicated design and thinking through the edge cases with a critical eye on user experience throughout. Great work @dalton-hill-0! 🙇♂️ 🏅
📖 Full Changelog
PackagedFunctionRunner
by @negz in https://github.com/crossplane/crossplane/pull/5662ADOPTERS.md
by @brandon-powers in https://github.com/crossplane/crossplane/pull/56700ad4b8f
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5679a0de6af
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5680cdcb360
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5683crossplane/build
submodule fork by @negz in https://github.com/crossplane/crossplane/pull/56936546280
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/56996d79887
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57004197211
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5701b7cec75
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5702d6238b0
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5703a5ac7e5
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57189fdb3e4
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5725125fc84
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57190d4c9c5
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5749earthly
by @negz in https://github.com/crossplane/crossplane/pull/5762f079b84
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5776beta validate
by @enesonus in https://github.com/crossplane/crossplane/pull/5791beta validate
by @enesonus in https://github.com/crossplane/crossplane/pull/5809FunctionRunner
by @negz in https://github.com/crossplane/crossplane/pull/5883🆕 New Contributors
Full Changelog: crossplane/crossplane@v1.17.0-rc.0...v1.17.0
v1.16.3
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.16. Specifically, this patch release addresses the below published security advisory that affects the versions of golang that Crossplane depends on.
Thank you @aditya-mayo for reporting this vulnerability! 🙇♂️
What's Changed
Full Changelog: crossplane/crossplane@v1.16.2...v1.16.3
v1.16.2
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.16.
What's Changed
Full Changelog: crossplane/crossplane@v1.16.1...v1.16.2
v1.16.1
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.16.
What's Changed
Full Changelog: crossplane/crossplane@v1.16.0...v1.16.1
v1.16.0
Compare Source
The v1.16.0 release 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.
🎉 Highlights
Usage
clean-up significantly faster: Resources protected by aUsage
object can take a long time to be fully deleted. A solution for this is now available via a newreplayDeletion
field on theUsage
object. Read more about this capability in theUsage
docs.credentials
field on function pipeline steps for a Composition Function to authenticate to external systems while they are executing their logic, for example to look up information from a remote service.🚨 Warnings and breaking changes
crossplane
CLI--version
flag has been converted to a top levelversion
command.crossplane version
can be used to retrieve the version of the Crossplane CLI software as well as the version of the Crossplane server side software running in the control plane.crossplane --version
is no longer supported and will returncrossplane: error: unknown flag --version
.📖 Full Changelog
5d5d22a
(master) by @renovate in https://github.com/crossplane/crossplane/pull/5340managementPolicy
=>managementPolicies
by @turkenf in https://github.com/crossplane/crossplane/pull/5383init
- add option to select branch/tag by @lsviben in https://github.com/crossplane/crossplane/pull/5391golangci-lint
linters by default by @negz in https://github.com/crossplane/crossplane/pull/54457e5c6a2
(master) by @renovate in https://github.com/crossplane/crossplane/pull/5516ADOPTERS.md
to include mention of dev, staging, and production by @mattfield in https://github.com/crossplane/crossplane/pull/5518Configuration
📅 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.