From 2c1565bfed519ba896b8dc0abf3fb6bde33445e5 Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:07:16 +0000 Subject: [PATCH] chore(main): release auth-gateway 0.1.1 --- .release-please-manifest.json | 2 +- backend/auth-gateway/CHANGELOG.md | 7 +++++++ backend/auth-gateway/Cargo.toml | 2 +- charts/dashboard/staging-values.yaml | 5 ++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06301b4ea..c17741ee9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,5 +16,5 @@ "+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" } diff --git a/backend/auth-gateway/CHANGELOG.md b/backend/auth-gateway/CHANGELOG.md index bdee48ca2..758721789 100644 --- a/backend/auth-gateway/CHANGELOG.md +++ b/backend/auth-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.0...auth-gateway@v0.1.1) (2026-07-27) + + +### Features + +* **auth-broker:** implement auth-broker package ([92e14bf](https://github.com/DiamondLightSource/workflows/commit/92e14bf1c0534dce7e45ab15ff9653d131066909)) + ## 0.1.0 (2026-07-09) diff --git a/backend/auth-gateway/Cargo.toml b/backend/auth-gateway/Cargo.toml index b0f6bfec4..a12bd9e87 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 85ddf8957..f5c01b362 100644 --- a/charts/dashboard/staging-values.yaml +++ b/charts/dashboard/staging-values.yaml @@ -6,9 +6,8 @@ configuration: graphUrl: https://staging.workflows.diamond.ac.uk/api graphWsUrl: wss://staging.workflows.diamond.ac.uk/api/ws sourceDir: /usr/share/nginx/html - useAuthGateway: "true" + useAuthGateway: 'true' authGatewayLoginUrl: https://staging.workflows.diamond.ac.uk/auth/login - ingress: hosts: - host: staging.workflows.diamond.ac.uk @@ -36,7 +35,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: []