From f41a351f624ae92b632aec93b4f94a01c328a84e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 28 Oct 2024 16:06:01 -0700 Subject: [PATCH] Prepare 12.1.0 release Collect the change log for the Gafaelfawr 12.1.0 release. --- CHANGELOG.md | 10 ++++++++++ changelog.d/20241021_153026_rra_DM_47011.md | 3 --- changelog.d/20241025_160624_rra_DM_47148.md | 3 --- changelog.d/20241028_133552_rra_DM_47148.md | 3 --- changelog.d/20241028_150742_rra_DM_47148.md | 3 --- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 changelog.d/20241021_153026_rra_DM_47011.md delete mode 100644 changelog.d/20241025_160624_rra_DM_47148.md delete mode 100644 changelog.d/20241028_133552_rra_DM_47148.md delete mode 100644 changelog.d/20241028_150742_rra_DM_47148.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a198ebe2..26bb20a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Find changes for the upcoming release in the project's [changelog.d directory](h + +## 12.1.0 (2024-10-28) + +### New features + +- Add support for `client_secret_basic` to the token endpoint for the OpenID Connect server. This is the recommended default authentication strategy and some clients don't support negotiating `client_secret_post` instead. +- Add a `config.baseInternalUrl` Helm setting to override Gafaelfawr's understanding of its own internal URL, used when constructing `Ingress` resources from `GafaelfawrIngress`. +- Gafaelfawr now adds the `app.kubernetes.io/managed-by` label with value `Gafaelfawr` to all `Ingress` resources generated from `GafaelfawrIngress` resources. +- Separate `auth` metrics into `auth_bot` and `auth_user` metrics, where the former are authentications to services from bot users and the latter are authentications from non-bot users. Stop excluding mobu bot users now that they can be included in the `auth_bot` metric instead. + ## 12.0.1 (2024-10-21) diff --git a/changelog.d/20241021_153026_rra_DM_47011.md b/changelog.d/20241021_153026_rra_DM_47011.md deleted file mode 100644 index 2ff0f66d8..000000000 --- a/changelog.d/20241021_153026_rra_DM_47011.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Add a `config.baseInternalUrl` Helm setting to override Gafaelfawr's understanding of its own internal URL, used when constructing `Ingress` resources from `GafaelfawrIngress`. diff --git a/changelog.d/20241025_160624_rra_DM_47148.md b/changelog.d/20241025_160624_rra_DM_47148.md deleted file mode 100644 index f08904b56..000000000 --- a/changelog.d/20241025_160624_rra_DM_47148.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Gafaelfawr now adds the `app.kubernetes.io/managed-by` label with value `Gafaelfawr` to all `Ingress` resources generated from `GafaelfawrIngress` resources. diff --git a/changelog.d/20241028_133552_rra_DM_47148.md b/changelog.d/20241028_133552_rra_DM_47148.md deleted file mode 100644 index 2d3676b5c..000000000 --- a/changelog.d/20241028_133552_rra_DM_47148.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Add support for `client_secret_basic` to the token endpoint for the OpenID Connect server. This is the recommended default authentication strategy and some clients don't support negotiating `client_secret_post` instead. diff --git a/changelog.d/20241028_150742_rra_DM_47148.md b/changelog.d/20241028_150742_rra_DM_47148.md deleted file mode 100644 index dfc0899c0..000000000 --- a/changelog.d/20241028_150742_rra_DM_47148.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Separate `auth` metrics into `auth_bot` and `auth_user` metrics, where the former are authentications to services from bot users and the latter are authentications from non-bot users. Stop excluding mobu bot users now that they can be included in the `auth_bot` metric instead.