Skip to content

v0.6.0

Compare
Choose a tag to compare
@krnowak krnowak released this 23 Apr 12:38
· 166 commits to main since this release
612db74

v0.6.0 (20-4-2018)

Full changelog

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 a customVersion, 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.