Skip to content

chore(deps): update helm release crossplane to v1.16.0

Renovate Bot requested to merge renovate/crossplane-1.x into master

This MR contains the following updates:

Package Type Update Change
crossplane (source) HelmChart minor 1.15.2 -> 1.16.0

Release Notes

crossplane/crossplane (crossplane)

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

  • New Contributors! This release has the most new contributors than any other release before - 24 community members made their first code contribution in this release, so a huge thank you to everyone starting to get more involved in the project! 🙇‍♂️
  • High level metrics: Providers in the Crossplane ecosystem are now able to export fine grained data about the operations they are performing on Crossplane managed resources. Questions like "How long is it taking to discover that a resource is out of sync and needs to be updated?" can now be answered with these new metrics.
  • Usage clean-up significantly faster: Resources protected by a Usage object can take a long time to be fully deleted. A solution for this is now available via a new replayDeletion field on the Usage object. Read more about this capability in the Usage docs.
  • Credentials for Functions: Crossplane now provides a secure way via a new 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.
  • Developer Experience improvements: DevEx continues to get plenty of love with numerous enhancements added in this release.

🚨 Warnings and breaking changes

  • The crossplane CLI --version flag has been converted to a top level version 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 return crossplane: error: unknown flag --version.
    • Thank you @​phclark for calling this change out!

📖 Full Changelog

🆕 New Contributors

Full Changelog: https://github.com/crossplane/crossplane/compare/v1.15.0...v1.16.0

v1.15.3

Compare Source

This is a patch release scoped to fixing issues reported by users of Crossplane v1.15.

What's Changed

Full Changelog: https://github.com/crossplane/crossplane/compare/v1.15.2...v1.15.3


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading