Skip to content

v0.11.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@negz negz released this 23 May 01:56
· 10 commits to release-0.11 since this release
d2b6c06

Crossplane v0.11.1 follows on from the recent v0.11.0 release, addressing two known issues.

  • #1556 and #1567 alleviates an issue in which cloud network infrastructure such as load balancers could be leaked when a KubernetesApplication and the KubernetesCluster it is deployed to are deleted in rapid succession. This leaked infrastructure could prevent the deletion of the Crossplane managed VPC network.
  • #1546 allows a Composition to provide the connection details required by a composite infrastructure resource by specifying fixed, non-sensitive connection details (for example a port or region). This can help write portable composite resources, for example when one provider's database resource return an explicit port on which to connect, while another provider's connection port is fixed and implicit.