From 8f422ea261088e57c9a01a2c94f7ad66add5d2a3 Mon Sep 17 00:00:00 2001 From: ajanikow <12255597+ajanikow@users.noreply.github.com> Date: Wed, 17 Sep 2025 07:05:59 +0000 Subject: [PATCH] [Documentation] Update Supported Kubernetes Versions --- CHANGELOG.md | 1 + README.md | 12 ++++++------ docs/arango-platform-chart-resource.md | 2 +- docs/platform.md | 2 +- internal/platforms.yaml | 12 ++++++------ 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d87200d9..e2d9964ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - (Feature) Improve GRPC JSON Handling - (Bugfix) Fix Operator Pod Resources - (Feature) (Platform) MetaV1 Integration Tests +- (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 diff --git a/README.md b/README.md index ce4164623..e7c4be18f 100644 --- a/README.md +++ b/README.md @@ -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 | | | @@ -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 | | | diff --git a/docs/arango-platform-chart-resource.md b/docs/arango-platform-chart-resource.md index 288ca6605..8def31a7e 100644 --- a/docs/arango-platform-chart-resource.md +++ b/docs/arango-platform-chart-resource.md @@ -6,4 +6,4 @@ title: ArangoPlatformChart # ArangoPlatformChart Custom Resource -[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Alpha1.md) +[Full CustomResourceDefinition reference ->](./api/ArangoPlatformChart.V1Beta1.md) diff --git a/docs/platform.md b/docs/platform.md index ddd1e277b..e4a865028 100644 --- a/docs/platform.md +++ b/docs/platform.md @@ -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). diff --git a/internal/platforms.yaml b/internal/platforms.yaml index c7ba1d198..ae348363e 100644 --- a/internal/platforms.yaml +++ b/internal/platforms.yaml @@ -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" @@ -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" @@ -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)" @@ -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" @@ -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" @@ -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"