From d95bd08618f3ccfd35eda88c534c67f853cbaaff Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 07:36:25 +0000 Subject: [PATCH] chore(main): release graph-proxy 0.2.3 --- .release-please-manifest.json | 2 +- backend/graph-proxy/CHANGELOG.md | 14 ++++++++++++++ backend/graph-proxy/Cargo.toml | 2 +- charts/graph-proxy/Chart.yaml | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05df64dc7..ddc98d895 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "+1": "0.0.0", - "backend/graph-proxy": "0.2.2", + "backend/graph-proxy": "0.2.3", "+2": "0.0.0", "backend/sessionspaces": "0.1.7", "backend/sessionspaces-controller": "0.1.2", diff --git a/backend/graph-proxy/CHANGELOG.md b/backend/graph-proxy/CHANGELOG.md index 6f18a613d..1c894ae6a 100644 --- a/backend/graph-proxy/CHANGELOG.md +++ b/backend/graph-proxy/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.3](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.2.2...graph-proxy@v0.2.3) (2026-09-22) + + +### Features + +* **graph-proxy:** add creator field to trigger query ([9ed919c](https://github.com/DiamondLightSource/workflows/commit/9ed919c234835936e1cd250c69aa2577947dd834)) +* **graph-proxy:** make events-namespaced triggers deleteable ([2756737](https://github.com/DiamondLightSource/workflows/commit/2756737e7ef0f2b037ca0370f2556e4f3282385f)) +* **graph-proxy:** remove posix uid check for trigger query ([bcbf1bb](https://github.com/DiamondLightSource/workflows/commit/bcbf1bb54454381ff83136e3e23e0be37f8f43ff)) + + +### Bug Fixes + +* msg for tasks without a log ([885ae85](https://github.com/DiamondLightSource/workflows/commit/885ae858920603be9868fe6808765de5d2fa86e0)) + ## [0.2.2](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.2.1...graph-proxy@v0.2.2) (2026-09-14) diff --git a/backend/graph-proxy/Cargo.toml b/backend/graph-proxy/Cargo.toml index e86473a82..bc55898d3 100644 --- a/backend/graph-proxy/Cargo.toml +++ b/backend/graph-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph-proxy" -version = "0.2.2" +version = "0.2.3" edition = "2021" exclude = ["test-assets/"] license-file = "../../LICENSE" diff --git a/charts/graph-proxy/Chart.yaml b/charts/graph-proxy/Chart.yaml index f235af700..959acd3c5 100644 --- a/charts/graph-proxy/Chart.yaml +++ b/charts/graph-proxy/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: graph-proxy description: A GraphQL proxy for the Argo Workflows Server type: application -version: 0.2.47 -appVersion: 0.2.2 +version: 0.2.48 +appVersion: 0.2.3 dependencies: - name: common version: 2.23.0