From d6486f7cc713768c1a99a7eedb77793c79f74c24 Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:12:19 +0000 Subject: [PATCH] chore(main): release graph-proxy 0.1.16 --- .release-please-manifest.json | 2 +- backend/graph-proxy/CHANGELOG.md | 12 ++++++++++++ backend/graph-proxy/Cargo.toml | 2 +- charts/graph-proxy/Chart.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b2e10896..b8822ee3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "+1": "0.0.0", - "backend/graph-proxy": "0.1.15", + "backend/graph-proxy": "0.1.16", "+2": "0.0.0", "backend/sessionspaces": "0.1.3", "+3": "0.0.0", diff --git a/backend/graph-proxy/CHANGELOG.md b/backend/graph-proxy/CHANGELOG.md index 98e52c0fc..756e22cb7 100644 --- a/backend/graph-proxy/CHANGELOG.md +++ b/backend/graph-proxy/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.16](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.15...graph-proxy@v0.1.16) (2026-01-29) + + +### Features + +* **graph-proxy:** return error for unauthorized queries ([f05b2c5](https://github.com/DiamondLightSource/workflows/commit/f05b2c5121c5e1c10938b78b8667953a2bc22838)) + + +### Bug Fixes + +* **graph-proxy:** failing CI due to missing docstring ([5788a70](https://github.com/DiamondLightSource/workflows/commit/5788a70b77f56ab892e926993274e5c34ef15f47)) + ## [0.1.15](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.14...graph-proxy@v0.1.15) (2026-01-16) diff --git a/backend/graph-proxy/Cargo.toml b/backend/graph-proxy/Cargo.toml index 668b74ffb..665deb2cf 100644 --- a/backend/graph-proxy/Cargo.toml +++ b/backend/graph-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graph-proxy" -version = "0.1.15" +version = "0.1.16" edition = "2021" exclude = ["test-assets/"] license-file = "../../LICENSE" diff --git a/charts/graph-proxy/Chart.yaml b/charts/graph-proxy/Chart.yaml index ae4e46c46..1ece7ae32 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.29 -appVersion: 0.1.15 +appVersion: 0.1.16 dependencies: - name: common version: 2.23.0