From 94f9db2257743492c86f74dec8777adc67f231cf Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 14 Feb 2025 12:06:54 +0100 Subject: [PATCH] changelog: Add entry for update-ca-certificates bugfix Signed-off-by: Jeremi Piotrowski --- .../2025-02-14-update-ca-certificates-missing-newlines-fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2025-02-14-update-ca-certificates-missing-newlines-fix.md diff --git a/changelog/bugfixes/2025-02-14-update-ca-certificates-missing-newlines-fix.md b/changelog/bugfixes/2025-02-14-update-ca-certificates-missing-newlines-fix.md new file mode 100644 index 0000000000..89406492d9 --- /dev/null +++ b/changelog/bugfixes/2025-02-14-update-ca-certificates-missing-newlines-fix.md @@ -0,0 +1 @@ +- Fix update-ca-certificates behavior when concatenating certificates with missing trailing newlines. ([flatcar/scripts#2667](https://github.com/flatcar/scripts/pull/2667))