Skip to content

Commit

Permalink
Merge pull request #524 from brancz/cut-1.4.0
Browse files Browse the repository at this point in the history
*: cut v1.4.0
  • Loading branch information
k8s-ci-robot authored Aug 23, 2018
2 parents d5b4ff7 + bd63d4b commit 8a187c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## v1.4.0 / 2018-08-22

After a testing period of 16 days, there were no additional bugs found or features introduced.

## v1.4.0-rc.0 / 2018-08-06

* [CHANGE] `kube_job_status_start_time` and `kube_job_status_completion_time` metric types changed from counter to gauge.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ At most 5 kube-state-metrics releases will be recorded below.

| kube-state-metrics | client-go | **Kubernetes 1.8** | **Kubernetes 1.9** | **Kubernetes 1.10** | **Kubernetes 1.11** |
|--------------------|-----------|--------------------|--------------------|--------------------|--------------------|
| **v1.0.x** | 4.0.0-beta.0 ||| - | - |
| **v1.1.0** | release-5.0 |||| - |
| **v1.2.0** | v6.0.0 |||||
| **v1.3.0** | v6.0.0 |||||
| **v1.3.1** | v6.0.0 |||||
| **v1.4.0** | v8.0.0 |||||
| **master** | v8.0.0 |||||
- `` Fully supported version range.
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
Expand All @@ -74,8 +74,8 @@ release.
#### Container Image

The latest container image can be found at:
* `quay.io/coreos/kube-state-metrics:v1.3.1`
* `k8s.gcr.io/kube-state-metrics:v1.3.1`
* `quay.io/coreos/kube-state-metrics:v1.4.0`
* `k8s.gcr.io/kube-state-metrics:v1.4.0`

**Note**:
The recommended docker registry for kube-state-metrics is `quay.io`. kube-state-metrics on
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 @@ -18,7 +18,7 @@ spec:
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.3.1
image: quay.io/coreos/kube-state-metrics:v1.4.0
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit 8a187c6

Please sign in to comment.