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 @@
{
"helm/applications/base": "0.4.1",
"helm/applications/cavern": "0.7.1",
"helm/applications/cavern": "0.8.0",
"helm/applications/posix-mapper": "0.5.0",
"helm/applications/science-portal": "1.0.0",
"helm/applications/skaha": "1.0.4",
Expand Down
33 changes: 33 additions & 0 deletions helm/applications/cavern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# CHANGELOG for Cavern User Storage (Chart 0.7.1)

## [0.8.0](https://github.com/opencadc/deployments/compare/cavern-0.7.1...cavern-0.8.0) (2025-10-10)


### Features

* add readiness and liveness probes ([f777987](https://github.com/opencadc/deployments/commit/f7779874164faec536368b8871a5eb2438cd2fef))
* add support for oidc user allocation through cavern api ([0544710](https://github.com/opencadc/deployments/commit/0544710a6b0978da21448cbe401832bc14beff9a))
* add support for oidc user allocation through cavern api ([8bc17e3](https://github.com/opencadc/deployments/commit/8bc17e37560fa9057a60561a1567eb0a48271c1c))
* add tls yaml support for configuration of user session ingress ([d9cfe73](https://github.com/opencadc/deployments/commit/d9cfe7364652f241254bc3c490e7c59b58de16ff))
* add tls yaml support for configuration of user session ingressroutes ([fdb924e](https://github.com/opencadc/deployments/commit/fdb924e31a8e1c808d92017bc670eae7984b5dc3))
* add tolerations to apis and uis to allow fine grained node deployment ([a2ba229](https://github.com/opencadc/deployments/commit/a2ba2291ffc4cbb41cf47b0d6f1376c8ec64d3d7))
* allow setting images for those defaulting to docker io ([da0d2e7](https://github.com/opencadc/deployments/commit/da0d2e7fbcf90639adc83a47b0517de827929399))
* allow setting images for those defaulting to docker io ([97574c2](https://github.com/opencadc/deployments/commit/97574c274c1bf459951d21edbcf539a0abfe0398))
* support admin api keys for seamless trusted admin access mainly for allocations ([e40e074](https://github.com/opencadc/deployments/commit/e40e0741488c9b251b44216592acb2b329375e74))
* support admin api keys for seamless trusted admin access mainly… ([114f8eb](https://github.com/opencadc/deployments/commit/114f8eb42ecf9895325aaa942e3aff34fef163b4))


### Bug Fixes

* default values ([0603626](https://github.com/opencadc/deployments/commit/0603626dd52705bf7308783e167d1d10382c4b8e))
* fix cavern chart version ([efc54aa](https://github.com/opencadc/deployments/commit/efc54aaabf5b1ed1f73181afe721f7c97bddf620))
* make probes configurable ([a8dc074](https://github.com/opencadc/deployments/commit/a8dc07461506c5fcd5ff0a1c9fc07e4419052ccd))
* make probes configurable ([54737d4](https://github.com/opencadc/deployments/commit/54737d4eb884c496a966daa058992833b97b8cfe))
* removed typo ([55f2570](https://github.com/opencadc/deployments/commit/55f25706d0e3cc63aca0de5b3697bbdaa35c1352))
* review rework ([202356b](https://github.com/opencadc/deployments/commit/202356b1c431837d8919e17fc0487c59253b2aac))
* rework ordering in values file ([e4289e9](https://github.com/opencadc/deployments/commit/e4289e9e588bbcc20a1b0d3ac1629cea0a3a322d))
* update cavern chart to fix tokens ([152ce7c](https://github.com/opencadc/deployments/commit/152ce7c2bcfd0e7e9c41bf33364384498e7ab304))
* update cavern chart to fix tokens ([f386d67](https://github.com/opencadc/deployments/commit/f386d6738d78affc49ff398157876eb910dd7600))
* update cavern to 0_8_3 to fix npe ([00530d6](https://github.com/opencadc/deployments/commit/00530d66364121efb6765ffecc6b2408170cef98))
* update cavern to 0_8_3 to fix npe ([9eaa434](https://github.com/opencadc/deployments/commit/9eaa4344a6f17cff65af9baf666a5fdbe97fbe65))
* use staged images to avoid docker io repository rate limits ([48325f8](https://github.com/opencadc/deployments/commit/48325f87198281b97372b0000c8eb277530460a6))
* use staged images to avoid docker io repository rate limits ([8a12285](https://github.com/opencadc/deployments/commit/8a122853ed1917cc3679ce9655ea8ffbe8dba320))

## 2025.09.22 (0.7.1)
- Make liveness and readiness probes configurable.

Expand Down
2 changes: 1 addition & 1 deletion helm/applications/cavern/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: 0.7.1
version: 0.8.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