Releases: jupyterhub/action-k3s-helm
Releases · jupyterhub/action-k3s-helm
Release list
v4.1.0 - 2026-03-13
Enhancements made
- Support using helm v4 #126 (@yuvipanda, @manics, @minrk)
Maintenance and upkeep improvements
- Update Calico to 3.31.4 #128 (@manics)
- test: nginx 1.27.3 #119 (@manics, @consideRatio)
- Calico v3.28.1 #117 (@manics, @consideRatio)
Continuous integration improvements
- Update pre-commit, use rbubley/mirrors-prettier #130 (@manics)
- Update CI to use ubuntu-24.04 #129 (@manics)
- build(deps): bump actions/checkout from 5 to 6 #125 (@consideRatio)
- build(deps): bump actions/checkout from 4 to 5 #124 (@consideRatio)
- [pre-commit.ci] pre-commit autoupdate #121 (@consideRatio)
- Test egress policies #120 (@manics, @consideRatio)
v4.0.1 - 2024-04-28
Bugs fixed
- Workaround calcio not declaring DirectoryOrCreate on hostPath volumes #113 (@consideRatio)
Maintenance and upkeep improvements
- Reduce system pod startup timeout from 10m to 5m #115 (@consideRatio)
- Update calico from 3.27.0 to 3.27.3 #114 (@consideRatio)
Other merged PRs
See full changelog for dependabot and pre-commit.ci updates.
v4.0.0 - 2024-01-12
Version 4.0.0 drops support for installing k3s version 1.20 - 1.23, to keep testing against those versions don't yet upgrade to v4 of this action.
Breaking Changes
- Drop support for setting up k3s 1.20 to 1.23, now only 1.24+ #105 (@consideRatio, @manics)
Maintenance and upkeep improvements
- Rely on k3s to provide cri-dockerd #107 (@consideRatio, @manics)
- Update calico from 3.24.5 to 3.27.0 and cri-dockerd from 0.3.0 to 0.3.9 #106 (@consideRatio, @manics)
- Drop support for setting up k3s 1.20 to 1.23, now only 1.24+ #105 (@consideRatio, @manics)
- dependabot: monthly updates of github actions #92 (@consideRatio)
- Add BSD-3 License #96 (@consideRatio, @minrk)
Documentation improvements
- docs: make helm 3.5 be documented as required #104 (@consideRatio, @manics)
- Add changelog for 3.1.0 #88 (@consideRatio)
Continuous integration improvements
- ci: test with ubuntu:22.04 and relax pin of release action to v2 #103 (@consideRatio, @manics)
Other merged PRs
See full changelog for dependabot and pre-commit.ci updates.
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @manics (activity) | @minrk (activity)
v3.1.0 - 2022-12-27
Enhancements made
- Update cri-dockerd from 0.2.6 to 0.3.0 (only for k3s 1.24+) - now k3s 1.26 is supported #86 (@consideRatio)
Continuous integration improvements
- build(deps): bump Actions-R-Us/actions-tagger from 2.0.2 to 2.0.3 #83 (@dependabot)
v3.0.6 - 2022-11-15
Maintenance and upkeep improvements
- Update calico from 3.24.0 to 3.24.5 #81 (@consideRatio)
- Update cri-dockerd from 0.2.5 to 0.2.6 #80 (@consideRatio)
- Fix deprecation of set-output #79 (@consideRatio)
Documentation improvements
v3.0.5 - 2022-08-21
v3.0.4 - 2022-08-18
Bugs fixed
- fix: fail after 10 minutes (previously 5) as image pulling can take time #71 (@consideRatio)
v3.0.3 - 2022-08-13
Bugs fixed
- Fix workaround added in 3.0.1 and adjusted in 3.0.2 #69 (@consideRatio)
v3.0.2 - 2022-08-13
Bugs fixed
- Apply workaround added in 3.0.1 only when possible #67 (@consideRatio)
v3.0.1 - 2022-08-12
Bugs fixed
- Workaround kubectl exec and kubectl logs issues with k3s #64 (@consideRatio)
Maintenance and upkeep improvements
- Update cri-dockerd from 0.2.3 to 0.2.5 #66 (@consideRatio)
- Update cri-dockerd from 0.2.2 to 0.2.3 #61 (@consideRatio)
Documentation improvements
- docs: fix readme example to use v3 #60 (@consideRatio)