|
| 1 | +## v4 |
| 2 | + |
| 3 | +### v4.0.0 - 2024-01-12 |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +#### Breaking Changes |
| 8 | + |
| 9 | +- Drop support for setting up k3s 1.20 to 1.23, now only 1.24+ [#105](https://github.com/jupyterhub/action-k3s-helm/pull/105) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 10 | + |
| 11 | +#### Maintenance and upkeep improvements |
| 12 | + |
| 13 | +- Rely on k3s to provide cri-dockerd [#107](https://github.com/jupyterhub/action-k3s-helm/pull/107) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 14 | +- Update calico from 3.24.5 to 3.27.0 and cri-dockerd from 0.3.0 to 0.3.9 [#106](https://github.com/jupyterhub/action-k3s-helm/pull/106) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 15 | +- Drop support for setting up k3s 1.20 to 1.23, now only 1.24+ [#105](https://github.com/jupyterhub/action-k3s-helm/pull/105) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 16 | +- dependabot: monthly updates of github actions [#92](https://github.com/jupyterhub/action-k3s-helm/pull/92) ([@consideRatio](https://github.com/consideRatio)) |
| 17 | +- Add BSD-3 License [#96](https://github.com/jupyterhub/action-k3s-helm/pull/96) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk)) |
| 18 | + |
| 19 | +#### Documentation improvements |
| 20 | + |
| 21 | +- docs: make helm 3.5 be documented as required [#104](https://github.com/jupyterhub/action-k3s-helm/pull/104) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 22 | +- Add changelog for 3.1.0 [#88](https://github.com/jupyterhub/action-k3s-helm/pull/88) ([@consideRatio](https://github.com/consideRatio)) |
| 23 | + |
| 24 | +#### Continuous integration improvements |
| 25 | + |
| 26 | +- ci: test with ubuntu:22.04 and relax pin of release action to v2 [#103](https://github.com/jupyterhub/action-k3s-helm/pull/103) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) |
| 27 | + |
| 28 | +#### Other merged PRs |
| 29 | + |
| 30 | +See [full changelog](https://github.com/jupyterhub/action-k3s-helm/compare/v3.1.0...v4.0.0) for dependabot and pre-commit.ci updates. |
| 31 | + |
| 32 | +#### Contributors to this release |
| 33 | + |
| 34 | +The following people contributed discussions, new ideas, code and documentation contributions, and review. |
| 35 | +See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports). |
| 36 | + |
| 37 | +([GitHub contributors page for this release](https://github.com/jupyterhub/action-k3s-helm/graphs/contributors?from=2022-12-27&to=2024-01-12&type=c)) |
| 38 | + |
| 39 | +@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k3s-helm+involves%3AconsideRatio+updated%3A2022-12-27..2024-01-12&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k3s-helm+involves%3Amanics+updated%3A2022-12-27..2024-01-12&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k3s-helm+involves%3Aminrk+updated%3A2022-12-27..2024-01-12&type=Issues)) |
| 40 | + |
1 | 41 | ## v3 |
2 | 42 |
|
3 | 43 | ### v3.1.0 - 2022-12-27 |
|
0 commit comments