From 8f799053fe95110fcc2b42480b3320918de3c0ed Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:03:36 +0000 Subject: [PATCH] chore(main): release graph-proxy 0.2.0 --- .release-please-manifest.json | 2 +- backend/graph-proxy/CHANGELOG.md | 18 ++++++++++++++++++ backend/graph-proxy/Cargo.toml | 2 +- charts/graph-proxy/Chart.yaml | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b78d8bf7..d92a30531 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "+1": "0.0.0", - "backend/graph-proxy": "0.1.21", + "backend/graph-proxy": "0.2.0", "+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 dd81af54c..ce046dba4 100644 --- a/backend/graph-proxy/CHANGELOG.md +++ b/backend/graph-proxy/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.21...graph-proxy@v0.2.0) (2026-08-27) + + +### ⚠ BREAKING CHANGES + +* **graph-proxy:** change type of visit argument to Visit object + +### Features + +* **graph-proxy:** add mutations to delete and toggle triggers ([02b81d9](https://github.com/DiamondLightSource/workflows/commit/02b81d988f85d6e67ff775fd832cf078069f21b6)) +* **graph-proxy:** added function to strip directives and remmoved extra comments ([07cb0f1](https://github.com/DiamondLightSource/workflows/commit/07cb0f1dd4c54cb7ff8d6eb20aeece158c98acc0)) +* **graph-proxy:** allow toggle for graph to be federated or not ([ba1eaa2](https://github.com/DiamondLightSource/workflows/commit/ba1eaa27144d58ca3b3464f316b5b2a90df774d8)) + + +### Bug Fixes + +* **graph-proxy:** change type of visit argument to Visit object ([9797cbf](https://github.com/DiamondLightSource/workflows/commit/9797cbfd02df9ff3a27ede7871e6ff68a60e8361)) + ## [0.1.21](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.20...graph-proxy@v0.1.21) (2026-07-27) diff --git a/backend/graph-proxy/Cargo.toml b/backend/graph-proxy/Cargo.toml index fa25b7556..beff8e9ec 100644 --- a/backend/graph-proxy/Cargo.toml +++ b/backend/graph-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph-proxy" -version = "0.1.21" +version = "0.2.0" edition = "2021" exclude = ["test-assets/"] license-file = "../../LICENSE" diff --git a/charts/graph-proxy/Chart.yaml b/charts/graph-proxy/Chart.yaml index 5a7a41443..7e8928c22 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.43 -appVersion: 0.1.21 +version: 0.2.44 +appVersion: 0.2.0 dependencies: - name: common version: 2.23.0