Skip to content

Commit 2c007a1

Browse files
authored
Merge pull request #3508 from consideRatio/pr/drop-k8s-1.26
Drop support for k8s 1.26-1.27
2 parents f5e5813 + 4868879 commit 2c007a1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
--set hub.image.name=quay.io/jupyterhub/k8s-hub-slim
138138
--set prePuller.hook.enabled=true
139139
--set prePuller.hook.pullOnlyOnChanges=true
140-
- k3s-channel: v1.29 # also test hub.existingSecret
140+
- k3s-channel: v1.31 # also test hub.existingSecret
141141
test: install
142142
local-chart-extra-args: >-
143143
--set hub.existingSecret=test-hub-existing-secret
@@ -160,7 +160,7 @@ jobs:
160160
# information from
161161
# https://hub.jupyter.org/helm-chart/info.json
162162
#
163-
- k3s-channel: v1.28
163+
- k3s-channel: v1.30
164164
test: upgrade
165165
upgrade-from: stable
166166
upgrade-from-extra-args: >-
@@ -173,7 +173,7 @@ jobs:
173173
--set hub.db.type=sqlite-pvc
174174
--set singleuser.storage.type=dynamic
175175
create-k8s-test-resources: true
176-
- k3s-channel: v1.27
176+
- k3s-channel: v1.29
177177
test: upgrade
178178
upgrade-from: dev
179179
upgrade-from-extra-args: >-
@@ -183,7 +183,7 @@ jobs:
183183
local-chart-extra-args: >-
184184
--set hub.db.type=sqlite-pvc
185185
--set singleuser.storage.type=dynamic
186-
- k3s-channel: v1.26
186+
- k3s-channel: v1.28
187187
test: upgrade
188188
# We're testing hub.db.upgrade with PostgreSQL so this version must be old
189189
# enough to require a DB upgrade

docs/source/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ changes in pull requests], this list should be updated.
1313
[breaking changes in pull requests]: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pulls?q=is%3Apr+is%3Aclosed+label%3Abreaking
1414

1515
- Update jupyterhub from 4.1.6 to 5.1.0 [#3405](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3405), [#3416](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3416), [#3425](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3425), [#3472](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3472)
16-
- Drop support for k8s 1.23, require k8s 1.26+ [#3312](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3312), [#3403](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3403), [#3319](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3319)
16+
- Drop support for k8s 1.23-1.27, require k8s 1.28+ [#3312](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3312), [#3403](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3403), [#3319](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3319), [#3508](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3508)
1717
- user-scheduler: update to use kube-scheduler 1.28, from 1.26 [#3312](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3312)
1818

1919
## 3.3

jupyterhub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org
99
sources: [https://github.com/jupyterhub/zero-to-jupyterhub-k8s]
1010
icon: https://hub.jupyter.org/helm-chart/images/hublogo.svg
11-
kubeVersion: ">=1.26.0-0"
11+
kubeVersion: ">=1.28.0-0"
1212
maintainers:
1313
# Since it is a requirement of Artifact Hub to have specific maintainers
1414
# listed, we have added some below, but in practice the entire JupyterHub team

0 commit comments

Comments
 (0)