Skip to content

Commit

Permalink
Merge pull request #189 from kinvolk/zeenix/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
zeenix authored Feb 14, 2018
2 parents ac46158 + 0a31903 commit 76c7010
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Habitat operator CHANGELOG

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

- Fix versions in example files [#188](https://github.com/kinvolk/habitat-operator/pull/188)

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

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

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

0 comments on commit 76c7010

Please sign in to comment.