From cc4f4754456dda2f24669a301f71d5b21ae8d736 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 15 Jan 2024 15:32:25 +0100 Subject: [PATCH] Add changelog for coreos-cloudinit bugfix Signed-off-by: Jeremi Piotrowski --- changelog/bugfixes/2024-01-15-coreos-cloudinit.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2024-01-15-coreos-cloudinit.md diff --git a/changelog/bugfixes/2024-01-15-coreos-cloudinit.md b/changelog/bugfixes/2024-01-15-coreos-cloudinit.md new file mode 100644 index 0000000000..87a7ced674 --- /dev/null +++ b/changelog/bugfixes/2024-01-15-coreos-cloudinit.md @@ -0,0 +1 @@ +- Fixed a bug resulting in coreos-cloudinit resetting the instance hostname to 'localhost' if no metadata could be found ([coreos-cloudinit#25](https://github.com/flatcar/coreos-cloudinit/pull/25))