Skip to content

Commit 1bfee5a

Browse files
chore(main): release storageui 0.8.0
1 parent 74ee5b5 commit 1bfee5a

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"helm/applications/science-portal": "1.0.0",
66
"helm/applications/skaha": "1.0.4",
77
"helm/applications/sshd": "1.0.1",
8-
"helm/applications/storage-ui": "0.7.0",
8+
"helm/applications/storage-ui": "0.8.0",
99
"helm/applications/utils": "0.1.0",
1010
"helm/common": "1.0.0"
1111
}

helm/applications/storage-ui/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Storage User Interface Helm Chart (0.6.0)
22

3+
## [0.8.0](https://github.com/opencadc/deployments/compare/storageui-0.7.0...storageui-0.8.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* add tolerations to apis and uis to allow fine grained node deployment ([a2ba229](https://github.com/opencadc/deployments/commit/a2ba2291ffc4cbb41cf47b0d6f1376c8ec64d3d7))
9+
* allow configuration of manage group links ([d2a4288](https://github.com/opencadc/deployments/commit/d2a4288318b66244484ab3195cace659ffc38f41))
10+
* allow setting images for those defaulting to docker io ([da0d2e7](https://github.com/opencadc/deployments/commit/da0d2e7fbcf90639adc83a47b0517de827929399))
11+
* allow setting images for those defaulting to docker io ([97574c2](https://github.com/opencadc/deployments/commit/97574c274c1bf459951d21edbcf539a0abfe0398))
12+
13+
14+
### Bug Fixes
15+
16+
* add storage ui chart with security fixes ([9d3af7c](https://github.com/opencadc/deployments/commit/9d3af7c8b1ff197adfade1615a7b0fc1868dbdff))
17+
* add storage ui chart with security fixes ([016f3cc](https://github.com/opencadc/deployments/commit/016f3cced6d4925f5fddbb7f581d96a459ba4765))
18+
* fix duplicate entries ([9dc019f](https://github.com/opencadc/deployments/commit/9dc019f5067c59053b87724313b80e18fdc9ab12))
19+
* fix duplicate entries ([eba5822](https://github.com/opencadc/deployments/commit/eba5822eaf3004dae69dfe0612bc9b8e8e1a619d))
20+
* fix release namespace storage ui chart ([76f7181](https://github.com/opencadc/deployments/commit/76f71813003cb95a89de3332f59a1387068dbee0))
21+
* update version for vulnerability fix ([9b2c7e4](https://github.com/opencadc/deployments/commit/9b2c7e44de3390a1c5c5215cce4202b4b588ee8a))
22+
323
## 2025.05.20 (0.6.0)
424
- Add configuration for Manage Groups link
525
- Deal with vulnerability in JSON library
@@ -28,4 +48,4 @@
2848

2949
## January 12, 2024 (0.1.3)
3050
* OpenID Connect compliant with Authorization Code flow
31-
* Feature flag to disable some features (Batch download/upload, ZIP Download, Create External Links, Supports Paginated downloads)
51+
* Feature flag to disable some features (Batch download/upload, ZIP Download, Create External Links, Supports Paginated downloads)

helm/applications/storage-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.7.0
18+
version: 0.8.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)