diff --git a/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md b/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md deleted file mode 100644 index 41f093195a..0000000000 --- a/changelog/changes/2023-10-17-sdk-mantle-kola-sysext.md +++ /dev/null @@ -1 +0,0 @@ -- SDK: bump Mantle / Kola container image version to include torcx removal / sysext tests ([Mantle#466](https://github.com/flatcar/mantle/pull/466), [Mantle#465](https://github.com/flatcar/mantle/pull/465)) diff --git a/changelog/changes/2023-10-17-update-engine-torcx-removal.md b/changelog/changes/2023-10-17-update-engine-torcx-removal.md deleted file mode 100644 index 3e04769cec..0000000000 --- a/changelog/changes/2023-10-17-update-engine-torcx-removal.md +++ /dev/null @@ -1 +0,0 @@ -- update_engine: remove torcx sanity checks because the OS image removed torcx ([update_engine#30](https://github.com/flatcar/update_engine/pull/30)) diff --git a/changelog/changes/2023-10-19-torcx-removal.md b/changelog/changes/2023-10-19-torcx-removal.md new file mode 100644 index 0000000000..fbf2339cb7 --- /dev/null +++ b/changelog/changes/2023-10-19-torcx-removal.md @@ -0,0 +1,4 @@ +- **torcx was replaced by systemd-sysext in the OS image**. Learn more about sysext and how to customise OS images [here](https://www.flatcar.org/docs/latest/provisioning/sysext/). + - Torcx has been removed entirely; if you use torcx to extend the Flatcar base OS image, please refer to our [conversion script](https://www.flatcar.org/docs/latest/provisioning/sysext/#torcx-deprecation) and to the sysext documentation mentioned above for migrating. + - Consequently, `update_engine` will not perform torcx sanity checks post-update anymore. + - Relevant changes: [scripts#1216](https://github.com/flatcar/scripts/pull/1216), [update_engine#30](https://github.com/flatcar/update_engine/pull/30), [Mantle#466](https://github.com/flatcar/mantle/pull/466), [Mantle#465](https://github.com/flatcar/mantle/pull/465).