Update module github.com/crossplane/crossplane to v1.18.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.18.2
Release Notes
crossplane/crossplane (github.com/crossplane/crossplane)
v1.18.2
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.17 and fixing security related issues in Crossplane's dependencies.
Users of v1.18.x reported that they were no longer able to downgrade a Crossplane installation from v1.18.x to a previous v1.17.x version. This was fixed in https://github.com/crossplane/crossplane/pull/6157 and we expect downgrades from v1.18.2 to be working once again.
The way
Usage
objects are managed within aComposition
has been updated in https://github.com/crossplane/crossplane/pull/6155 to prevent orphanedUsage
objects from remaining in the control plane when aComposition
that creates aUsage
is updated. The change is described below:crossplane.io/composite
label).What's Changed
Full Changelog: crossplane/crossplane@v1.18.1...v1.18.2
v1.18.1
Compare Source
What's Changed
Full Changelog: crossplane/crossplane@v1.18.0...v1.18.1
v1.18.0
Compare Source
🚨 Breaking Changes
EnvironmentConfig
API was matured to Beta in this release, it's important to note that native support forEnvironmentConfig
within aComposition
was removed in https://github.com/crossplane/crossplane/pull/5938.--enable-environment-configs
) and leveraged the native functionality (spec.environment.patches
,spec.environment.environmentConfigs
and*Environment
patches), will have to migrate to Composition Functions to continue doing so.❗ Notable Changes
A forthcoming change to Crossplane's default xpkg.upbound.io package registry may require you to authenticate to pull packages. In this release we've introduced a new ImageConfig API that makes it easier to configure registry credentials.
In order to minimize disruption to the community, we're making an exception to Crossplane's feature maturity process. We've introduced the new ImageConfig API as a beta feature that is enabled by default. We've also back ported the new ImageConfig API to the latest v1.16 and v1.17 patch releases.
🎉 Highlights
--enable-dependency-version-upgrades
.ImageConfig
--enable-signature-verification
.render
function.beta validate
improvements that enable the validation of more built-in Crossplane types likeCompositions
, as well as validate the inputs to each Functions in the pipeline.Release MVP
We'd like to thank @cychiang for their multiple contributions within this release. Of particular note, they implemented #5976 which enabled passing credentials to functions from the
render
command. We are also looking forward to including their contribution from #5963 in the next milestone. Thanks @cychiang!! 🙇♂️📖 Full Changelog
master
→main
by @jeanduplessis in https://github.com/crossplane/crossplane/pull/5930features.New
calls by @jeanduplessis in https://github.com/crossplane/crossplane/pull/5931692973e
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5935render
function by @cychiang in https://github.com/crossplane/crossplane/pull/5976ImageConfig
API proposal by @turkenh in https://github.com/crossplane/crossplane/pull/5993EnvironmentConfig
to v1beta1, but remove native support by @negz in https://github.com/crossplane/crossplane/pull/5938Cosign
viaImageConfig
API by @turkenh in https://github.com/crossplane/crossplane/pull/60225d869da
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5936b4b15b8
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5941b9fd7d1
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/59429780b0c
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5944Lock
) controller watch package revisions by @github-actions in https://github.com/crossplane/crossplane/pull/6065New Contributors
Full Changelog: crossplane/crossplane@v1.17.0...v1.18.0
v1.17.4
Compare Source
This is a patch release scoped to fixing security related issues in Crossplane's dependencies, as well as improving E2E test reliability.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.3...v1.17.4
v1.17.3
Compare Source
Notable Changes
A forthcoming change to Crossplane's default http://xpkg.upbound.io/ package registry may require you to authenticate to pull packages. In this release we've introduced a new ImageConfig API that makes it easier to configure registry credentials.
In order to minimize disruption to the community, we're making an exception to Crossplane's feature maturity process. We introduced the new ImageConfig API in Crossplane v1.18 as a beta feature that is enabled by default. We've also back ported the new ImageConfig API to this patch release, to make it available without needing to upgrade to v1.18.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.2...v1.17.3
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/5883Configuration
📅 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.