diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3693a8cc..b0aba2bb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "+1": "0.0.0", "backend/graph-proxy": "0.1.0", "+2": "0.0.0", - "backend/sessionspaces": "0.1.0", + "backend/sessionspaces": "0.1.1", "+3": "0.0.0", "frontend/dashboard": "0.1.0", "+4": "0.0.0", diff --git a/backend/sessionspaces/CHANGELOG.md b/backend/sessionspaces/CHANGELOG.md new file mode 100644 index 00000000..f8d761e6 --- /dev/null +++ b/backend/sessionspaces/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/sessionspaces-v0.1.0...sessionspaces@v0.1.1) (2025-02-14) + + +### Bug Fixes + +* **backend:** move common dependencies to workspace ([20f8058](https://github.com/DiamondLightSource/workflows/commit/20f8058d311c12a7f4582f2833f5944a697bb1a5)) +* **sessionspaces:** move to backend dir ([903819a](https://github.com/DiamondLightSource/workflows/commit/903819ad185a543a681d6238accd70f0682b6827)) +* **sessionspaces:** update Dockerfile ([9d3d267](https://github.com/DiamondLightSource/workflows/commit/9d3d267d5f3faf884ea6db5a112fcacb480f8833)) +* **sessionspaces:** use telemetry library ([b523f51](https://github.com/DiamondLightSource/workflows/commit/b523f5175212720ec8ed46ab43fe66cb9b6da55f)) diff --git a/backend/sessionspaces/Cargo.toml b/backend/sessionspaces/Cargo.toml index 7d222559..520efcda 100644 --- a/backend/sessionspaces/Cargo.toml +++ b/backend/sessionspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sessionspaces" -version = "0.1.0" +version = "0.1.1" edition = "2021" license-file = "../../LICENSE" diff --git a/charts/sessionspaces/Chart.yaml b/charts/sessionspaces/Chart.yaml index f96e853f..fcbdeef3 100644 --- a/charts/sessionspaces/Chart.yaml +++ b/charts/sessionspaces/Chart.yaml @@ -2,9 +2,8 @@ apiVersion: v2 name: sessionspaces description: Namespace controller for creating session namespaces type: application - version: 0.3.5 -appVersion: 0.1.0-rc25 +appVersion: 0.1.1 dependencies: - name: common version: 2.23.0