Skip to content

v0.3.0

Choose a tag to compare

@iciclespider iciclespider released this 15 Jan 07:04
· 33 commits to main since this release
271e117

BREAKING CHANGE

When running in Crossplane V1, the --crossplane-v1 command line option should be used as documented here: Crossplane V1

When running in Crossplane V2, generated Usages are now using the protection.crossplane.io/v1beta1 apiVersion, rather than the deprecated apiextensions.crossplane.io/v1beta1 apiVersion.

What's Changed

  • Rework Crossplane v2 handling by @iciclespider in #17
    • Support for automatically creating XR connection secrets in Crossplane V2
    • Refactored the generation of Usages to be Crossplane V2 aware
    • Added health checks on standard Kubernetes resources in auto ready handling
    • Added --crossplane-v1 command line option

Dependency Updates

  • chore(deps): update dependency kopf to v1.40.0 by @renovate[bot] in #16

Full Changelog: v0.2.1...v0.3.0