Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for kubernetes 1.30 EKS, KOPS, GKE, AKS and 4.16 OpenShift #3804

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading