Skip to content

Commit

Permalink
Merge pull request #251 from kinvolk/krnowak/release
Browse files Browse the repository at this point in the history
Release 0.6.1
  • Loading branch information
krnowak committed Apr 23, 2018
2 parents 369a6ae + 2d07ea0 commit 75544a3
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion examples/habitat-operator-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
spec:
containers:
- name: habitat-operator
image: habitat/habitat-operator:v0.6.0
image: habitat/habitat-operator:v0.6.1
2 changes: 1 addition & 1 deletion examples/rbac/habitat-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/habitat-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: habitat-operator
sources:
- https://github.com/habitat-sh/habitat-operator
version: 0.6.0
version: 0.6.1
2 changes: 1 addition & 1 deletion helm/habitat-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion helm/habitat-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/resources/operator/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75544a3

Please sign in to comment.