Skip to content

Commit

Permalink
feat: Add support for kubernetes 1.30 EKS, KOPS, GKE, AKS and 4.16 Op…
Browse files Browse the repository at this point in the history
…enShift (#3804)

* Added support for kubernetes 1.30 for EKS, KOPS, GKE, and AKS and 4.16 for OpenShift

* Added changelog
  • Loading branch information
chan-tim-sumo authored Jul 29, 2024
1 parent 2ea0cff commit 482a02c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/3804.changed.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.30 for EKS
1 change: 1 addition & 0 deletions .changelog/3804.changed.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.30 for KOPS
1 change: 1 addition & 0 deletions .changelog/3804.changed.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.30 for GKE
1 change: 1 addition & 0 deletions .changelog/3804.changed.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.30 for AKS
1 change: 1 addition & 0 deletions .changelog/3804.changed.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 4.16 for OpenShift
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ The diagrams below illustrate the components of the Kubernetes collection soluti

The following table displays the tested Kubernetes and Helm versions.

| Name | Version |
| ---------------------- | ---------------------------------------- |
| K8s with EKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with EKS (fargate) | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with Kops | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with GKE | 1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with AKS | 1.26<br/>1.27<br/>1.28<br/>1.29 |
| OpenShift | 4.12<br/>4.13<br/>4.14<br/>4.15 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |
| Name | Version |
| ---------------------- | ------------------------------------------------- |
| K8s with EKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29<br/>1.30 |
| K8s with EKS (fargate) | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29<br/>1.30 |
| K8s with Kops | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29<br/>1.30 |
| K8s with GKE | 1.26<br/>1.27<br/>1.28<br/>1.29<br/>1.30 |
| K8s with AKS | 1.26<br/>1.27<br/>1.28<br/>1.29<br/>1.30 |
| OpenShift | 4.12<br/>4.13<br/>4.14<br/>4.15<br/>4.16 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |

The following table displays the currently used software versions for our Helm chart.

Expand Down

0 comments on commit 482a02c

Please sign in to comment.