File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v5.4.9 - 16.03.2023
3+ ## v5.5.0 - 17.05.2023
4+
5+ ### Added
6+
7+ - Add support for ulimits (#1264 )
8+ - new flag: ` k3d cluster create --runtime-ulimit NAME[=SOFT]:[HARD] ` (same for ` k3d node create ` )
9+ - add: K3D_FIX_MOUNTS fix to make / rshared (e.g. to make Cilium work) (#1268 )
10+ - new environment variable: ` K3D_FIX_MOUNTS=1 `
11+ - add(docs): podman instructions for macOS (#1257 )
12+ - Adds json response of version info (#1262 )
13+ - new flag: ` k3d version -o json `
14+
15+ ### Changed
16+
17+ - change: allow full K3s registry configuration (#1215 )
18+ - change: update deps (manual + dependabot)
19+ - change: set e2e test ghaction timeout
20+ - change: improved help text for k3d version ls
21+ - change: deprecate 'k3d version ls --format' in favor of '--output'
22+ - change: golangci-lint fix whitespaces
23+ - change: udpate docs
24+
25+ ### Fixed
26+
27+ - Fix panic when k3sURLEnvIndex is -1 (#1252 )
28+ - Fix spelling mistake in configfile.md (#1261 )
29+ - Correct typo: Inconsistent filename in registry documentation. (#1275 )
30+ - fix: k3d version ls (now via crane) (#1286 )
31+ - fix: registries.yaml file not marshalled correctly by k8s yaml package
32+
33+ ### Deprecated
34+
35+ - change: deprecate 'k3d version ls --format' in favor of '--output'
36+
37+ ## v5.4.9 - 16.03.2023 [ BROKEN BUILD]
438
539### Changed
640
You can’t perform that action at this time.
0 commit comments