0.10.0
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
- Remove ca-gen service, create CA Secret inside the operator by @Starttoaster in #172
- Set controller defaults for 0.10.0 tag by @Starttoaster in #173
Full Changelog: 0.9.1...0.10.0