v4.4.3: finish changelog

This commit is contained in:
iwilltry42 2021-04-29 09:22:55 +02:00
parent 0b7de65ebd
commit 5383ba3f6f
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -11,6 +11,15 @@
- **Usage**: set the environment variable `K3D_FIX_CGROUPV2` to a `true` value before/when creating a cluster with k3d
- e.g. `export K3D_FIX_CGROUPV2=1`
### Fixes
- fix: docker volume not mountable due to validation failure
- was not able to mount named volume on windows as we're checking for `:` meant for drive-letters and k3d separators
### Misc
- fix create command's flags typo (#568, @Jason-ZW)
## v4.4.2
### Fixes