From 34ffd044e7f352cde82b7105d150af1556710176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88ivi=20Suomela?= Date: Thu, 16 Oct 2025 11:11:46 +0100 Subject: [PATCH 1/2] update to hydra v2 for the default auth url in deploy script --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22c40ef0f..d626d0c5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ on: type: string react_app_authentication_url: required: false - default: "https://staging-auth-v1.raspberrypi.org" + default: "https://staging-auth-v2.raspberrypi.org" type: string react_app_base_url: required: false From 97ae5c09f076e41e6f649b0fddcae7fe1eb70581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88ivi=20Suomela?= Date: Thu, 16 Oct 2025 14:24:12 +0100 Subject: [PATCH 2/2] meaningful changelog update. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3131bef..5acc9b0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).