From 2d07ea045fe72e1303192d0f58e0d306fae8eb78 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 23 Apr 2018 13:18:11 +0200 Subject: [PATCH] Release 0.6.1 Signed-off-by: Krzesimir Nowak --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- examples/habitat-operator-deployment.yml | 2 +- examples/rbac/habitat-operator.yml | 2 +- helm/habitat-operator/Chart.yaml | 2 +- helm/habitat-operator/README.md | 2 +- helm/habitat-operator/values.yaml | 2 +- release.md | 2 +- test/e2e/v1beta1/resources/operator/deployment.yml | 2 +- 9 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b561e8b8..facba7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Habitat operator CHANGELOG +## [v0.6.1](https://github.com/kinvolk/habitat-operator/tree/v0.6.1) (23-4-2018) +[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.6.0...v0.6.1) + +### Bug fixes + +- Fix RBAC rules used by helm charts [#249](https://github.com/habitat-sh/habitat-operator/pull/249) + ## [v0.6.0](https://github.com/kinvolk/habitat-operator/tree/v0.6.0) (20-4-2018) [Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.5.1...v0.6.0) diff --git a/VERSION b/VERSION index a918a2aa..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/examples/habitat-operator-deployment.yml b/examples/habitat-operator-deployment.yml index 44c328d5..a27c06c2 100644 --- a/examples/habitat-operator-deployment.yml +++ b/examples/habitat-operator-deployment.yml @@ -11,4 +11,4 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.6.0 + image: habitat/habitat-operator:v0.6.1 diff --git a/examples/rbac/habitat-operator.yml b/examples/rbac/habitat-operator.yml index fe1c9491..bbce790d 100644 --- a/examples/rbac/habitat-operator.yml +++ b/examples/rbac/habitat-operator.yml @@ -11,5 +11,5 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.6.0 + image: habitat/habitat-operator:v0.6.1 serviceAccountName: habitat-operator diff --git a/helm/habitat-operator/Chart.yaml b/helm/habitat-operator/Chart.yaml index 29581b35..51c3c571 100644 --- a/helm/habitat-operator/Chart.yaml +++ b/helm/habitat-operator/Chart.yaml @@ -11,4 +11,4 @@ maintainers: name: habitat-operator sources: - https://github.com/habitat-sh/habitat-operator -version: 0.6.0 +version: 0.6.1 diff --git a/helm/habitat-operator/README.md b/helm/habitat-operator/README.md index 1071ec4e..eda9cfab 100644 --- a/helm/habitat-operator/README.md +++ b/helm/habitat-operator/README.md @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the habitat-operator ch Parameter | Description | Default --- | --- | --- `image.repository` | Image | `docker.io/habitat/habitat-operator` -`image.tag` | Image tag | The latest release tag (e.g `v0.6.0`) +`image.tag` | Image tag | The latest release tag (e.g `v0.6.1`) `image.pullPolicy` | Image pull policy | `IfNotPresent` `nodeSelector` | Node labels for pod assignment | `{}` `rbacEnable` | If true, create & use RBAC resources | `true` diff --git a/helm/habitat-operator/values.yaml b/helm/habitat-operator/values.yaml index 46f43f43..b54bb2e7 100644 --- a/helm/habitat-operator/values.yaml +++ b/helm/habitat-operator/values.yaml @@ -2,7 +2,7 @@ ## image: repository: docker.io/habitat/habitat-operator - tag: v0.6.0 + tag: v0.6.1 pullPolicy: IfNotPresent ## Node labels for habitat-operator pod assignment diff --git a/release.md b/release.md index 82698bdd..7b0c57ae 100644 --- a/release.md +++ b/release.md @@ -9,7 +9,7 @@ Then run the following command to update version across files: make update-version -Document the changes in this release in the `CHANGELOG.md` file, following the already established pattern. Commit all the changes and `CHANGELOG.md` file under one commit message e.g.: `*: cut 0.6.0 release`. Create a PR with the changes. +Document the changes in this release in the `CHANGELOG.md` file, following the already established pattern. Commit all the changes and `CHANGELOG.md` file under one commit message e.g.: `*: cut 0.6.1 release`. Create a PR with the changes. ## Tag the release diff --git a/test/e2e/v1beta1/resources/operator/deployment.yml b/test/e2e/v1beta1/resources/operator/deployment.yml index c9efdb8c..0ee5e292 100644 --- a/test/e2e/v1beta1/resources/operator/deployment.yml +++ b/test/e2e/v1beta1/resources/operator/deployment.yml @@ -13,5 +13,5 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.6.0 + image: habitat/habitat-operator:v0.6.1 serviceAccountName: habitat-operator-v1beta1