Skip to content

Commit 3b2e654

Browse files
committed
Cut 2.0.0-alpha.3 version
1 parent 6141abc commit 3b2e654

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.0-alpha.3 / 2020-11-19
2+
3+
* [BUGFIX] Fix container resource limits metrics, which got dropped #1293
4+
* [BUGFIX] Adjust and refactor allowing labels to work for Kubernetes labels metrics #1301
5+
Note this is a breaking change, if you were using --labels-allow-list, look at the PR details for more information.
6+
17
## v2.0.0-alpha.2 / 2020-10-27
28

39
* [CHANGE] Migrate ingress and certificates to new stable APIs #1260

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
7070
|--------------------|---------------------|---------------------|----------------------|----------------------|----------------------|
7171
| **v1.8.0** || - | - | - | - |
7272
| **v1.9.7** | - || - | - | - |
73-
| **v2.0.0-alpha.2** | - | - | -/✓ | -/✓ ||
73+
| **v2.0.0-alpha.3** | - | - | -/✓ | -/✓ ||
7474
| **master** | - | - | -/✓ | -/✓ ||
7575
- `` Fully supported version range.
7676
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, deprecated APIs, etc).
@@ -86,10 +86,8 @@ release.
8686
#### Container Image
8787

8888
The latest container image can be found at:
89-
* `quay.io/coreos/kube-state-metrics:v2.0.0-alpha.2`
90-
* `k8s.gcr.io/kube-state-metrics/kube-state-metrics:2.0.0-alpha.2`
91-
* `k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm:2.0.0-alpha.2`
92-
* `k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm64:2.0.0-alpha.2`
89+
* `quay.io/coreos/kube-state-metrics:v2.0.0-alpha.3` (arch: `amd64`)
90+
* `k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.0.0-alpha.3` (arch: `amd64`, `arm`, `arm64`, `ppc64le` and `s390x`)
9391

9492
### Metrics Documentation
9593

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha.2
1+
2.0.0-alpha.3

0 commit comments

Comments
 (0)