Skip to content

Commit 7f2974b

Browse files
authored
[Documentation] Update Supported Kubernetes Versions (#1968)
1 parent 3551355 commit 7f2974b

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- (Bugfix) Fix Operator Pod Resources
1616
- (Feature) (Platform) MetaV1 Integration Tests
1717
- (Feature) (Platform) Gateway UpToDate Condition
18+
- (Documentation) Update Supported Kubernetes Versions
1819

1920
## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01)
2021
- (Feature) (Platform) Storage Debug

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ covers individual newer features separately.
5555

5656
| Platform | State | Kubernetes Version | ArangoDB Version | Remarks | Provider Remarks |
5757
|:--- |:--- |:--- |:--- |:--- |:--- |
58-
| Google GKE | Production | 1.28-1.31 | >= 3.11.0 | Don't use micro nodes | |
58+
| Google GKE | Production | 1.28-1.34 | >= 3.11.0 | Don't use micro nodes | |
5959
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | Don't use micro nodes | |
6060
| | NotSupported | < 1.25 | < 3.8.0 | Don't use micro nodes | |
61-
| Azure AKS | Production | 1.28-1.32 | >= 3.11.0 | | |
61+
| Azure AKS | Production | 1.28-1.34 | >= 3.11.0 | | |
6262
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
6363
| | NotSupported | < 1.25 | < 3.8.0 | | |
64-
| Amazon EKS | Production | 1.28-1.31 | >= 3.11.0 | | [Amazon EKS](./docs/providers/eks) |
64+
| Amazon EKS | Production | 1.28-1.34 | >= 3.11.0 | | [Amazon EKS](./docs/providers/eks) |
6565
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | [Amazon EKS](./docs/providers/eks) |
6666
| | NotSupported | < 1.25 | < 3.8.0 | | [Amazon EKS](./docs/providers/eks) |
6767
| IBM Cloud | Production | 1.29-1.31 | >= 3.11.0 | | |
@@ -70,13 +70,13 @@ covers individual newer features separately.
7070
| OpenShift | Production | 4.11-4.17 | >= 3.11.0 | | |
7171
| | EOL | 4.2-4.11 | 3.9.0-3.10.0 | | |
7272
| | NotSupported | < 4.2 | < 3.8.0 | | |
73-
| BareMetal (kubeadm) | Production | 1.28-1.31 | >= 3.11.0 | | |
73+
| BareMetal (kubeadm) | Production | 1.28-1.34 | >= 3.11.0 | | |
7474
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
7575
| | NotSupported | < 1.25 | < 3.8.0 | | |
76-
| Minikube | Devel Only | 1.28-1.31 | >= 3.11.0 | | |
76+
| Minikube | Devel Only | 1.28-1.34 | >= 3.11.0 | | |
7777
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
7878
| | NotSupported | < 1.25 | < 3.8.0 | | |
79-
| Other | Production | 1.28-1.31 | >= 3.11.0 | | |
79+
| Other | Production | 1.28-1.34 | >= 3.11.0 | | |
8080
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
8181
| | NotSupported | < 1.25 | < 3.8.0 | | |
8282

docs/arango-platform-chart-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: ArangoPlatformChart
66

77
# ArangoPlatformChart Custom Resource
88

9-
[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Alpha1.md)
9+
[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Beta1.md)

docs/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010

1111
#### Community & Enterprise Edition
1212

13-
[Full CustomResourceDefinition reference ->](./api/ArangoPlatformStorage.V1Alpha1.md)
13+
[Full CustomResourceDefinition reference ->](./api/ArangoDeployment.V1.md)
1414

1515
This instruction covers only the steps to enable ArangoPlatform in Kubernetes cluster with already running ArangoDeployment.
1616
If you don't have one yet, consider checking [kube-arangodb installation guide](./using-the-operator.md) and [ArangoDeployment CR description](./deployment-resource-reference.md).

internal/platforms.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
platforms:
22
- name: "Google GKE"
33
versions:
4-
- kubernetesVersion: "1.28-1.31"
4+
- kubernetesVersion: "1.28-1.34"
55
arangoDBVersion: ">= 3.11.0"
66
state: "Production"
77
remarks: "Don't use micro nodes"
@@ -15,7 +15,7 @@ platforms:
1515
remarks: "Don't use micro nodes"
1616
- name: "Azure AKS"
1717
versions:
18-
- kubernetesVersion: "1.28-1.32"
18+
- kubernetesVersion: "1.28-1.34"
1919
arangoDBVersion: ">= 3.11.0"
2020
state: "Production"
2121
- kubernetesVersion: "1.25-1.27"
@@ -26,7 +26,7 @@ platforms:
2626
state: "NotSupported"
2727
- name: "Amazon EKS"
2828
versions:
29-
- kubernetesVersion: "1.28-1.31"
29+
- kubernetesVersion: "1.28-1.34"
3030
arangoDBVersion: ">= 3.11.0"
3131
state: "Production"
3232
providerRemarks: "[Amazon EKS](./docs/providers/eks)"
@@ -62,7 +62,7 @@ platforms:
6262
state: "NotSupported"
6363
- name: "BareMetal (kubeadm)"
6464
versions:
65-
- kubernetesVersion: "1.28-1.31"
65+
- kubernetesVersion: "1.28-1.34"
6666
arangoDBVersion: ">= 3.11.0"
6767
state: "Production"
6868
- kubernetesVersion: "1.25-1.27"
@@ -73,7 +73,7 @@ platforms:
7373
state: "NotSupported"
7474
- name: "Minikube"
7575
versions:
76-
- kubernetesVersion: "1.28-1.31"
76+
- kubernetesVersion: "1.28-1.34"
7777
arangoDBVersion: ">= 3.11.0"
7878
state: "Devel Only"
7979
- kubernetesVersion: "1.25-1.27"
@@ -84,7 +84,7 @@ platforms:
8484
state: "NotSupported"
8585
- name: "Other"
8686
versions:
87-
- kubernetesVersion: "1.28-1.31"
87+
- kubernetesVersion: "1.28-1.34"
8888
arangoDBVersion: ">= 3.11.0"
8989
state: "Production"
9090
- kubernetesVersion: "1.25-1.27"

0 commit comments

Comments
 (0)