From 558ee723dfaadbbb04f7a5c00950dbaf649e5c18 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 28 Apr 2024 18:04:17 +0200 Subject: [PATCH] Add changelog for v4.0.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abbf7c2..86718fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## v4 +### v4.0.1 - 2024-04-28 + +#### Bugs fixed + +- Workaround calcio not declaring DirectoryOrCreate on hostPath volumes [#113](https://github.com/jupyterhub/action-k3s-helm/pull/113) ([@consideRatio](https://github.com/consideRatio)) + +#### Maintenance and upkeep improvements + +- Reduce system pod startup timeout from 10m to 5m [#115](https://github.com/jupyterhub/action-k3s-helm/pull/115) ([@consideRatio](https://github.com/consideRatio)) +- 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)) + +#### Other merged PRs + +See [full changelog](https://github.com/jupyterhub/action-k3s-helm/compare/v4.0.0...v4.0.1) 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.