github crossplane/crossplane v1.16.0-rc.1

latest releases: v1.16.0, v1.15.3, v1.14.9...
pre-release12 days ago

Crossplane version v1.16.0-rc.1 is a release candidate intended to collect input from the community and offer users an opportunity to experiment with Crossplane in non-production environments before the official release of version v1.16.0.

Warning

This is a pre-release; do not use it in production environments!

To install Crossplane with this release:

helm repo add crossplane-stable https://charts.crossplane.io/stable --force-update
helm install crossplane --namespace crossplane-system --create-namespace crossplane-stable/crossplane --devel

To install the Crossplane CLI with this release:

curl -sL https://raw.githubusercontent.com/crossplane/crossplane/v1.16.0-rc.1/install.sh | XP_VERSION=v1.16.0-rc.1 sh

What's Changed

The detailed release notes will be provided with the official v1.16.0. In the meantime, you can review the commit changes made since version 1.15.0 here and see below for a short list of changes worth having a look at before upgrading/installing:

  • Accept version changes in composed templates by @turkenh in #5369
  • feat: drop aggregate-to-ns-* clusterroles by @phisco in #5373
  • Poll more frequently when waiting for composed resources to become ready by @negz in #5427
  • fix: ignore invalid resources when composing by @phisco in #5365
  • Ability to replay deletion with Usage spec by @turkenh in #5394
  • Allow group changes in composed templates by @turkenh in #5474
  • Bump default max reconcile rate and resource limits by @turkenh in #5478
  • Add dnsPolicy as parameter to Helm chart #5500 by @Argannor in #5501
  • Add missing scrape annotations to provider pods by @turkenh in #5529
  • Add functions to init container for helm chart deployment by @bobh66 in #5586
  • Add server version if available and subcommand by @haarchri in #5457
  • Clear XR field managers when upgrading to claim SSA by @negz in #5555
  • Support passing credentials to composition functions by @negz in #5543
  • clear SSA field managers from composed resources when migrating to composition functions by @ravilr in #5649

New Contributors

Full Changelog: v1.15.0...v1.16.0-rc.1

Don't miss a new crossplane release

NewReleases is sending notifications on new releases.