Skip to content

Commit

Permalink
Merge pull request #150 from kinvolk/lili/cut-0.4.0
Browse files Browse the repository at this point in the history
*: cut 0.4.0 release
  • Loading branch information
Lili Cosic committed Jan 5, 2018
2 parents 081bf0e + def8521 commit bc04691
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Habitat operator CHANGELOG

## [v0.4.0](https://github.com/kinvolk/habitat-operator/tree/v0.4.0) (5-1-2018)
[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.3.0...v0.4.0)

### Features & Enhancements

- Update to client-go v6.0.0. to make operator work with Kubernetes 1.9.x [#146](https://github.com/kinvolk/habitat-operator/pull/146)
- Conform to upstream controllers directory structure [#147](https://github.com/kinvolk/habitat-operator/pull/147)

## [v0.3.0](https://github.com/kinvolk/habitat-operator/tree/v0.3.0) (19-12-2017)
[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.2.0...v0.3.0)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
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: kinvolk/habitat-operator:v0.3.0
image: kinvolk/habitat-operator:v0.4.0
2 changes: 1 addition & 1 deletion examples/rbac/habitat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
spec:
containers:
- name: habitat-operator
image: kinvolk/habitat-operator:v0.3.0
image: kinvolk/habitat-operator:v0.4.0
serviceAccountName: habitat-operator

0 comments on commit bc04691

Please sign in to comment.