Habitat operator 0.6.0 and 0.6.1 Released

Hi!

We have released Habitat operator 0.6.0 and 0.6.1. The Habitat operator is a Kubernetes controller designed to solve running and auto-managing Habitat Services on Kubernetes. To learn more about it, please have a look at https://github.com/habitat-sh/habitat-operator/.

v0.6.1 (23-4-2018)

Full changelog

Bug fixes

  • Fix RBAC rules used by helm charts #249

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.

Docker Image

Image hosted on Docker Hub, tagged as habitat/habitat-operator:v0.6.1.

Helm chart

For installing the latest version of the Habitat operator through Helm, please follow these instructions.