Skip to content
Open
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.13",
"+2": "0.0.0",
"backend/sessionspaces": "0.1.3",
"backend/sessionspaces": "0.1.4",
"+3": "0.0.0",
"frontend/dashboard": "0.1.10",
"+4": "0.0.0",
Expand Down
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.4](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.3...sessionspaces@v0.1.4) (2025-12-17)


### Features

* added required documentation for sessionspaces linting ([12c7ce5](https://github.com/DiamondLightSource/workflows/commit/12c7ce53183d3824368b53e9faba841fa56011ec))

## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.2...sessionspaces@v0.1.3) (2025-10-07)


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.3"
version = "0.1.4"
edition = "2021"
license-file = "../../LICENSE"

Expand Down
2 changes: 1 addition & 1 deletion charts/sessionspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sessionspaces
description: Namespace controller for creating session namespaces
type: application
version: 0.3.17
appVersion: 0.1.3
appVersion: 0.1.4
dependencies:
- name: common
version: 2.23.0
Expand Down
Loading