Skip to content

Commit

Permalink
Merge pull request #129 from kinvolk/lili/cut-0.2.0
Browse files Browse the repository at this point in the history
*: cut 0.2.0 release
  • Loading branch information
Lili Cosic committed Nov 20, 2017
2 parents 1e1d297 + 3c149f3 commit 269a0d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Habitat operator CHANGELOG

## [v0.2.0](https://github.com/kinvolk/habitat-operator/tree/v0.2.0) (2017-20-11)
[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.1.0...v0.2.0)

## Features & Enhancements

- React to all events involved with a Habitat object for faster and more consistent reconciliation with the desired state. [#113](https://github.com/kinvolk/habitat-operator/pull/113)
- Update Deployment when Habitat object is updated [#124](https://github.com/kinvolk/habitat-operator/pull/124)

## Bug fixes

- Fix Habitat removal [#125](https://github.com/kinvolk/habitat-operator/pull/125)

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.1.0
image: kinvolk/habitat-operator:v0.2.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.1.0
image: kinvolk/habitat-operator:v0.2.0
serviceAccountName: habitat-operator

0 comments on commit 269a0d9

Please sign in to comment.