File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ releases.
1111 many operating system vendors patch out breaking changes in
1212 cloud-init to ensure consistent behavior on their platform.
1313
14- 25.4
14+ 26.1
1515====
1616
1717Openstack bond names are no longer hard-coded to bond0, bond1, ....
@@ -20,9 +20,19 @@ Instead they are set to whatever value is provided by network_data.json.
202025.3
2121====
2222
23- **For cloud-init downstream packagers **: the packaging build backend changed
24- to meson and away from python's setuptools.distutils in response to
25- `PEP-0632's deprecation of distutils `_. Meson packaging may not be identical
23+ Systemd unit file changes
24+ -------------------------
25+
26+ The socket protocol was changed for better compatibility with alternatives
27+ to ``openbsd-netcat ``, including ``nmap ``'s ``ncat -U ``. Downstreams that
28+ provide a custom systemd ``ExecStart= `` statement will need to update.
29+
30+ New build system: meson
31+ -----------------------
32+
33+ The packaging build backend changed
34+ from python's setuptools.distutils to meson in response to
35+ `PEP-0632's deprecation of distutils `_. Meson packaging will not be identical
2636to previous binary packages generated by python's setuptools. Downstream
2737packagers should validate the final generated package to ensure
2838unexpected package deltas do not exist.
You can’t perform that action at this time.
0 commit comments