|
1 | | -## v3 - unreleased |
| 1 | +## v3 |
| 2 | + |
| 3 | +### v3.0.0 - 2022-06-13 |
| 4 | + |
| 5 | +#### Breaking changes |
2 | 6 |
|
3 | 7 | - The action drops support for use with k8s 1.19 and lower. |
4 | 8 | - Calico bumped from 3.20 to 3.21 for when k3s 1.20 is used. |
|
7 | 11 | [cri-dockerd](https://github.com/Mirantis/cri-dockerd) and configures k3s for |
8 | 12 | use against it, and like this we retain support for it with k3s version 1.24+. |
9 | 13 |
|
| 14 | +#### Bugs fixed |
| 15 | + |
| 16 | +- Make cri-dockerd function with calico [#54](https://github.com/jupyterhub/action-k3s-helm/pull/54) ([@consideRatio](https://github.com/consideRatio)) |
| 17 | + |
| 18 | +#### Maintenance and upkeep improvements |
| 19 | + |
| 20 | +- Install and use cri-dockerd as a dockershim for k8s 1.24+ support [#51](https://github.com/jupyterhub/action-k3s-helm/pull/51) ([@consideRatio](https://github.com/consideRatio)) |
| 21 | +- ci: keep v1/v2/v3... tags updated instead of branches [#45](https://github.com/jupyterhub/action-k3s-helm/pull/45) ([@consideRatio](https://github.com/consideRatio)) |
| 22 | +- 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](https://github.com/jupyterhub/action-k3s-helm/pull/43) ([@consideRatio](https://github.com/consideRatio)) |
| 23 | + |
| 24 | +#### Documentation improvements |
| 25 | + |
| 26 | +- Fix some incorrect versions which were modified in v2 [#38](https://github.com/jupyterhub/action-k3s-helm/pull/38) ([@manics](https://github.com/manics)) |
| 27 | +- Add changelog for 2.0.0 [#36](https://github.com/jupyterhub/action-k3s-helm/pull/36) ([@consideRatio](https://github.com/consideRatio)) |
| 28 | + |
| 29 | +#### Continuous integration |
| 30 | + |
| 31 | +- ci: test network policies in more situations [#52](https://github.com/jupyterhub/action-k3s-helm/pull/52) ([@consideRatio](https://github.com/consideRatio)) |
| 32 | +- ci: test against k3s-channel=latest and use k8s-namespace-report [#50](https://github.com/jupyterhub/action-k3s-helm/pull/50) ([@consideRatio](https://github.com/consideRatio)) |
| 33 | +- ci: use pre-commit.ci and dependabot [#46](https://github.com/jupyterhub/action-k3s-helm/pull/46) ([@consideRatio](https://github.com/consideRatio)) |
| 34 | + |
| 35 | +#### Contributors to this release |
| 36 | + |
| 37 | +([GitHub contributors page for this release](https://github.com/jupyterhub/action-k3s-helm/graphs/contributors?from=2021-10-05&to=2022-06-13&type=c)) |
| 38 | + |
| 39 | +[@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k3s-helm+involves%3AconsideRatio+updated%3A2021-10-05..2022-06-13&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Faction-k3s-helm+involves%3Amanics+updated%3A2021-10-05..2022-06-13&type=Issues) |
| 40 | + |
10 | 41 | ## v2 |
11 | 42 |
|
12 | 43 | ### v2.0.0 - 2021-10-04 |
|
0 commit comments