From da0682c0b50fb9fae55310ee2886dfee59850d1c Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:41:21 +0000 Subject: [PATCH] chore(main): release graph-proxy 0.1.19 --- .release-please-manifest.json | 2 +- backend/graph-proxy/CHANGELOG.md | 10 ++++++++++ backend/graph-proxy/Cargo.toml | 2 +- charts/graph-proxy/Chart.yaml | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc167a32e..d1948ae13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "+1": "0.0.0", - "backend/graph-proxy": "0.1.18", + "backend/graph-proxy": "0.1.19", "+2": "0.0.0", "backend/sessionspaces": "0.1.6", "+3": "0.0.0", diff --git a/backend/graph-proxy/CHANGELOG.md b/backend/graph-proxy/CHANGELOG.md index 63545fe95..25181012c 100644 --- a/backend/graph-proxy/CHANGELOG.md +++ b/backend/graph-proxy/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.19](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.18...graph-proxy@v0.1.19) (2026-06-09) + + +### Bug Fixes + +* **backend:** docstrings for graph-proxy and auth-core ([300d147](https://github.com/DiamondLightSource/workflows/commit/300d147a789aef3614261e1327e6ef82ab9e3f1c)) +* **backend:** remove duplicates in toml files ([1386df6](https://github.com/DiamondLightSource/workflows/commit/1386df69ad8bf62854e7a8bab30f03fa0e87024c)) +* **backend:** updated backend dependencies ([e124b23](https://github.com/DiamondLightSource/workflows/commit/e124b23ef1fe9322dce880d8efa3d9bb3b212437)) +* **graph-proxy:** subscriptions enforces authentication with AuthGuard ([a17a16f](https://github.com/DiamondLightSource/workflows/commit/a17a16f894b53fce6392c39d7d68c34cae4cc5c3)) + ## [0.1.18](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.17...graph-proxy@v0.1.18) (2026-04-28) diff --git a/backend/graph-proxy/Cargo.toml b/backend/graph-proxy/Cargo.toml index 45179295f..c050cf961 100644 --- a/backend/graph-proxy/Cargo.toml +++ b/backend/graph-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph-proxy" -version = "0.1.18" +version = "0.1.19" edition = "2021" exclude = ["test-assets/"] license-file = "../../LICENSE" diff --git a/charts/graph-proxy/Chart.yaml b/charts/graph-proxy/Chart.yaml index 71b21bbb2..dc18bfb4e 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.37 -appVersion: 0.1.17 +version: 0.2.38 +appVersion: 0.1.19 dependencies: - name: common version: 2.23.0