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",
"charts/apps": "0.3.1",
"charts/apps": "0.3.2",
"+2": "0.0.0",
"charts/graph": "0.13.0",
"+3": "0.0.0",
Expand Down
12 changes: 12 additions & 0 deletions charts/apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.2](https://github.com/DiamondLightSource/graph-federation/compare/apps@v0.3.1...apps@v0.3.2) (2026-04-29)


### Features

* migrate to identity auth ([ad5c386](https://github.com/DiamondLightSource/graph-federation/commit/ad5c386c33c7d5292ec68943e184a592ed4f86cb))


### Bug Fixes

* correct posix-uid scope ([f6f20f8](https://github.com/DiamondLightSource/graph-federation/commit/f6f20f87678f0139e474f9c94a69cde36616c54b))

## [0.3.1](https://github.com/DiamondLightSource/graph-federation/compare/apps@v0.3.0...apps@v0.3.1) (2026-03-18)


Expand Down
2 changes: 1 addition & 1 deletion charts/apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: graph
description: ArgoCD Apps used to deploy the Graph
type: application
version: 0.3.1
version: 0.3.2
Loading