Skip to content

Commit b9ffc69

Browse files
committed
helm-chart: require k8s 1.29+
1 parent 6a216d8 commit b9ffc69

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/test.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ jobs:
146146
# k3s-channel: https://update.k3s.io/v1-release/channels
147147
#
148148
include:
149-
- k3s-channel: v1.25
149+
- k3s-channel: v1.29
150150
dask-namespace: separate-namespace
151-
- k3s-channel: v1.26
151+
- k3s-channel: v1.30
152152
dask-namespace: default
153153
upgrade-from: "2022.4.0"
154-
- k3s-channel: v1.27
154+
- k3s-channel: v1.31
155155
dask-namespace: default
156-
- k3s-channel: v1.28
156+
- k3s-channel: v1.32
157157
dask-namespace: default
158-
- k3s-channel: v1.29
158+
- k3s-channel: stable
159159
dask-namespace: default
160160

161161
steps:

docs/source/changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Breaking changes
66

7-
- Requires Python 3.10+, up from 3.9
7+
- Requires Python 3.10+, up from 3.9+
8+
- Helm chart requires Kubernetes 1.29+, up from 1.25+
89

910
### 2024.1.0
1011

resources/helm/dask-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ home: https://gateway.dask.org/
88
sources:
99
- https://github.com/dask/dask-gateway/
1010
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
11-
kubeVersion: ">=1.25.0-0"
11+
kubeVersion: ">=1.29.0-0"

0 commit comments

Comments
 (0)