Skip to content

Commit 4e73449

Browse files
chore(main): release graph-proxy 0.1.16
1 parent 90f4827 commit 4e73449

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"+1": "0.0.0",
3-
"backend/graph-proxy": "0.1.15",
3+
"backend/graph-proxy": "0.1.16",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.3",
66
"+3": "0.0.0",

backend/graph-proxy/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.16](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.16) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** return error for unauthorized queries ([f05b2c5](https://github.com/DiamondLightSource/workflows/commit/f05b2c5121c5e1c10938b78b8667953a2bc22838))
9+
10+
11+
### Bug Fixes
12+
13+
* **graph-proxy:** failing CI due to missing docstring ([5788a70](https://github.com/DiamondLightSource/workflows/commit/5788a70b77f56ab892e926993274e5c34ef15f47))
14+
315
## [0.1.15](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.15) (2026-01-16)
416

517

backend/graph-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-proxy"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2021"
55
exclude = ["test-assets/"]
66
license-file = "../../LICENSE"

charts/graph-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: graph-proxy
33
description: A GraphQL proxy for the Argo Workflows Server
44
type: application
55
version: 0.2.29
6-
appVersion: 0.1.15
6+
appVersion: 0.1.16
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)