Skip to content

Commit 6b7bb93

Browse files
authored
Merge pull request #910 from tariq1890/cut1.8
*: cut v1.8.0
2 parents 4e314b0 + 41a888a commit 6b7bb93

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.8.0 / 2019-10-01
2+
3+
After a testing period of 7 days, there were no additional bugs found or features introduced.
4+
15
## v1.8.0-rc.1 / 2019-09-24
26

37
* [CHANGE] Pin go version to go mod artifact file #882

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
6565
| **v1.5.0** | v8.0.0 ||| - | - | - |
6666
| **v1.6.0** | v11.0.0 ||||| - |
6767
| **v1.7.2** | v12.0.0 ||||||
68-
| **v1.8.0-rc.1** | v12.0.0 ||||||
68+
| **v1.8.0** | v12.0.0 ||||||
6969
| **master** | v12.0.0 ||||||
7070
- `` Fully supported version range.
7171
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
@@ -78,8 +78,8 @@ release.
7878
#### Container Image
7979

8080
The latest container image can be found at:
81-
* `quay.io/coreos/kube-state-metrics:v1.7.2`
82-
* `k8s.gcr.io/kube-state-metrics:v1.7.2`
81+
* `quay.io/coreos/kube-state-metrics:v1.8.0`
82+
* `k8s.gcr.io/kube-state-metrics:v1.8.0`
8383

8484
**Note**:
8585
The recommended docker registry for kube-state-metrics is `quay.io`. kube-state-metrics on

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0-rc.1
1+
1.8.0

kubernetes/autosharding/kube-state-metrics-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: kube-state-metrics
2020
containers:
2121
- name: kube-state-metrics
22-
image: quay.io/coreos/kube-state-metrics:v1.8.0-rc.1
22+
image: quay.io/coreos/kube-state-metrics:v1.8.0
2323
args:
2424
- "--pod=$(POD_NAME)"
2525
- "--pod-namespace=$(POD_NAMESPACE)"

kubernetes/kube-state-metrics-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: kube-state-metrics
1919
containers:
2020
- name: kube-state-metrics
21-
image: quay.io/coreos/kube-state-metrics:v1.8.0-rc.1
21+
image: quay.io/coreos/kube-state-metrics:v1.8.0
2222
ports:
2323
- name: http-metrics
2424
containerPort: 8080

0 commit comments

Comments
 (0)