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 Helm release crossplane to v1.17.0 #22

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Update Change
crossplane (source) minor 1.16.1 -> 1.17.0

Release Notes

crossplane/crossplane (crossplane)

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

🆕 New Contributors

Full Changelog: crossplane/crossplane@v1.17.0-rc.0...v1.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

Copy link
Contributor Author

renovate bot commented May 16, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/crossplane-1.x branch 2 times, most recently from 0387b02 to 54f50c9 Compare May 24, 2024 22:52
@renovate renovate bot force-pushed the renovate/crossplane-1.x branch 2 times, most recently from 0991987 to 8728b23 Compare August 28, 2024 20:26
@renovate renovate bot changed the title Update Helm release crossplane to v1.16.0 Update Helm release crossplane to v1.17.0 Aug 28, 2024
@renovate renovate bot merged commit 50adcb2 into main Sep 2, 2024
2 checks passed
@renovate renovate bot deleted the renovate/crossplane-1.x branch September 2, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants