Skip to content

Commit

Permalink
Merge pull request #179 from kinvolk/zeenix/release-0.5
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
asymmetric authored Feb 13, 2018
2 parents 218936e + 5d91d5e commit 55df80b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Habitat operator CHANGELOG

## [v0.5.0](https://github.com/kinvolk/habitat-operator/tree/v0.5.0) (13-2-2018)
[Full changelog](https://github.com/kinvolk/habitat-operator/compare/v0.4.0...v0.5.0)

### Breaking changes

- API downgrade from "v1" to "v1beta1" to better reflect the API instability [#167](https://github.com/kinvolk/habitat-operator/pull/167)
- Add Name field [#155](https://github.com/kinvolk/habitat-operator/pull/155)

Please refer to examples for how to adapt existing manifests.

### Features & Enhancements

- Add support for passing environment variables to the supervisor
[#184](https://github.com/kinvolk/habitat-operator/pull/184)
- Update mount path of `user.toml` config file as per [Habitat change](https://github.com/habitat-sh/habitat/pull/3814)
- Update `user.toml` path and example images [#172](https://github.com/kinvolk/habitat-operator/pull/172)
- Use cache for ConfigMaps [#157](https://github.com/kinvolk/habitat-operator/pull/157)
- Add helm chart for the operator [#161](https://github.com/kinvolk/habitat-operator/pull/161)

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion helm/habitat-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
name: habitat-operator
sources:
- https://github.com/kinvolk/habitat-operator
version: 0.4.0
version: 0.5.0
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/kinvolk/habitat-operator
tag: v0.4.0
tag: v0.5.0
pullPolicy: IfNotPresent

## Node labels for habitat-operator pod assignment
Expand Down

0 comments on commit 55df80b

Please sign in to comment.