Skip to content

Commit

Permalink
chore(main): release sessionspaces 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dls-release-please[bot] authored Feb 14, 2025
1 parent 9192d5e commit 0b38b6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
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.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",
Expand Down
11 changes: 11 additions & 0 deletions backend/sessionspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/[email protected]) (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))
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.0"
version = "0.1.1"
edition = "2021"
license-file = "../../LICENSE"

Expand Down
3 changes: 1 addition & 2 deletions charts/sessionspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b38b6f

Please sign in to comment.