Add note about removed private network support on 0.3.0 to changelog
Tks to @fpletz for pointing out
This commit is contained in:
parent
76c250a89c
commit
3e46ed3c87
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ BACKWARDS INCOMPATIBILITIES:
|
||||||
- `start_opts` config was renamed to `customize`, please check the README for the expected parameters
|
- `start_opts` config was renamed to `customize`, please check the README for the expected parameters
|
||||||
- V1 boxes are no longer supported
|
- V1 boxes are no longer supported
|
||||||
- `target_rootfs_path` is no longer supported, just symlink `/var/lib/lxc` to the desired folder in case you want to point it to another partition
|
- `target_rootfs_path` is no longer supported, just symlink `/var/lib/lxc` to the desired folder in case you want to point it to another partition
|
||||||
|
- Removed support for configuring private networks. It will come back at some point in the future but if you need it you should be able to set using `customize 'network.ipv4', '1.2.3.4'`
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue