Skip to content

Commit

Permalink
Merge pull request #412 from brancz/cut-1.3
Browse files Browse the repository at this point in the history
Cut v1.3.0 stable
  • Loading branch information
k8s-ci-robot authored Apr 4, 2018
2 parents 3952e5d + 2cab48c commit b1bf9a0
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,3 +1,7 @@
## v1.3.0 / 2018-04-04

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

## v1.3.0-rc.0 / 2018-03-23

* [FEATURE] Allow to specify multiple namespace.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ At most 5 kube-state-metrics releases will be recorded below.

| kube-state-metrics | client-go | **Kubernetes 1.4** | **Kubernetes 1.5** | **Kubernetes 1.6** | **Kubernetes 1.7** | **Kubernetes 1.8** | **Kubernetes 1.9** |
|--------------------|-----------|---------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| **v0.4.0** | v2.0.0-alpha.1 ||| - | - | - | - |
| **v0.5.0** | v2.0.0-alpha.1 ||| - | - | - | - |
| **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 |||||||
| **master** | v6.0.0 |||||||
- `` Fully supported version range.
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).
Expand All @@ -65,8 +65,8 @@ release.
#### Container Image

The latest container image can be found at:
* `quay.io/coreos/kube-state-metrics:v1.2.0`
* `k8s.gcr.io/kube-state-metrics:v1.2.0`
* `quay.io/coreos/kube-state-metrics:v1.3.0`
* `k8s.gcr.io/kube-state-metrics:v1.3.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.2.0
image: quay.io/coreos/kube-state-metrics:v1.3.0
ports:
- name: http-metrics
containerPort: 8080
Expand Down

0 comments on commit b1bf9a0

Please sign in to comment.