Skip to content

Commit

Permalink
v4.4.3: finish changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 29, 2021
1 parent 0b7de65 commit 5383ba3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5383ba3

Please sign in to comment.