From 50348eb9ff1136855339e5a4435c288d24fd0e56 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 19 Nov 2024 17:20:21 -0800 Subject: [PATCH] Update Gafaelfawr to 12.1.1 Update the Gafaelfawr relesae to 12.1.1, which fixes doubled slashes in the OpenID Connect configuration endpoint. Note that this version of Gafaelfawr no longer supports direct upgrades from versions prior to 10.0.0. Upgrade to an earlier version first, complete the schema migration, and then upgrade to the latest version. --- applications/gafaelfawr/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/gafaelfawr/Chart.yaml b/applications/gafaelfawr/Chart.yaml index 0b6a7b9af0..c2b7e19a1e 100644 --- a/applications/gafaelfawr/Chart.yaml +++ b/applications/gafaelfawr/Chart.yaml @@ -5,7 +5,7 @@ description: "Authentication and identity system" home: "https://gafaelfawr.lsst.io/" sources: - "https://github.com/lsst-sqre/gafaelfawr" -appVersion: 12.1.0 +appVersion: 12.1.1 dependencies: - name: "redis"