Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/crossplane/crossplane to v1.18.2 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/crossplane v1.15.3 -> v1.18.2 age adoption passing confidence

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 a Composition has been updated in https://github.com/crossplane/crossplane/pull/6155 to prevent orphaned Usage objects from remaining in the control plane when a Composition that creates a Usage is updated. The change is described below:

  • When the Usage itself deleted, the usage controller will wait for using resource before removing the finalizer, only if the Usage is part of a composite (i.e has crossplane.io/composite label).
  • When a resource removed from a composition (i.e. decomposed), the composition controllers (both PT and function) will remove the composed resource labels before deleting the resource.
  • This behavior is visually summarized in https://github.com/crossplane/crossplane/issues/5880#issuecomment-2363433313

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

  • While the EnvironmentConfig API was matured to Beta in this release, it's important to note that native support for EnvironmentConfig within a Composition was removed in https://github.com/crossplane/crossplane/pull/5938.
    • Users that enabled Alpha Composition Environments (--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.
    • We have built automated migration tooling to help with this migration/transition.
    • Further information, including migration instructions, can be found in the Crossplane docs.

❗ 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

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

New 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

  • New Contributors! This release has 14 new contributors! A huge thank you to all contributors as always.
  • Composition Functions graduation to v1: https://github.com/crossplane/crossplane/pull/5885 graduated Composition Functions to v1 while deprecating native patch and transform compositions. For a few releases, Crossplane will handle both beta and alpha composition Functions, and updated SDKs will be released soon.
  • Errors/Conditions on claims: It is now possible for Functions to communicate errors, events, and conditions up to the Claim level that occur during the execution of the composition function pipeline. Added with https://github.com/crossplane/crossplane/pull/5450, this means that consumers of Claims can get helpful and relevant observability into what may be happening with the composed resources underneath their claim. This keeps a strong separation of concerns still between Claims and Composite Resources, while providing useful curated information to the claim consumer that can help them drive to a resolution and a healthy resource on their own.
  • Cloud Change Logs: The runtime support for cloud change logs is included in the 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.
  • CLI updates:
    • crossplane beta render was promoted and is now available as crossplane render. Added support for render.crossplane.io/runtime-docker-cleanup to allow removing images after run if needed.
    • crossplane beta xpkg init was promoted too and is now available as crossplane xpkg init.
    • crossplane beta validate:
      • can now validate Crossplane resources and can also validate Functions' inputs against their schema.
      • can now catch unknown fields errors too.
      • is now able to download and cache the whole tree of transitive dependencies for a Package.
      • is now using a global cache directory in the home instead of creating one in the current directory.
    • crossplane beta trace is now much more performant for really deep dependency trees.

🚨 Warnings and breaking changes

  • Deprecated: Native patch and transform is now deprecated, see https://github.com/crossplane/crossplane/pull/5885
    • We don't plan to remove native patch and transform from Crossplane, but we no longer recommend using it. Use composition functions (mode: Pipeline) instead, as described in the updated documentation: https://docs.crossplane.io/latest/concepts/compositions/
    • As of Crossplane v1.17.0, development on native patch and transform will stop, and we'll only accept security related contributions to that part of the codebase.
  • crossplane CLI beta render and beta xpkg init were promoted to GA, meaning you no longer need to include the beta 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


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Depedency update label Oct 23, 2024
Copy link
Contributor Author

renovate bot commented Oct 23, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/crossplane/crossplane-runtime v1.16.0 -> v1.18.0
k8s.io/api v0.31.1 -> v0.31.2
k8s.io/apiextensions-apiserver v0.31.1 -> v0.31.2
k8s.io/client-go v0.31.1 -> v0.31.2
dario.cat/mergo v1.0.0 -> v1.0.1
golang.org/x/crypto v0.28.0 -> v0.31.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/term v0.25.0 -> v0.27.0
golang.org/x/text v0.19.0 -> v0.21.0
k8s.io/code-generator v0.31.1 -> v0.31.2
sigs.k8s.io/controller-tools v0.16.4 -> v0.16.5

@renovate renovate bot force-pushed the renovate/github.com-crossplane-crossplane-1.x branch from 3bd44e5 to aade462 Compare October 25, 2024 11:27
@renovate renovate bot changed the title Update module github.com/crossplane/crossplane to v1.17.1 Update module github.com/crossplane/crossplane to v1.17.2 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-crossplane-crossplane-1.x branch 2 times, most recently from b4f780c to a3584bf Compare November 5, 2024 11:58
@renovate renovate bot changed the title Update module github.com/crossplane/crossplane to v1.17.2 Update module github.com/crossplane/crossplane to v1.18.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-crossplane-crossplane-1.x branch from a3584bf to 6dfb3f6 Compare November 29, 2024 13:43
@renovate renovate bot changed the title Update module github.com/crossplane/crossplane to v1.18.0 Update module github.com/crossplane/crossplane to v1.18.1 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-crossplane-crossplane-1.x branch from 6dfb3f6 to d5713c7 Compare December 18, 2024 02:37
@renovate renovate bot changed the title Update module github.com/crossplane/crossplane to v1.18.1 Update module github.com/crossplane/crossplane to v1.18.2 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants