Skip to content

0.10.0

Compare
Choose a tag to compare
@Starttoaster Starttoaster released this 12 Sep 17:43
461d181

NOTE: This release introduces a breaking change to ChiaCA resources that used the .spec.image or .spec.imagePullSecret fields on the resource. The vast majority of ChiaCA resources won't have specified those two fields as they were never required and had a niche use-case anyway. This change was introduced to remove the Chia CA Secret generating Job resource, as the operator now has the capability to generate that Secret within itself. This change comes with the security win of removing the need for a pods in your Chia namespaces having access to the kubernetes API.

This doesn't change any expected behavior around using ChiaCAs. The CA Secret will still be left in a namespace if you delete its associated ChiaCA resource.

What's Changed

Full Changelog: 0.9.1...0.10.0