diff --git a/README.md b/README.md index b06a1173..d75a6023 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ helm search repo skyhook ## should show the latest version # basic install helm install skyhook skyhook/skyhook-operator \ - --version v0.10.1 \ + --version v0.11.0 \ --namespace skyhook \ --create-namespace ``` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 235573ee..5b308510 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -5,9 +5,9 @@ type: application # This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR # it the agent version is updated, or operator version is updated. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.10.1 +version: v0.11.0 # This is the version number operator container being deployed. # Versions are expected to follow Semantic Versioning (https://semver.org/) -appVersion: v0.10.0 +appVersion: v0.11.0 # this is the minimum version of kubernetes that the operator supports/tested against. kubeVersion: ">=1.30.0-0" diff --git a/docs/kubernetes-support.md b/docs/kubernetes-support.md index e534dce3..6c42efee 100644 --- a/docs/kubernetes-support.md +++ b/docs/kubernetes-support.md @@ -6,8 +6,9 @@ This document outlines Skyhook's approach to supporting different Kubernetes ver | Kubernetes Version | Skyhook Version | Status | Notes | |--------------------|-----------------|---------|-------| -| 1.35, 1.34, 1.33, 1.32, 1.31 | v0.11.0+ | ✅ Next Supported | Current stable versions | -| 1.34, 1.33, 1.32, 1.31 | v0.9.0 - 0.10.0 | ✅ Fully Supported | Current stable versions | +| 1.35, 1.34, 1.33, 1.32, 1.31 | v0.11.0+ | ✅ Fully Supported | Current stable versions | +| 1.34, 1.33, 1.32, 1.31 | 0.10.x | ✅ Fully Supported | Use v0.11.x | +| 1.34, 1.33, 1.32, 1.31 | v0.9.x | ✅ Fully Supported | | | 1.30 | v0.8.x | ⚠️ Use older Skyhook | K8s 1.30 EOL: June 28, 2025 | | 1.29 and older | v0.8.x or older | ⚠️ Use older Skyhook | No longer maintained |