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
Expand Up @@ -4,7 +4,7 @@
"helm/applications/posix-mapper": "0.6.0",
"helm/applications/science-portal": "1.2.1",
"helm/applications/sshd": "1.0.1",
"helm/applications/storage-ui": "0.9.0",
"helm/applications/storage-ui": "0.10.0",
"helm/applications/utils": "0.1.1",
"helm/applications/reg": "1.0.0",
"helm/common": "1.0.0"
Expand Down
20 changes: 20 additions & 0 deletions helm/applications/storage-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Storage User Interface Helm Chart (0.6.0)

## [0.10.0](https://github.com/opencadc/deployments/compare/storageui-0.9.0...storageui-0.10.0) (2026-07-17)


### Features

* chart updates to run in argo without base chart and provide fixes for security contexts ([040d7da](https://github.com/opencadc/deployments/commit/040d7da3ab1a6a7625aeb918f8a80e8378fff489))
* make storage spec configurable for sessions ([59ae459](https://github.com/opencadc/deployments/commit/59ae459e22343a8dfd759be3870df1d25b1c7917))


### Bug Fixes

* final version ([60a827b](https://github.com/opencadc/deployments/commit/60a827b25749881f460b896dd6173ed04f82d964))
* first pass at chart changes to accommodate tools like argo ([0a37271](https://github.com/opencadc/deployments/commit/0a372718c929685b4eb1285bac394a020d3e1454))
* fix for precommit ([a4fe413](https://github.com/opencadc/deployments/commit/a4fe4133f163eb44b2270b45b389554e7ff0c850))
* merge main ([736886b](https://github.com/opencadc/deployments/commit/736886bf662a18078e7e3eb9466ceaab54edf6d7))
* pull client secret from kube secret ([cd33689](https://github.com/opencadc/deployments/commit/cd33689a42633404889a5f50ca8ce522afc29edb))
* secret fix ([31ded6b](https://github.com/opencadc/deployments/commit/31ded6b262bb2490e35d52d1b14eba2674019808))
* support logo url in storage ui ([a8fa2c5](https://github.com/opencadc/deployments/commit/a8fa2c5533a6f2fa6df502c163d701cd3c777b55))
* update storage ui chart version ([2bb9486](https://github.com/opencadc/deployments/commit/2bb9486a94ca4b115b9c1157f62ec09b33e951df))

## [0.9.0](https://github.com/opencadc/deployments/compare/storageui-0.8.0...storageui-0.9.0) (2026-01-30)


Expand Down