From ea3d0cf1c450569f8c446b43cf505456324b36a3 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 23 Feb 2024 10:59:32 +0100 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2024-02-23-coreos-cloudinit.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2024-02-23-coreos-cloudinit.md diff --git a/changelog/changes/2024-02-23-coreos-cloudinit.md b/changelog/changes/2024-02-23-coreos-cloudinit.md new file mode 100644 index 0000000000..18ab14c76f --- /dev/null +++ b/changelog/changes/2024-02-23-coreos-cloudinit.md @@ -0,0 +1 @@ +- ⚠ Removed coreos-cloudinit support for automatic keys conversion (e.g `reboot-strategy` -> `reboot_strategy`) ([scripts#1687](https://github.com/flatcar/scripts/pull/1687))