Skip to content

Commit 3641c3b

Browse files
chore(main): release cavern 0.8.0
1 parent e5aa7be commit 3641c3b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"helm/applications/base": "0.4.1",
3-
"helm/applications/cavern": "0.7.1",
3+
"helm/applications/cavern": "0.8.0",
44
"helm/applications/posix-mapper": "0.5.0",
55
"helm/applications/science-portal": "1.0.0",
66
"helm/applications/skaha": "1.0.4",

helm/applications/cavern/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# CHANGELOG for Cavern User Storage (Chart 0.7.1)
22

3+
## [0.8.0](https://github.com/opencadc/deployments/compare/cavern-0.7.1...cavern-0.8.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* add readiness and liveness probes ([f777987](https://github.com/opencadc/deployments/commit/f7779874164faec536368b8871a5eb2438cd2fef))
9+
* add support for oidc user allocation through cavern api ([0544710](https://github.com/opencadc/deployments/commit/0544710a6b0978da21448cbe401832bc14beff9a))
10+
* add support for oidc user allocation through cavern api ([8bc17e3](https://github.com/opencadc/deployments/commit/8bc17e37560fa9057a60561a1567eb0a48271c1c))
11+
* add tls yaml support for configuration of user session ingress ([d9cfe73](https://github.com/opencadc/deployments/commit/d9cfe7364652f241254bc3c490e7c59b58de16ff))
12+
* add tls yaml support for configuration of user session ingressroutes ([fdb924e](https://github.com/opencadc/deployments/commit/fdb924e31a8e1c808d92017bc670eae7984b5dc3))
13+
* add tolerations to apis and uis to allow fine grained node deployment ([a2ba229](https://github.com/opencadc/deployments/commit/a2ba2291ffc4cbb41cf47b0d6f1376c8ec64d3d7))
14+
* allow setting images for those defaulting to docker io ([da0d2e7](https://github.com/opencadc/deployments/commit/da0d2e7fbcf90639adc83a47b0517de827929399))
15+
* allow setting images for those defaulting to docker io ([97574c2](https://github.com/opencadc/deployments/commit/97574c274c1bf459951d21edbcf539a0abfe0398))
16+
* support admin api keys for seamless trusted admin access mainly for allocations ([e40e074](https://github.com/opencadc/deployments/commit/e40e0741488c9b251b44216592acb2b329375e74))
17+
* support admin api keys for seamless trusted admin access mainly… ([114f8eb](https://github.com/opencadc/deployments/commit/114f8eb42ecf9895325aaa942e3aff34fef163b4))
18+
19+
20+
### Bug Fixes
21+
22+
* default values ([0603626](https://github.com/opencadc/deployments/commit/0603626dd52705bf7308783e167d1d10382c4b8e))
23+
* fix cavern chart version ([efc54aa](https://github.com/opencadc/deployments/commit/efc54aaabf5b1ed1f73181afe721f7c97bddf620))
24+
* make probes configurable ([a8dc074](https://github.com/opencadc/deployments/commit/a8dc07461506c5fcd5ff0a1c9fc07e4419052ccd))
25+
* make probes configurable ([54737d4](https://github.com/opencadc/deployments/commit/54737d4eb884c496a966daa058992833b97b8cfe))
26+
* removed typo ([55f2570](https://github.com/opencadc/deployments/commit/55f25706d0e3cc63aca0de5b3697bbdaa35c1352))
27+
* review rework ([202356b](https://github.com/opencadc/deployments/commit/202356b1c431837d8919e17fc0487c59253b2aac))
28+
* rework ordering in values file ([e4289e9](https://github.com/opencadc/deployments/commit/e4289e9e588bbcc20a1b0d3ac1629cea0a3a322d))
29+
* update cavern chart to fix tokens ([152ce7c](https://github.com/opencadc/deployments/commit/152ce7c2bcfd0e7e9c41bf33364384498e7ab304))
30+
* update cavern chart to fix tokens ([f386d67](https://github.com/opencadc/deployments/commit/f386d6738d78affc49ff398157876eb910dd7600))
31+
* update cavern to 0_8_3 to fix npe ([00530d6](https://github.com/opencadc/deployments/commit/00530d66364121efb6765ffecc6b2408170cef98))
32+
* update cavern to 0_8_3 to fix npe ([9eaa434](https://github.com/opencadc/deployments/commit/9eaa4344a6f17cff65af9baf666a5fdbe97fbe65))
33+
* use staged images to avoid docker io repository rate limits ([48325f8](https://github.com/opencadc/deployments/commit/48325f87198281b97372b0000c8eb277530460a6))
34+
* use staged images to avoid docker io repository rate limits ([8a12285](https://github.com/opencadc/deployments/commit/8a122853ed1917cc3679ce9655ea8ffbe8dba320))
35+
336
## 2025.09.22 (0.7.1)
437
- Make liveness and readiness probes configurable.
538

helm/applications/cavern/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.1
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)