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 @@ -2,7 +2,7 @@
"helm/applications/base": "0.4.1",
"helm/applications/cavern": "0.7.1",
"helm/applications/posix-mapper": "0.5.0",
"helm/applications/science-portal": "1.0.0",
"helm/applications/science-portal": "1.1.0",
"helm/applications/skaha": "1.0.4",
"helm/applications/sshd": "1.0.1",
"helm/applications/storage-ui": "0.7.0",
Expand Down
31 changes: 31 additions & 0 deletions helm/applications/science-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# CHANGELOG for Science Portal UI (Chart 1.0.0)

## [1.1.0](https://github.com/opencadc/deployments/compare/scienceportal-1.0.0...scienceportal-1.1.0) (2025-10-10)


### Features

* add limit range configuration and update docs ([4eaf993](https://github.com/opencadc/deployments/commit/4eaf993b33da03033d6fa83638791fea61d3b088))
* add tolerations to apis and uis to allow fine grained node deployment ([a2ba229](https://github.com/opencadc/deployments/commit/a2ba2291ffc4cbb41cf47b0d6f1376c8ec64d3d7))
* new portal update for storage info ([386a4b7](https://github.com/opencadc/deployments/commit/386a4b738bf8e87bccdf5d52e458bd679520f87c))
* new portal update for storage info ([9a5f081](https://github.com/opencadc/deployments/commit/9a5f08103aaa6821f18e718536880c26cbb1d10a))
* support pod security context ([0b1cb74](https://github.com/opencadc/deployments/commit/0b1cb7490c93bc66f7df37dd7a82ff1ae2c9b4a3))
* use release namespace ([16cc82a](https://github.com/opencadc/deployments/commit/16cc82aff143a13e5913d27e53d9d33195b5caec))


### Bug Fixes

* add redis updates for cve fix and skaha limit range object ([e8c02c0](https://github.com/opencadc/deployments/commit/e8c02c0e780d7eeebceed6c237e409d5fc84dba5))
* add science portal chart ([19cec86](https://github.com/opencadc/deployments/commit/19cec867d09b0fc62829234fc499e3580f62d33b))
* add science portal chart ([ab1d891](https://github.com/opencadc/deployments/commit/ab1d8915b1ffaa3f2ca119d0e92abec605049462))
* add storage ui chart with security fixes ([9d3af7c](https://github.com/opencadc/deployments/commit/9d3af7c8b1ff197adfade1615a7b0fc1868dbdff))
* add storage ui chart with security fixes ([016f3cc](https://github.com/opencadc/deployments/commit/016f3cced6d4925f5fddbb7f581d96a459ba4765))
* add timeouts to kill warnings ([9658a11](https://github.com/opencadc/deployments/commit/9658a117bafefcb41f56e3f5ed2c97515e3339be))
* disable specific experimental features ([33586a6](https://github.com/opencadc/deployments/commit/33586a676b80696dcd89c75cd09b1e002e3b8c82))
* documentation link updates ([70411d8](https://github.com/opencadc/deployments/commit/70411d8afdc2382bbf81663da3f65465417f7873))
* documentation link updates ([7264452](https://github.com/opencadc/deployments/commit/72644529e631bdb97efd86926f99812b2eaa477c))
* fix for helm versions ([543bd8e](https://github.com/opencadc/deployments/commit/543bd8ee065b4ed07c37108c2efdc0faf54babbb))
* properly set the experimental feature if configured ([f9843a2](https://github.com/opencadc/deployments/commit/f9843a22c6f7d69e1f9c001643ccd9834aad8f5b))
* specific experimental feature settings ([223f48b](https://github.com/opencadc/deployments/commit/223f48b771732c3f0147a493b92f294be3035d69))
* use proper indent ([86fe85a](https://github.com/opencadc/deployments/commit/86fe85a95eab9615085104d9ae16c4882d79e6af))
* version revert to remove accidentally released portal change and fix client secret setting ([73f9639](https://github.com/opencadc/deployments/commit/73f96398de23d1f3363f462b71f1d7399a8b33a6))
* version revert to remove accidentally released portal change and… ([ce78285](https://github.com/opencadc/deployments/commit/ce782855d1e1100a73fc1d116e5b867d7f78e737))

## 2025.09.09 (1.0.0)
- Official release
- Add Cavern portal information
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/science-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0

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