Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- (Bugfix) Fix Operator Pod Resources
- (Feature) (Platform) MetaV1 Integration Tests
- (Feature) (Platform) Gateway UpToDate Condition
- (Documentation) Update Supported Kubernetes Versions

## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01)
- (Feature) (Platform) Storage Debug
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ covers individual newer features separately.

| Platform | State | Kubernetes Version | ArangoDB Version | Remarks | Provider Remarks |
|:--- |:--- |:--- |:--- |:--- |:--- |
| Google GKE | Production | 1.28-1.31 | >= 3.11.0 | Don't use micro nodes | |
| Google GKE | Production | 1.28-1.34 | >= 3.11.0 | Don't use micro nodes | |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | Don't use micro nodes | |
| | NotSupported | < 1.25 | < 3.8.0 | Don't use micro nodes | |
| Azure AKS | Production | 1.28-1.32 | >= 3.11.0 | | |
| Azure AKS | Production | 1.28-1.34 | >= 3.11.0 | | |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
| | NotSupported | < 1.25 | < 3.8.0 | | |
| Amazon EKS | Production | 1.28-1.31 | >= 3.11.0 | | [Amazon EKS](./docs/providers/eks) |
| Amazon EKS | Production | 1.28-1.34 | >= 3.11.0 | | [Amazon EKS](./docs/providers/eks) |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | [Amazon EKS](./docs/providers/eks) |
| | NotSupported | < 1.25 | < 3.8.0 | | [Amazon EKS](./docs/providers/eks) |
| IBM Cloud | Production | 1.29-1.31 | >= 3.11.0 | | |
Expand All @@ -70,13 +70,13 @@ covers individual newer features separately.
| OpenShift | Production | 4.11-4.17 | >= 3.11.0 | | |
| | EOL | 4.2-4.11 | 3.9.0-3.10.0 | | |
| | NotSupported | < 4.2 | < 3.8.0 | | |
| BareMetal (kubeadm) | Production | 1.28-1.31 | >= 3.11.0 | | |
| BareMetal (kubeadm) | Production | 1.28-1.34 | >= 3.11.0 | | |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
| | NotSupported | < 1.25 | < 3.8.0 | | |
| Minikube | Devel Only | 1.28-1.31 | >= 3.11.0 | | |
| Minikube | Devel Only | 1.28-1.34 | >= 3.11.0 | | |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
| | NotSupported | < 1.25 | < 3.8.0 | | |
| Other | Production | 1.28-1.31 | >= 3.11.0 | | |
| Other | Production | 1.28-1.34 | >= 3.11.0 | | |
| | EOL | 1.25-1.27 | 3.9.0-3.10.0 | | |
| | NotSupported | < 1.25 | < 3.8.0 | | |

Expand Down
2 changes: 1 addition & 1 deletion docs/arango-platform-chart-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: ArangoPlatformChart

# ArangoPlatformChart Custom Resource

[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Alpha1.md)
[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Beta1.md)
2 changes: 1 addition & 1 deletion docs/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ has_toc: false

#### Community & Enterprise Edition

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

This instruction covers only the steps to enable ArangoPlatform in Kubernetes cluster with already running ArangoDeployment.
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).
Expand Down
12 changes: 6 additions & 6 deletions internal/platforms.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
platforms:
- name: "Google GKE"
versions:
- kubernetesVersion: "1.28-1.31"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Production"
remarks: "Don't use micro nodes"
Expand All @@ -15,7 +15,7 @@ platforms:
remarks: "Don't use micro nodes"
- name: "Azure AKS"
versions:
- kubernetesVersion: "1.28-1.32"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Production"
- kubernetesVersion: "1.25-1.27"
Expand All @@ -26,7 +26,7 @@ platforms:
state: "NotSupported"
- name: "Amazon EKS"
versions:
- kubernetesVersion: "1.28-1.31"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Production"
providerRemarks: "[Amazon EKS](./docs/providers/eks)"
Expand Down Expand Up @@ -62,7 +62,7 @@ platforms:
state: "NotSupported"
- name: "BareMetal (kubeadm)"
versions:
- kubernetesVersion: "1.28-1.31"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Production"
- kubernetesVersion: "1.25-1.27"
Expand All @@ -73,7 +73,7 @@ platforms:
state: "NotSupported"
- name: "Minikube"
versions:
- kubernetesVersion: "1.28-1.31"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Devel Only"
- kubernetesVersion: "1.25-1.27"
Expand All @@ -84,7 +84,7 @@ platforms:
state: "NotSupported"
- name: "Other"
versions:
- kubernetesVersion: "1.28-1.31"
- kubernetesVersion: "1.28-1.34"
arangoDBVersion: ">= 3.11.0"
state: "Production"
- kubernetesVersion: "1.25-1.27"
Expand Down