Skip to content

Commit

Permalink
update support Kubernetes version (#7741)
Browse files Browse the repository at this point in the history
* update support kubernetes version and ocp version for new release
  • Loading branch information
kvalliyurnatt authored Apr 30, 2024
1 parent d972cb8 commit 6ae940c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .buildkite/e2e/nightly-main-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
fixed:
E2E_PROVIDER: kind
mixed:
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb
# The latest version of kind/k8s needs to be listed twice at the end of this list
# as it's tested in both ipv4 and ipv6 mode.
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb
- DEPLOYER_KIND_NODE_IMAGE: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb
- DEPLOYER_KIND_NODE_IMAGE: barkbay/node:v1.30.0-dirty@sha256:03aae54e5ce12a2ec3220d5329a58130f9328d9e5b995c8eb4eb0807569bffbe
- DEPLOYER_KIND_NODE_IMAGE: barkbay/node:v1.30.0-dirty@sha256:03aae54e5ce12a2ec3220d5329a58130f9328d9e5b995c8eb4eb0807569bffbe
DEPLOYER_KIND_IP_FAMILY: ipv6

- label: gke
Expand All @@ -57,7 +56,7 @@
#- DEPLOYER_CLIENT_VERSION: "4.10.55"
#- DEPLOYER_CLIENT_VERSION: "4.11.33"
#- DEPLOYER_CLIENT_VERSION: "4.13.4"
- DEPLOYER_CLIENT_VERSION: "4.14.12"
- DEPLOYER_CLIENT_VERSION: "4.15.8"

- label: eks-arm
fixed:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Current features:

Supported versions:

* Kubernetes 1.25-1.29
* OpenShift 4.11-4.14
* Kubernetes 1.26-1.30
* OpenShift 4.12-4.15
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+, 8+
* Enterprise Search: 7.7+, 8+
* Beats: 7.0+, 8+
Expand Down
4 changes: 2 additions & 2 deletions docs/supported-versions.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Kubernetes 1.25-1.29
* OpenShift 4.11-4.14
* Kubernetes 1.26-1.30
* OpenShift 4.12-4.15
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
* Helm: 3.2.0+
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+, 8+
Expand Down
4 changes: 2 additions & 2 deletions hack/operatorhub/templates/csv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ spec:
Supported versions:


* Kubernetes 1.25-1.29
* Kubernetes 1.26-1.30

* OpenShift 4.11-4.14
* OpenShift 4.12-4.15

* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)

Expand Down

0 comments on commit 6ae940c

Please sign in to comment.