From 98e31c71560fe80b88184d0aa6e31dbaa2193b74 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 21 Oct 2024 12:03:32 -0700 Subject: [PATCH] Prepare 6.5.1 release Collect change log for 6.5.1 release. --- CHANGELOG.md | 7 +++++++ changelog.d/20241021_091054_rra_DM_47011.md | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/20241021_091054_rra_DM_47011.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb61e56..e5d55fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co + +## 6.5.1 (2024-10-21) + +### Bug fixes + +- Allow and ignore extra attributes to `MetricsConfiguration` when metrics are disabled. This allows passing a partial metrics configuration even when they are disabled, which simplifies the structure of Phalanx configurations based on dumping the Helm values into a YAML configuraiton file. + ## 6.5.0 (2024-10-18) diff --git a/changelog.d/20241021_091054_rra_DM_47011.md b/changelog.d/20241021_091054_rra_DM_47011.md deleted file mode 100644 index 4c5dc9ca..00000000 --- a/changelog.d/20241021_091054_rra_DM_47011.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Allow and ignore extra attributes to `MetricsConfiguration` when metrics are disabled. This allows passing a partial metrics configuration even when they are disabled, which simplifies the structure of Phalanx configurations based on dumping the Helm values into a YAML configuraiton file.