Skip to content

Commit 8bdba73

Browse files
committed
update changelog for v5
1 parent 5f2ea9a commit 8bdba73

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
This release contains a whole lot of new features, breaking changes as well as smaller fixes and improvements.
66
The changelog shown here is likely not complete but gives a broad overview over the changes.
77
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>.
911

1012
**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!
1113

14+
**Feedback welcome!**
15+
1216
### Breaking Changes
1317

1418
- new syntax for nodefilters
@@ -61,7 +65,7 @@ The docs have been updated, so you should also find the information you need the
6165
- new config path `options.k3s.extraArgs`
6266
- config file: environment variables (`$VAR`, `${VAR}` will be expanded unconditionally) (#643)
6367
- 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
6569

6670
### Misc
6771

0 commit comments

Comments
 (0)