Skip to content

Commit 241a5b4

Browse files
chore(main): release graph-proxy 0.1.12
1 parent 218bd82 commit 241a5b4

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"+1": "0.0.0",
3-
"backend/graph-proxy": "0.1.11",
3+
"backend/graph-proxy": "0.1.12",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.3",
66
"+3": "0.0.0",

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/graph-proxy/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.12](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.12) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* **auth-daemon:** router and CLI configuration ([73d0a78](https://github.com/DiamondLightSource/workflows/commit/73d0a78efbcea8f1054e5969f8c8a01341334a9b))
9+
* **graph-proxy:** add logs subscription ([7824edd](https://github.com/DiamondLightSource/workflows/commit/7824edd4446c12a8b0829e7c60cf0a0e1953bf5f))
10+
* **graph-proxy:** add workflow creator to graph ([218bd82](https://github.com/DiamondLightSource/workflows/commit/218bd82c2b66ff819b962fe2cef3e37cf5e7ede4))
11+
312
## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.11) (2025-09-15)
413

514

backend/graph-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-proxy"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
exclude = ["test-assets/"]
66
license-file = "../../LICENSE"

charts/graph-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: graph-proxy
33
description: A GraphQL proxy for the Argo Workflows Server
44
type: application
5-
version: 0.2.23
6-
appVersion: 0.1.11
5+
version: 0.2.24
6+
appVersion: 0.1.12
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)