From b9230abce183848b61818aa47f791c8fde948c9a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 4 Dec 2023 16:55:05 -0800 Subject: [PATCH] Prepare 9.6.0 release --- CHANGELOG.md | 11 +++++++++++ changelog.d/20231204_142753_rra_DM_41998.md | 3 --- changelog.d/20231204_144736_rra_DM_41998.md | 3 --- ui/package-lock.json | 4 ++-- ui/package.json | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/20231204_142753_rra_DM_41998.md delete mode 100644 changelog.d/20231204_144736_rra_DM_41998.md diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcc76f84..c2dce6f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Find changes for the upcoming release in the project's [changelog.d directory](h + +## 9.6.0 (2023-12-04) + +### New features + +- An ingress may now be restricted to a specific user by setting the `username` attribute in the `config` section of a `GafaelfawrIngress`, or the corresponding `username` query parameter to the `/auth` route. Any other user will receive a 403 error. The scope requiremments must also still be met. + +### Bug fixes + +- Add an ARIA label to the icon for deleting a token in the user interface for better accessibility. + ## 9.5.1 (2023-10-30) diff --git a/changelog.d/20231204_142753_rra_DM_41998.md b/changelog.d/20231204_142753_rra_DM_41998.md deleted file mode 100644 index acd3a8a7f..000000000 --- a/changelog.d/20231204_142753_rra_DM_41998.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- An ingress may now be restricted to a specific user by setting the `username` attribute in the `config` section of a `GafaelfawrIngress`, or the corresponding `username` query parameter to the `/auth` route. Any other user will receive a 403 error. The scope requiremments must also still be met. diff --git a/changelog.d/20231204_144736_rra_DM_41998.md b/changelog.d/20231204_144736_rra_DM_41998.md deleted file mode 100644 index daa47252e..000000000 --- a/changelog.d/20231204_144736_rra_DM_41998.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Add an ARIA label to the icon for deleting a token in the user interface for better accessibility. diff --git a/ui/package-lock.json b/ui/package-lock.json index 9c6c95f21..e026593f4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "gafaelfawr", - "version": "9.5.1", + "version": "9.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gafaelfawr", - "version": "9.5.1", + "version": "9.6.0", "license": "MIT", "dependencies": { "date-fns": "^2.30.0", diff --git a/ui/package.json b/ui/package.json index d1d028b84..25b27c0e2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -2,7 +2,7 @@ "name": "gafaelfawr", "private": true, "description": "The user-facing UI for Gafaelfawr", - "version": "9.5.1", + "version": "9.6.0", "license": "MIT", "scripts": { "build": "gatsby build --prefix-paths",