v5.5.0 - 17.05.2023
Added
- Add support for ulimits (#1264)
- new flag:
k3d cluster create --runtime-ulimit NAME[=SOFT]:[HARD]
(same fork3d node create
)
- new flag:
- add: K3D_FIX_MOUNTS fix to make / rshared (e.g. to make Cilium work) (#1268)
- new environment variable:
K3D_FIX_MOUNTS=1
- new environment variable:
- add(docs): podman instructions for macOS (#1257)
- Adds json response of version info (#1262)
- new flag:
k3d version -o json
- new flag:
Changed
- change: allow full K3s registry configuration (#1215)
- change: update deps (manual + dependabot)
- change: set e2e test ghaction timeout
- change: improved help text for k3d version ls
- change: deprecate 'k3d version ls --format' in favor of '--output'
- change: golangci-lint fix whitespaces
- change: udpate docs
Fixed
- Fix panic when k3sURLEnvIndex is -1 (#1252)
- Fix spelling mistake in configfile.md (#1261)
- Correct typo: Inconsistent filename in registry documentation. (#1275)
- fix: k3d version ls (now via crane) (#1286)
- fix: registries.yaml file not marshalled correctly by k8s yaml package
Deprecated
- change: deprecate 'k3d version ls --format' in favor of '--output'
New Contributors
- @dan-ash made their first contribution in #1264
- @maxsargentdev made their first contribution in #1215
- @shoffmeister made their first contribution in #1261
- @aescaler-raft made their first contribution in #1257
- @bafzachris made their first contribution in #1275
- @dgershman made their first contribution in #1262
Full Changelog: v5.4.9...v5.5.0