Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions backend/graph-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-28)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion backend/graph-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-proxy"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
exclude = ["test-assets/"]
license-file = "../../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading