Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
12 changes: 12 additions & 0 deletions backend/auth-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion backend/auth-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading