From 2fe792b7aedd4047e441f2066afbb3d9ed8c36b0 Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:50:22 +0000 Subject: [PATCH] chore(main): release auth-gateway 0.1.1 --- .release-please-manifest.json | 2 +- backend/auth-gateway/CHANGELOG.md | 8 ++++++++ backend/auth-gateway/Cargo.toml | 2 +- charts/dashboard/staging-values.yaml | 5 ++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6537314bb..d4e914209 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,6 +16,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..b3bf69e0a 100644 --- a/backend/auth-gateway/CHANGELOG.md +++ b/backend/auth-gateway/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.0...auth-gateway@v0.1.1) (2026-08-14) + + +### Features + +* **auth-broker:** implement auth-broker package ([92e14bf](https://github.com/DiamondLightSource/workflows/commit/92e14bf1c0534dce7e45ab15ff9653d131066909)) +* **auth-gateway:** added non cors route for status ([c238974](https://github.com/DiamondLightSource/workflows/commit/c2389747e810a194abbb2efaffb36140ed033bff)) + ## 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 5dc7ba615..8afb47b3e 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 - 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: []