diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8bcc1275a..05df64dc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -17,6 +17,6 @@ "workflows-cli": "0.1.1", "+8": "0.0.0", "backend/identity-mapper": "0.1.1", - "backend/auth-gateway": "0.1.1", + "backend/auth-gateway": "0.1.2", "backend/auth-broker": "0.1.0" } diff --git a/backend/auth-gateway/CHANGELOG.md b/backend/auth-gateway/CHANGELOG.md index 101b7ea34..fcd4a378b 100644 --- a/backend/auth-gateway/CHANGELOG.md +++ b/backend/auth-gateway/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.1...auth-gateway@v0.1.2) (2026-09-21) + + +### Features + +* **auth-gateway:** add option to set cookies to lax ([2f42078](https://github.com/DiamondLightSource/workflows/commit/2f42078c35538378acd4904a95851d84f195ea6a)) + + +### Bug Fixes + +* **auth-gateway:** session read now resets session inactivity timeout in auth-gateway ([fb1e3b0](https://github.com/DiamondLightSource/workflows/commit/fb1e3b010168a85096691bd3ec6257059cab8544)) + ## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.0...auth-gateway@v0.1.1) (2026-08-20) diff --git a/backend/auth-gateway/Cargo.toml b/backend/auth-gateway/Cargo.toml index c2f09c54e..382077473 100644 --- a/backend/auth-gateway/Cargo.toml +++ b/backend/auth-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auth-gateway" -version = "0.1.1" +version = "0.1.2" edition = "2024" default-run = "auth-gateway" license-file = "../../LICENSE" diff --git a/charts/dashboard/Chart.yaml b/charts/dashboard/Chart.yaml index 86015d5b4..0e982ea74 100644 --- a/charts/dashboard/Chart.yaml +++ b/charts/dashboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: dashboard description: A dashboard for Diamond workflows type: application -version: 0.3.35 +version: 0.3.36 appVersion: 0.1.18 dependencies: - name: common diff --git a/charts/dashboard/values.yaml b/charts/dashboard/values.yaml index cdaa725da..5185374e6 100644 --- a/charts/dashboard/values.yaml +++ b/charts/dashboard/values.yaml @@ -77,7 +77,7 @@ authGateway: image: registry: ghcr.io repository: diamondlightsource/workflows-auth-gateway - tag: "0.1.1" + tag: "0.1.2" pullPolicy: IfNotPresent pullSecrets: [] graphUrl: https://workflows.diamond.ac.uk/graphql