From 517e8b59c49f8f8eefb4899de15626f42d14aa3b Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 07:03:03 +0000 Subject: [PATCH] chore(main): release graph-proxy 0.1.20 --- .release-please-manifest.json | 2 +- backend/graph-proxy/CHANGELOG.md | 7 +++++++ backend/graph-proxy/Cargo.toml | 2 +- charts/graph-proxy/Chart.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb827ee3b..68e9e2188 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "+1": "0.0.0", - "backend/graph-proxy": "0.1.19", + "backend/graph-proxy": "0.1.20", "+2": "0.0.0", "backend/sessionspaces": "0.1.7", "+3": "0.0.0", diff --git a/backend/graph-proxy/CHANGELOG.md b/backend/graph-proxy/CHANGELOG.md index 25181012c..3c45d6e42 100644 --- a/backend/graph-proxy/CHANGELOG.md +++ b/backend/graph-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.20](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.19...graph-proxy@v0.1.20) (2026-07-03) + + +### Features + +* **graph-proxy:** add workflowById field ([e761aea](https://github.com/DiamondLightSource/workflows/commit/e761aea32e03041c180d9a6ee5a2adcc835364b7)) + ## [0.1.19](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.18...graph-proxy@v0.1.19) (2026-06-09) diff --git a/backend/graph-proxy/Cargo.toml b/backend/graph-proxy/Cargo.toml index c050cf961..c84466fb2 100644 --- a/backend/graph-proxy/Cargo.toml +++ b/backend/graph-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph-proxy" -version = "0.1.19" +version = "0.1.20" edition = "2021" exclude = ["test-assets/"] license-file = "../../LICENSE" diff --git a/charts/graph-proxy/Chart.yaml b/charts/graph-proxy/Chart.yaml index dc18bfb4e..175062d35 100644 --- a/charts/graph-proxy/Chart.yaml +++ b/charts/graph-proxy/Chart.yaml @@ -3,7 +3,7 @@ name: graph-proxy description: A GraphQL proxy for the Argo Workflows Server type: application version: 0.2.38 -appVersion: 0.1.19 +appVersion: 0.1.20 dependencies: - name: common version: 2.23.0