Skip to content

Commit

Permalink
*: cut v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Aug 24, 2017
1 parent 17aadf3 commit 4266943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.1 / 2017-08-24

* [BUGFIX] Fix nil pointer panic when pods have an owner without controllers.

## v1.0.0 / 2017-08-09

After a testing period of one week, there were no additional bugs found or features introduced.
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: gcr.io/google_containers/kube-state-metrics:v1.0.0
image: gcr.io/google_containers/kube-state-metrics:v1.0.1
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit 4266943

Please sign in to comment.