Skip to content

Commit 5ce1aa5

Browse files
committed
chore: update docs and chart versions
1 parent aa041c4 commit 5ce1aa5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ helm search repo skyhook ## should show the latest version
7272

7373
# basic install
7474
helm install skyhook skyhook/skyhook-operator \
75-
--version v0.10.1 \
75+
--version v0.11.0 \
7676
--namespace skyhook \
7777
--create-namespace
7878
```

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ type: application
55
# This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR
66
# it the agent version is updated, or operator version is updated.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: v0.10.1
8+
version: v0.11.0
99
# This is the version number operator container being deployed.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
appVersion: v0.10.0
11+
appVersion: v0.11.0
1212
# this is the minimum version of kubernetes that the operator supports/tested against.
1313
kubeVersion: ">=1.30.0-0"

docs/kubernetes-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This document outlines Skyhook's approach to supporting different Kubernetes ver
66

77
| Kubernetes Version | Skyhook Version | Status | Notes |
88
|--------------------|-----------------|---------|-------|
9-
| 1.35, 1.34, 1.33, 1.32, 1.31 | v0.11.0+ | ✅ Next Supported | Current stable versions |
10-
| 1.34, 1.33, 1.32, 1.31 | v0.9.0 - 0.10.0 | ✅ Fully Supported | Current stable versions |
9+
| 1.35, 1.34, 1.33, 1.32, 1.31 | v0.11.0+ | ✅ Fully Supported | Current stable versions |
10+
| 1.34, 1.33, 1.32, 1.31 | 0.10.x | ✅ Fully Supported | Use v0.11.x |
11+
| 1.34, 1.33, 1.32, 1.31 | v0.9.x | ✅ Fully Supported | |
1112
| 1.30 | v0.8.x | ⚠️ Use older Skyhook | K8s 1.30 EOL: June 28, 2025 |
1213
| 1.29 and older | v0.8.x or older | ⚠️ Use older Skyhook | No longer maintained |
1314

0 commit comments

Comments
 (0)