Skip to content

Commit 259497e

Browse files
authored
Merge pull request #213 from kubernetes/cut-1.0
*: cut 1.0
2 parents d0febc4 + 9f7e267 commit 259497e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.0.0 / 2017-08-09
2+
3+
After a testing period of one week, there were no additional bugs found or features introduced.
4+
15
## v1.0.0-rc.1 / 2017-08-02
26

37
* [CHANGE] Remove `kube_node_status_ready`, `kube_node_status_out_of_disk`, `kube_node_status_memory_pressure`, `kube_node_status_disk_pressure`, and `kube_node_status_network_unavailable` metrics in favor of one generic `kube_node_status_condition` metric.
@@ -11,7 +15,6 @@
1115
* [ENHANCEMENT] Add `provider_id` label to `kube_node_info` metric.
1216
* [BUGFIX] Fix various nil pointer panics.
1317

14-
1518
## v0.5.0 / 2017-05-03
1619

1720
* [FEATURE] Add label metrics for Pods, Nodes and Services.

kubernetes/kube-state-metrics-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
serviceAccountName: kube-state-metrics
1414
containers:
1515
- name: kube-state-metrics
16-
image: gcr.io/google_containers/kube-state-metrics:v1.0.0-rc.1
16+
image: gcr.io/google_containers/kube-state-metrics:v1.0.0
1717
ports:
1818
- name: http-metrics
1919
containerPort: 8080

0 commit comments

Comments
 (0)