Skip to content

Releases: Chia-Network/chia-operator

0.11.1

18 Sep 03:22
0ffd4e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

16 Sep 18:08
c2952b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.11.0

0.10.1

12 Sep 20:02
981afcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

12 Sep 17:43
461d181
Compare
Choose a tag to compare

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

0.9.1

12 Sep 02:36
4cfdf90
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

11 Sep 23:08
7e1f879
Compare
Choose a tag to compare

NOTE: This release introduces a potentially breaking change to selector labels. If you currently create any Services or similar objects that contain selectorLabels, and they use the k8s.chia.net/provenance label, you will need to update your Services to use the new k8s.chia.net/kind label instead. Additionally, since selector labels are immutable on Deployments and StatefulSets, upgrading this release will cause your Deployments/StatefulSets to be deleted and recreated. This should not cause data loss. StatefulSet's do not delete PVCs/PVs when deleted, and in the case of Deployments where the operator was instructed to create a PVC, the operator will only delete the Deployment, and leave the existing PVC behind. When the Deployment/StatefulSet is recreated, it will immediately pick up the existing PVC. See this Issue for more information: #166

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

11 Sep 19:09
3e0d27b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

09 Sep 18:24
64b6c78
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.5...0.8.0

0.7.5

31 Aug 02:08
3dd4c50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.7.5

0.7.4

30 Aug 20:03
2ca8399
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.3...0.7.4