Releases: jupyterhub/action-k3s-helm
Releases · jupyterhub/action-k3s-helm
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)
v3.0.0
v3.0.0 - 2022-06-13
Breaking changes
- The action drops support for use with k8s 1.19 and lower.
- Calico bumped from 3.20 to 3.21 for when k3s 1.20 is used.
- Calico bumped from 3.20 to 3.23 for when k3s 1.21+ is used.
- The
docker-enabled
input now provides
cri-dockerd and configures k3s for
use against it, and like this we retain support for it with k3s version 1.24+.
Bugs fixed
- Make cri-dockerd function with calico #54 (@consideRatio)
Maintenance and upkeep improvements
- Install and use cri-dockerd as a dockershim for k8s 1.24+ support #51 (@consideRatio)
- ci: keep v1/v2/v3... tags updated instead of branches #45 (@consideRatio)
- Drop support for k3s 1.19 or lower, bump calico to 3.21 for k3s 1.20, and calico 3.23 for k3s 1.21+ #43 (@consideRatio)
Documentation improvements
- Fix some incorrect versions which were modified in v2 #38 (@manics)
- Add changelog for 2.0.0 #36 (@consideRatio)
Continuous integration
- ci: test network policies in more situations #52 (@consideRatio)
- ci: test against k3s-channel=latest and use k8s-namespace-report #50 (@consideRatio)
- ci: use pre-commit.ci and dependabot #46 (@consideRatio)