v0.6.0
v0.6.0 (20-4-2018)
Features & Enhancements
- New "version" of the habitat CRD that uses StatefulSets, has persistence functionality. The previous version that uses Deployments is still supported but is frozen #201 #240
- Oldest supported Habitat Supervisor is 0.52 #190
Please compare the v1beta1
and v1beta2
manifests of the standalone example in examples/v1beta1/habitat.yml
and examples/standalone/habitat.yml
, respectively, to compare the immediate differences between them. Please refer to examples/persisted/habitat.yml
for an example of the persistence functionality.
Deprecations
Habitat
Manifests that do not specify acustomVersion
, or that specify a
customVersion = v1beta1
are deprecated, and support for them will be removed
when Kubernetes 1.11 is released. Please upgrade your manifests to the latest
customVersion
.
Docker Image
Image hosted on Docker Hub, tagged as habitat/habitat-operator:v0.6.0.
Helm chart
For installing the latest version of the Habitat operator through Helm, please follow these instructions.