diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05df64dc7..3d04f2cc0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "+1": "0.0.0", "backend/graph-proxy": "0.2.2", "+2": "0.0.0", - "backend/sessionspaces": "0.1.7", + "backend/sessionspaces": "0.1.8", "backend/sessionspaces-controller": "0.1.2", "+3": "0.0.0", "frontend/dashboard": "0.1.18", diff --git a/backend/sessionspaces/CHANGELOG.md b/backend/sessionspaces/CHANGELOG.md index 59da89e76..137930225 100644 --- a/backend/sessionspaces/CHANGELOG.md +++ b/backend/sessionspaces/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.8](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.7...sessionspaces@v0.1.8) (2026-09-22) + + +### Features + +* **auth-gateway:** enable auth-gateway support for dashboard ([f227b36](https://github.com/DiamondLightSource/workflows/commit/f227b366bfee45eb77949ad104c43df26fc49144)) + + +### Bug Fixes + +* **sessionspaces:** remove matching on error status code ([26b90dd](https://github.com/DiamondLightSource/workflows/commit/26b90dd424c977bce4ab522fa2965b1919857855)) +* **ss-controller:** move common dep to workspace ([7e46979](https://github.com/DiamondLightSource/workflows/commit/7e469799cd2afd45c4d81325f7161ffa57c7e3ee)) + ## [0.1.7](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.6...sessionspaces@v0.1.7) (2026-07-02) diff --git a/backend/sessionspaces/Cargo.toml b/backend/sessionspaces/Cargo.toml index b47d0aeea..a16135f7c 100644 --- a/backend/sessionspaces/Cargo.toml +++ b/backend/sessionspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sessionspaces" -version = "0.1.7" +version = "0.1.8" edition = "2021" license-file = "../../LICENSE" diff --git a/charts/sessionspaces/Chart.yaml b/charts/sessionspaces/Chart.yaml index 2d8905bd5..e3138d128 100644 --- a/charts/sessionspaces/Chart.yaml +++ b/charts/sessionspaces/Chart.yaml @@ -3,7 +3,7 @@ name: sessionspaces description: Namespace controller for creating session namespaces type: application version: 0.3.33 -appVersion: 0.1.7 +appVersion: 0.1.8 dependencies: - name: common version: 2.23.0