Skip to content

Commit 7d03c9e

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release graph-proxy 0.1.5
1 parent 219ff0b commit 7d03c9e

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-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.4",
3+
"backend/graph-proxy": "0.1.5",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.2",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.5) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** add node type ([db6906d](https://github.com/DiamondLightSource/workflows/commit/db6906d9a7747a0c3a48a29e29c5dd765385eb38))
9+
* **graph-proxy:** add options to ui schema ([f9ad40c](https://github.com/DiamondLightSource/workflows/commit/f9ad40cb742deb9a81c5ad7465206213c6a9babd))
10+
11+
12+
### Bug Fixes
13+
14+
* **graph-proxy:** increase limit for workflow templates ([d43d2e8](https://github.com/DiamondLightSource/workflows/commit/d43d2e8e88d677c87720612162184dbbd0ad9f16))
15+
316
## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.4) (2025-05-19)
417

518

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.4"
3+
version = "0.1.5"
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.12
6-
appVersion: 0.1.4
5+
version: 0.2.13
6+
appVersion: 0.1.5
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)