diff --git a/CHANGELOG.md b/CHANGELOG.md index c458da3bc..2f01ce782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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"