Skip to content

Commit ee0d05d

Browse files
committed
docs: Add k8s 1.32
1 parent ecf9457 commit ee0d05d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Generally, it is recommended to use the latest release of kube-state-metrics. If
8484
| **v2.12.0** | v1.29 |
8585
| **v2.13.0** | v1.30 |
8686
| **v2.14.0** | v1.31 |
87-
| **main** | v1.31 |
87+
| **main** | v1.32 |
8888

8989
#### Resource group version compatibility
9090

data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ compat:
1616
- version: "v2.14.0"
1717
kubernetes: "1.31"
1818
- version: "main"
19-
kubernetes: "1.31"
19+
kubernetes: "1.32"

tests/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ case $(uname -m) in
2525
esac
2626

2727
NODE_IMAGE_NAME="docker.io/kindest/node"
28-
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.31.0"}
28+
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.32.0"}
2929
KUBE_STATE_METRICS_LOG_DIR=./log
3030
KUBE_STATE_METRICS_CURRENT_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-state-metrics"
3131
KUBE_STATE_METRICS_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-state-metrics-${ARCH}"

0 commit comments

Comments
 (0)