You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
## v4
2
2
3
+
### v4.0.1 - 2024-04-28
4
+
5
+
#### Bugs fixed
6
+
7
+
- Workaround calcio not declaring DirectoryOrCreate on hostPath volumes [#113](https://github.com/jupyterhub/action-k3s-helm/pull/113) ([@consideRatio](https://github.com/consideRatio))
8
+
9
+
#### Maintenance and upkeep improvements
10
+
11
+
- Reduce system pod startup timeout from 10m to 5m [#115](https://github.com/jupyterhub/action-k3s-helm/pull/115) ([@consideRatio](https://github.com/consideRatio))
12
+
- Update calico from 3.27.0 to 3.27.3 [#114](https://github.com/jupyterhub/action-k3s-helm/pull/114) ([@consideRatio](https://github.com/consideRatio))
13
+
14
+
#### Other merged PRs
15
+
16
+
See [full changelog](https://github.com/jupyterhub/action-k3s-helm/compare/v4.0.0...v4.0.1) for dependabot and pre-commit.ci updates.
17
+
3
18
### v4.0.0 - 2024-01-12
4
19
5
20
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.
0 commit comments