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 @@ -2,7 +2,7 @@
"+1": "0.0.0",
"backend/graph-proxy": "0.1.18",
"+2": "0.0.0",
"backend/sessionspaces": "0.1.4",
"backend/sessionspaces": "0.1.5",
"+3": "0.0.0",
"frontend/dashboard": "0.1.12",
"+4": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions backend/sessionspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.4...sessionspaces@v0.1.5) (2026-04-30)


### Bug Fixes

* **sessionspaces:** add p51_staff group to sessionspaces ([47f4f3f](https://github.com/DiamondLightSource/workflows/commit/47f4f3fb6f9bb3c52d166604bf67d81bbe333d7b))

## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.3...sessionspaces@v0.1.4) (2026-04-29)


Expand Down
2 changes: 1 addition & 1 deletion backend/sessionspaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sessionspaces"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license-file = "../../LICENSE"

Expand Down
4 changes: 2 additions & 2 deletions charts/sessionspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sessionspaces
description: Namespace controller for creating session namespaces
type: application
version: 0.3.22
appVersion: 0.1.4
version: 0.3.23
appVersion: 0.1.5
dependencies:
- name: common
version: 2.23.0
Expand Down
Loading