From e24ec6431b1f380d83cba0680fa890db3a56fb5f Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:13:52 +0000 Subject: [PATCH] chore(main): release auth-gateway 0.1.1 --- .release-please-manifest.json | 2 +- backend/auth-gateway/CHANGELOG.md | 15 +++++++++++++++ backend/auth-gateway/Cargo.toml | 2 +- charts/dashboard/staging-values.yaml | 3 +-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00a77b934..ed9ca6eb9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -17,6 +17,6 @@ "+8": "0.0.0", "backend/auth-daemon": "0.1.0", "backend/identity-mapper": "0.1.1", - "backend/auth-gateway": "0.1.0", + "backend/auth-gateway": "0.1.1", "backend/auth-broker": "0.1.0" } diff --git a/backend/auth-gateway/CHANGELOG.md b/backend/auth-gateway/CHANGELOG.md index bdee48ca2..101b7ea34 100644 --- a/backend/auth-gateway/CHANGELOG.md +++ b/backend/auth-gateway/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.0...auth-gateway@v0.1.1) (2026-08-20) + + +### Features + +* **auth-broker:** implement auth-broker package ([92e14bf](https://github.com/DiamondLightSource/workflows/commit/92e14bf1c0534dce7e45ab15ff9653d131066909)) +* **auth-gateway:** add auth/me endpoint ([8337512](https://github.com/DiamondLightSource/workflows/commit/833751277452f7bdd0d10cb7c5f2b6a99a66433f)) +* **auth-gateway:** added non cors route for status ([c238974](https://github.com/DiamondLightSource/workflows/commit/c2389747e810a194abbb2efaffb36140ed033bff)) +* **auth-gateway:** enable secure cookies by default ([b41054d](https://github.com/DiamondLightSource/workflows/commit/b41054d0e921df06889b241ccd0fd069d0de8557)) + + +### Bug Fixes + +* **auth-gateway:** prevent open redirects after login ([a523a90](https://github.com/DiamondLightSource/workflows/commit/a523a90b76a071b7d2743b2baaf0b8d22bf6ec2d)) + ## 0.1.0 (2026-07-09) diff --git a/backend/auth-gateway/Cargo.toml b/backend/auth-gateway/Cargo.toml index 2c4366158..b11e70835 100644 --- a/backend/auth-gateway/Cargo.toml +++ b/backend/auth-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auth-gateway" -version = "0.1.0" +version = "0.1.1" edition = "2024" default-run = "auth-gateway" license-file = "../../LICENSE" diff --git a/charts/dashboard/staging-values.yaml b/charts/dashboard/staging-values.yaml index de7f6bc6c..f84b45ee0 100644 --- a/charts/dashboard/staging-values.yaml +++ b/charts/dashboard/staging-values.yaml @@ -9,7 +9,6 @@ configuration: useAuthGateway: "true" authGatewayLoginUrl: https://staging.workflows.diamond.ac.uk/auth logoutUrl: https://staging.workflows.diamond.ac.uk/auth/logout - ingress: hosts: - host: staging.workflows.diamond.ac.uk @@ -37,7 +36,7 @@ authGateway: image: registry: ghcr.io repository: diamondlightsource/workflows-auth-gateway - tag: 0.1.0 + tag: 0.1.1 digest: sha256:61fbf15f304ac13a5e8f1a24a65c1f53adae60d20142ff8d88da4510b5a4e9cf pullPolicy: IfNotPresent pullSecrets: []