Skip to content

Commit

Permalink
Merge pull request #363 from kinvolk/surajssd/release-0.8.1
Browse files Browse the repository at this point in the history
*: cut 0.8.1 release
  • Loading branch information
krnowak committed Sep 14, 2018
2 parents 81ca292 + 576b1be commit b886d30
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.0
0.8.1
4 changes: 2 additions & 2 deletions doc/release-process.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/habitat-operator.yml
Expand Up @@ -12,4 +12,4 @@ spec:
spec:
containers:
- name: habitat-operator
image: habitat/habitat-operator:v0.8.0
image: habitat/habitat-operator:v0.8.1
2 changes: 1 addition & 1 deletion examples/rbac-restricted/habitat-operator.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/rbac/habitat-operator.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/habitat-operator/Chart.yaml
Expand Up @@ -11,4 +11,4 @@ maintainers:
name: habitat-operator
sources:
- https://github.com/habitat-sh/habitat-operator
version: 0.8.0
version: 0.8.1
2 changes: 1 addition & 1 deletion helm/habitat-operator/README.md
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.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`
Expand Down
2 changes: 1 addition & 1 deletion helm/habitat-operator/values.yaml
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Up @@ -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:
Expand Down

0 comments on commit b886d30

Please sign in to comment.