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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 3 additions & 2 deletions docs/kubernetes-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Loading