From 576b1bea9204760ecfb04610380cc661ef37cecd Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Fri, 14 Sep 2018 17:59:56 +0530 Subject: [PATCH] *: cut 0.8.1 release Signed-off-by: Suraj Deshmukh --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- doc/release-process.md | 4 ++-- examples/habitat-operator.yml | 2 +- examples/rbac-restricted/habitat-operator.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 +- .../v1beta1/clusterwide/resources/operator/deployment.yml | 2 +- .../v1beta1/namespaced/resources/operator/deployment.yml | 2 +- 11 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc01430..8a44b51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Habitat operator CHANGELOG +## [v0.8.1](https://github.com/habitat-sh/habitat-operator/tree/v0.8.1) (14-9-2018) +[Full changelog](https://github.com/habitat-sh/habitat-operator/compare/v0.8.0...v0.8.1) + +### Bug fixes + +- Revert Helm Chart value to deploy operator clusterwide [#360](https://github.com/habitat-sh/habitat-operator/pull/360) + + ## [v0.8.0](https://github.com/habitat-sh/habitat-operator/tree/v0.8.0) (11-9-2018) [Full changelog](https://github.com/habitat-sh/habitat-operator/compare/v0.7.2...v0.8.0) diff --git a/VERSION b/VERSION index a3df0a69..6f4eebdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/doc/release-process.md b/doc/release-process.md index 3c3092bf..7ac46a76 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -11,9 +11,9 @@ Then run the following command to update version across files: Document the important changes in this release in the `CHANGELOG.md` file, following the already established pattern. You can get a list of changes since the last release by running: - git log --merges v0.8.0...master --reverse + git log --merges v0.8.1...master --reverse -Commit all the generated changes and the changes in the `CHANGELOG.md` file under one commit message e.g.: `*: cut 0.8.0 release`. Create a PR with the changes. +Commit all the generated changes and the changes in the `CHANGELOG.md` file under one commit message e.g.: `*: cut 0.8.1 release`. Create a PR with the changes. ## Tag the release diff --git a/examples/habitat-operator.yml b/examples/habitat-operator.yml index ceaca0c7..51da7171 100644 --- a/examples/habitat-operator.yml +++ b/examples/habitat-operator.yml @@ -12,4 +12,4 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.8.0 + image: habitat/habitat-operator:v0.8.1 diff --git a/examples/rbac-restricted/habitat-operator.yml b/examples/rbac-restricted/habitat-operator.yml index 9971fdde..3fd74bdd 100644 --- a/examples/rbac-restricted/habitat-operator.yml +++ b/examples/rbac-restricted/habitat-operator.yml @@ -12,7 +12,7 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.8.0 + image: habitat/habitat-operator:v0.8.1 env: - name: OPERATOR_NAMESPACE valueFrom: diff --git a/examples/rbac/habitat-operator.yml b/examples/rbac/habitat-operator.yml index 18ed5f37..5c66c58e 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.8.0 + image: habitat/habitat-operator:v0.8.1 serviceAccountName: habitat-operator diff --git a/helm/habitat-operator/Chart.yaml b/helm/habitat-operator/Chart.yaml index d84958ca..e78fc4ea 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.8.0 +version: 0.8.1 diff --git a/helm/habitat-operator/README.md b/helm/habitat-operator/README.md index 42110ade..ae1355d8 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.8.0`) +`image.tag` | Image tag | The latest release tag (e.g `v0.8.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 82495419..88acd5aa 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.8.0 + tag: v0.8.1 pullPolicy: IfNotPresent ## Node labels for habitat-operator pod assignment diff --git a/test/e2e/v1beta1/clusterwide/resources/operator/deployment.yml b/test/e2e/v1beta1/clusterwide/resources/operator/deployment.yml index 61f57f76..bef9447e 100644 --- a/test/e2e/v1beta1/clusterwide/resources/operator/deployment.yml +++ b/test/e2e/v1beta1/clusterwide/resources/operator/deployment.yml @@ -13,5 +13,5 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.8.0 + image: habitat/habitat-operator:v0.8.1 serviceAccountName: habitat-operator-v1beta1 diff --git a/test/e2e/v1beta1/namespaced/resources/operator/deployment.yml b/test/e2e/v1beta1/namespaced/resources/operator/deployment.yml index 46fa7d3a..4f6d9617 100644 --- a/test/e2e/v1beta1/namespaced/resources/operator/deployment.yml +++ b/test/e2e/v1beta1/namespaced/resources/operator/deployment.yml @@ -11,7 +11,7 @@ spec: spec: containers: - name: habitat-operator - image: habitat/habitat-operator:v0.8.0 + image: habitat/habitat-operator:v0.8.1 env: - name: OPERATOR_NAMESPACE valueFrom: