Skip to content

Commit

Permalink
feat: add support for kubernetes 1.29 for EKS, KOPS and AKS (#3547)
Browse files Browse the repository at this point in the history
* feat: add support for kubernetes 1.29 for EKS, KOPS and AKS

Signed-off-by: Dominik Rosiek <[email protected]>

* chore: changelog

Signed-off-by: Dominik Rosiek <[email protected]>

---------

Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Feb 14, 2024
1 parent a5a6525 commit 5b7f122
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/3547.changed.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.29 for AKS
1 change: 1 addition & 0 deletions .changelog/3547.changed.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.29 for KOPS
1 change: 1 addition & 0 deletions .changelog/3547.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add support for kubernetes 1.29 for EKS
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,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.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28 |
| K8s with EKS (fargate) | 1.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28 |
| K8s with Kops | 1.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28 |
| K8s with GKE | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with AKS | 1.25<br/>1.26<br/>1.27<br/>1.28 |
| OpenShift | 4.11<br/>4.12<br/>4.13<br/>4.14 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |
| Name | Version |
| ---------------------- | ------------------------------------------------- |
| K8s with EKS | 1.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with EKS (fargate) | 1.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with Kops | 1.24<br/>1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with GKE | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with AKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| OpenShift | 4.11<br/>4.12<br/>4.13<br/>4.14 |
| 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 5b7f122

Please sign in to comment.