From 3c149f35cca24e7f058c1801d63a5dd4027802f2 Mon Sep 17 00:00:00 2001 From: Lili Cosic Date: Mon, 20 Nov 2017 14:51:16 +0100 Subject: [PATCH] *: cut 0.2.0 release --- CHANGELOG.md | 14 ++++++++++++++ examples/habitat-operator-deployment.yml | 2 +- examples/rbac/habitat.yml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..bb9c905f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Habitat operator CHANGELOG + +## [v0.2.0](https://github.com/kinvolk/habitat-operator/tree/v0.2.0) (2017-20-11) +[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.1.0...v0.2.0) + +## Features & Enhancements + +- React to all events involved with a Habitat object for faster and more consistent reconciliation with the desired state. [#113](https://github.com/kinvolk/habitat-operator/pull/113) +- Update Deployment when Habitat object is updated [#124](https://github.com/kinvolk/habitat-operator/pull/124) + +## Bug fixes + +- Fix Habitat removal [#125](https://github.com/kinvolk/habitat-operator/pull/125) + diff --git a/examples/habitat-operator-deployment.yml b/examples/habitat-operator-deployment.yml index cd16484f..327912bc 100644 --- a/examples/habitat-operator-deployment.yml +++ b/examples/habitat-operator-deployment.yml @@ -11,4 +11,4 @@ spec: spec: containers: - name: habitat-operator - image: kinvolk/habitat-operator:v0.1.0 + image: kinvolk/habitat-operator:v0.2.0 diff --git a/examples/rbac/habitat.yml b/examples/rbac/habitat.yml index f91292d4..23d306ec 100644 --- a/examples/rbac/habitat.yml +++ b/examples/rbac/habitat.yml @@ -11,5 +11,5 @@ spec: spec: containers: - name: habitat-operator - image: kinvolk/habitat-operator:v0.1.0 + image: kinvolk/habitat-operator:v0.2.0 serviceAccountName: habitat-operator