File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.7.0 - 04.07.2024
4+
5+ ### Added
6+
7+ - feat: support config embedded and external files (#1417 )
8+ - docs: add examples for config embedded and external files (#1432 )
9+ - feat: compatibility with docker userns-remap (#1442 )
10+ - docs: mention ipam when creating multiserver cluster (#1451 )
11+
12+ ### Changed
13+
14+ - docs: Update CUDA docs to use k3s suggested method (#1430 )
15+ - chore: upgrade go + dependencies + address all golangci-lint issues + fix deprecations (#1459 )
16+ - chore: upgrade docker dependency and adjust for deprecations (#1460 )
17+
18+ ### Fixed
19+
20+ - fix: close output file (#1436 )
21+ - fix: Script exits fatally when resolv.conf is missing Docker nameserver (#1441 )
22+ - test: fix translate.go test following userns merge (#1444 )
23+ - fix: respect ~ /.kube/config as a symlink (#1455 )
24+ - fix: preserve coredns config during cluster restart (#1453 )
25+ - ** IMPORTANT** This makes use of the ` coredns-custom ` configmap, so please consider this in case you're using this configmap yourself!
26+ - fix: make drain ignore DaemonSets & bypass PodDisruptionBudgets (#1414 )
27+
28+ ## v5.6.3 - 10.04.2024
29+
30+ ### Changed
31+
32+ - Dependency updates and related fixes
33+
34+ ## v5.6.2 - 09.04.2024
35+
36+ ### Added
37+
38+ - [ DOCS] Add scoop install option (#1390 )
39+ - feat: support writing kubeconfig to a stream (#1381 )
40+
41+ ### Changed
42+
43+ - Not using stdout directly for logging (#1339 )
44+ - change: enable fixes by default and consolidate lookup logic (#1349 )
45+ - Consistent logging during cluster creation flow (#1398 )
46+ -
47+
48+ ### Fixed
49+
50+ - change: fix docs link (#1343 )
51+ -
52+
353## v5.6.0 - 21.08.2023
454
555### Added
You can’t perform that action at this time.
0 commit comments