You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,14 @@
5
5
This release contains a whole lot of new features, breaking changes as well as smaller fixes and improvements.
6
6
The changelog shown here is likely not complete but gives a broad overview over the changes.
7
7
For more details, please check the v5 milestone (<https://github.com/rancher/k3d/milestone/27>) or even the commit history.
8
-
The docs have been updated, so you should also find the information you need there.
8
+
The docs have been updated, so you should also find the information you need there, with more to come!
9
+
10
+
The demo repository has also been updated to work with k3d v5: <https://github.com/iwilltry42/k3d-demo>.
9
11
10
12
**Info**: <https://k3d.io> is now versioned, so you can checkout different versions of the documentation by using the dropdown menu in the page title bar!
11
13
14
+
**Feedback welcome!**
15
+
12
16
### Breaking Changes
13
17
14
18
- new syntax for nodefilters
@@ -61,7 +65,7 @@ The docs have been updated, so you should also find the information you need the
61
65
- new config path `options.k3s.extraArgs`
62
66
- config file: environment variables (`$VAR`, `${VAR}` will be expanded unconditionally) (#643)
63
67
- docker context support (#601, @developer-guy & #674)
64
-
-New attempt in fixing DNS when using custom nameservers, e.g. on a company VPN: currently experimental, enable using the environment variable `K3D_FIX_DNS=1`
68
+
-Feature flag using the environment variable `K3D_FIX_DNS` and setting it to a true value (e.g. `export K3D_FIX_DNS=1`) to forward DNS queries to your local machine, e.g. to use your local company DNS
0 commit comments