Skip to content

Commit

Permalink
Merge pull request #140 from kinvolk/asymmetric/v0.3.0
Browse files Browse the repository at this point in the history
*: cut 0.3.0 release
  • Loading branch information
asymmetric authored Dec 19, 2017
2 parents 83d81de + e56fd82 commit cd3577a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Habitat operator CHANGELOG

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

### Features & Enhancements

- Start multiple parallel queue workers [#136](https://github.com/kinvolk/habitat-operator/pull/136)
- Wait for caches to be synced before starting workers [#134](https://github.com/kinvolk/habitat-operator/pull/134)
- Explicitly stop workers when the controller stops [#135](https://github.com/kinvolk/habitat-operator/pull/135)

### Bug fixes

- Prevent panic due to enqueueing `nil` objects [#133](https://github.com/kinvolk/habitat-operator/pull/133)

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

Expand Down
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.2.0
image: kinvolk/habitat-operator:v0.3.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.2.0
image: kinvolk/habitat-operator:v0.3.0
serviceAccountName: habitat-operator

0 comments on commit cd3577a

Please sign in to comment.