Skip to content

Commit

Permalink
*: cut 0.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Sep 12, 2018
1 parent a87db96 commit 0978921
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 11 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Habitat operator CHANGELOG

## [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)

### Bug fixes

- RBAC: Remove permission for Deployments with removal of Habitat spec v1beta1 [#339](https://github.com/habitat-sh/habitat-operator/pull/339)


### Features & Enhancements

- Added new topology label `operator.habitat.sh/topology` (see deprecation section for information about the older label) [#332](https://github.com/habitat-sh/habitat-operator/pull/332)
- controller: change generated StatefulSet version from v1beta1 to v1 [#334](https://github.com/habitat-sh/habitat-operator/pull/334)
- Add support for Kubernetes 1.11 [#340](https://github.com/habitat-sh/habitat-operator/pull/340)
- RBAC: Harden RBAC policies for the operator enabling operator to run in two modes, clusterwide and namespaced [#346](https://github.com/habitat-sh/habitat-operator/pull/346)
- RBAC version: update all artifacts to rbac.authorization.k8s.io/v1 [#353](https://github.com/habitat-sh/habitat-operator/pull/353)
- Display version when booting operator [#350](https://github.com/habitat-sh/habitat-operator/pull/350)


### Deprecations

- Habitat CRD spec: drop support for v1beta1 [#331](https://github.com/habitat-sh/habitat-operator/pull/331)
- Topology label `topology` is deprecated and will be removed in two releases [#332](https://github.com/habitat-sh/habitat-operator/pull/332)
- Drop support of Kubernetes 1.8 [#344](https://github.com/habitat-sh/habitat-operator/pull/344)


## [v0.7.2](https://github.com/habitat-sh/habitat-operator/tree/v0.7.2) (12-7-2018)
[Full changelog](https://github.com/habitat-sh/habitat-operator/compare/v0.7.1...v0.7.2)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.8.0
4 changes: 2 additions & 2 deletions doc/release-process.md
Original file line number Diff line number Diff line change
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.7.2...master --reverse
git log --merges v0.8.0...master --reverse

Commit all the generated changes and the changes in the `CHANGELOG.md` file under one commit message e.g.: `*: cut 0.7.2 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.0 release`. Create a PR with the changes.

## Tag the release

Expand Down
2 changes: 1 addition & 1 deletion examples/habitat-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
spec:
containers:
- name: habitat-operator
image: habitat/habitat-operator:v0.7.2
image: habitat/habitat-operator:v0.8.0
2 changes: 1 addition & 1 deletion examples/rbac-restricted/habitat-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: habitat-operator
image: habitat/habitat-operator:v0.7.2
image: habitat/habitat-operator:v0.8.0
env:
- name: OPERATOR_NAMESPACE
valueFrom:
Expand Down
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.7.2
image: habitat/habitat-operator:v0.8.0
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.7.2
version: 0.8.0
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.7.2`)
`image.tag` | Image tag | The latest release tag (e.g `v0.8.0`)
`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.7.2
tag: v0.8.0
pullPolicy: IfNotPresent

## Node labels for habitat-operator pod assignment
Expand Down
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.7.2
image: habitat/habitat-operator:v0.8.0
serviceAccountName: habitat-operator-v1beta1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: habitat-operator
image: habitat/habitat-operator:v0.7.2
image: habitat/habitat-operator:v0.8.0
env:
- name: OPERATOR_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 0978921

Please sign in to comment.