From 488805e33e915902fb693d34df53be16f50cb0d4 Mon Sep 17 00:00:00 2001 From: CatherineF-dev Date: Fri, 3 May 2024 10:10:34 -0400 Subject: [PATCH 1/4] Add compatibility matrix --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 231a8865..afae19b5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ found in the [test-adapter directory](/test-adapter). [Go](https://go.dev/doc/install): this library requires the same version of [Go as Kubernetes](https://git.k8s.io/community/contributors/devel/development.md#go). +### Compatibility matrix + +| custom-metrics-apiserver | Kubernetes Apiserver Version | +|--------------------|:----------------------------:| +| **v1.29.0** | v1.29+ | +| **v1.30.0** | v1.30+ | + + ## Test Adapter There is a test adapter in this repository that can be used for testing From 3937fa7dcea2436197a6253c74ac958b17c9a920 Mon Sep 17 00:00:00 2001 From: CatherineF-dev Date: Fri, 3 May 2024 10:12:35 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afae19b5..b402ddbd 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ found in the [test-adapter directory](/test-adapter). | custom-metrics-apiserver | Kubernetes Apiserver Version | |--------------------|:----------------------------:| -| **v1.29.0** | v1.29+ | -| **v1.30.0** | v1.30+ | +| **v1.29.0** | v1.29 | +| **v1.30.0** | v1.30 | ## Test Adapter From 93e29a307b805379be5e2eefe00388c5775a1f42 Mon Sep 17 00:00:00 2001 From: CatherineF-dev Date: Fri, 3 May 2024 10:44:41 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b402ddbd..3af93d01 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,13 @@ found in the [test-adapter directory](/test-adapter). [Go](https://go.dev/doc/install): this library requires the same version of [Go as Kubernetes](https://git.k8s.io/community/contributors/devel/development.md#go). -### Compatibility matrix +### Compatibility Matrix -| custom-metrics-apiserver | Kubernetes Apiserver Version | -|--------------------|:----------------------------:| -| **v1.29.0** | v1.29 | -| **v1.30.0** | v1.30 | +Custom Metrics Apiserver | Metrics API group/version | Supported Kubernetes version +---------------|---------------------------|----------------------------- +v1.30.0 | `metrics.k8s.io/v1beta1` | 1.19+ +v1.29.0 | `metrics.k8s.io/v1beta1` | 1.19+ +... | | ## Test Adapter From de04e16a872cd20788afb5f07306ae24e48bdc3e Mon Sep 17 00:00:00 2001 From: CatherineF-dev Date: Fri, 3 May 2024 10:58:05 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af93d01..9ec61374 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ found in the [test-adapter directory](/test-adapter). Custom Metrics Apiserver | Metrics API group/version | Supported Kubernetes version ---------------|---------------------------|----------------------------- -v1.30.0 | `metrics.k8s.io/v1beta1` | 1.19+ -v1.29.0 | `metrics.k8s.io/v1beta1` | 1.19+ +v1.30.0 | `metrics.k8s.io/v1beta1`, `custom.metrics.k8s.io/v1beta2` | 1.19+ +v1.29.0 | `metrics.k8s.io/v1beta1`, `custom.metrics.k8s.io/v1beta2` | 1.19+ ... | |