From 5cd719b4d3c056f803f90a28c73fb15f408be238 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:04:32 +0000 Subject: [PATCH] chore(main): release cavern 0.9.0 --- .release-please-manifest.json | 2 +- helm/applications/cavern/CHANGELOG.md | 51 +++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea13e4d4..9c124e01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "helm/applications/base": "0.4.1", - "helm/applications/cavern": "0.8.0", + "helm/applications/cavern": "0.9.0", "helm/applications/posix-mapper": "0.6.0", "helm/applications/science-portal": "1.2.1", "helm/applications/skaha": "1.5.2", diff --git a/helm/applications/cavern/CHANGELOG.md b/helm/applications/cavern/CHANGELOG.md index bf11cd12..f616782e 100644 --- a/helm/applications/cavern/CHANGELOG.md +++ b/helm/applications/cavern/CHANGELOG.md @@ -1,5 +1,56 @@ # CHANGELOG for Cavern User Storage +## [0.9.0](https://github.com/brianmajor/deployments/compare/cavern-0.8.0...cavern-0.9.0) (2026-04-08) + + +### Features + +* add admin api key support ([e5f3011](https://github.com/brianmajor/deployments/commit/e5f301102efa8bfcef4b79238b1fe61e4f70d5cf)) +* **helm-docs:** migrated existing readme to docs, and auto-generated new chart readme, based on values.yml files ([fc2311f](https://github.com/brianmajor/deployments/commit/fc2311f11767056b3cc612f45af6e1e87e470ea3)) +* remove carta legacy and add scripting support ([b7128f5](https://github.com/brianmajor/deployments/commit/b7128f5ee08b7620dbe2c666c44d7255662da692)) +* support admin api keys for seamless trusted admin access mainly for allocations ([e40e074](https://github.com/brianmajor/deployments/commit/e40e0741488c9b251b44216592acb2b329375e74)) +* support admin api keys for seamless trusted admin access mainly… ([114f8eb](https://github.com/brianmajor/deployments/commit/114f8eb42ecf9895325aaa942e3aff34fef163b4)) + + +### Bug Fixes + +* bug fix for put action ([b9a6b9f](https://github.com/brianmajor/deployments/commit/b9a6b9f37a01a00957a665d3eaf389e39405e16f)) +* chart versions ([ad90b90](https://github.com/brianmajor/deployments/commit/ad90b9058136bcf79bbbc60e0d129414f724f6c7)) +* chart versions ([d9c8052](https://github.com/brianmajor/deployments/commit/d9c8052f00fc408442d506407c8c6c3d1fe96939)) +* default values ([0603626](https://github.com/brianmajor/deployments/commit/0603626dd52705bf7308783e167d1d10382c4b8e)) +* **docs:** fixed deployment docs ([4ce4c9d](https://github.com/brianmajor/deployments/commit/4ce4c9d6dcba36b7e5fae47b073f2f75f26529ff)) +* Enable multiple registry entries for the helm chart (--registry client) ([9c5ead6](https://github.com/brianmajor/deployments/commit/9c5ead6aa8955bd7537dbbc186abedb0eb8db415)) +* fix pre commit ([fc24792](https://github.com/brianmajor/deployments/commit/fc247922894c09d6343fa75a34fb3fb352ccf257)) +* **helm:** added chart lock files ([e81b72d](https://github.com/brianmajor/deployments/commit/e81b72d06dacf2a2c797afc5368db81f57c95bc1)) +* **helm:** maintainer updates ([6af7785](https://github.com/brianmajor/deployments/commit/6af7785e0b840d4b58224f114caa20ef255cd473)) +* **helm:** updated maintainers ([67803b1](https://github.com/brianmajor/deployments/commit/67803b18ec5e2762f0942451894e4c9b8c7ee2f9)) +* **maintainers:** now need atleast 15 commits in the last 12 months to be considered a maintainer ([02954e4](https://github.com/brianmajor/deployments/commit/02954e4e190774cf4756e9b3f90594eac2a80499)) +* make probes configurable ([a8dc074](https://github.com/brianmajor/deployments/commit/a8dc07461506c5fcd5ff0a1c9fc07e4419052ccd)) +* make probes configurable ([54737d4](https://github.com/brianmajor/deployments/commit/54737d4eb884c496a966daa058992833b97b8cfe)) +* **merge:** conflict ([8c14f17](https://github.com/brianmajor/deployments/commit/8c14f1738feba41cd6ae78812b77661e543a2617)) +* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/brianmajor/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8)) +* **pre-commit:** end-of-file-fixer ([1d658c7](https://github.com/brianmajor/deployments/commit/1d658c75c74faedd7293d5151be51df295a1ddd9)) +* **pre-commit:** fixes ([e750d75](https://github.com/brianmajor/deployments/commit/e750d75083368e66196265cd3414e8608d21d6c4)) +* **pre-commit:** linting ([783fbdb](https://github.com/brianmajor/deployments/commit/783fbdb3cbc9a64f6ec0c0f28635c4600320b326)) +* **pre-commit:** removed helm-docs version footer, since its disabled by default in go install and was causing ci issues ([6d84426](https://github.com/brianmajor/deployments/commit/6d844263ef0af30047f09e47d6c0c63ae7d1c1c9)) +* **pre-commit:** trailing-whitespaces ([178468c](https://github.com/brianmajor/deployments/commit/178468c8082ca69a395ebc5e185a2186afbb3335)) +* **release:** helm-docs now add the release-please slug, renovate now updates AppVersion, deprecated requirement for maintainers in helm charts, updated release please config, updated release-matrix logic to properly create downstream payloads for releasing charts ([2c2b931](https://github.com/brianmajor/deployments/commit/2c2b9313c469475bd2b1f6bcfdb3b041a0f0f715)) +* remove duplicate entry ([ce3acc3](https://github.com/brianmajor/deployments/commit/ce3acc35fc1ab2942c5f216be47a5d6265b9d46f)) +* remove non main entries for cavern ([cc2725f](https://github.com/brianmajor/deployments/commit/cc2725f0bcf5c5b5513e7d8b7d49d700c012d9e6)) +* review rework ([202356b](https://github.com/brianmajor/deployments/commit/202356b1c431837d8919e17fc0487c59253b2aac)) +* rework ordering in values file ([e4289e9](https://github.com/brianmajor/deployments/commit/e4289e9e588bbcc20a1b0d3ac1629cea0a3a322d)) +* update cavern chart to fix tokens ([152ce7c](https://github.com/brianmajor/deployments/commit/152ce7c2bcfd0e7e9c41bf33364384498e7ab304)) +* update cavern chart to fix tokens ([f386d67](https://github.com/brianmajor/deployments/commit/f386d6738d78affc49ff398157876eb910dd7600)) +* update cavern to 0_8_3 to fix npe ([00530d6](https://github.com/brianmajor/deployments/commit/00530d66364121efb6765ffecc6b2408170cef98)) +* update cavern to 0_8_3 to fix npe ([9eaa434](https://github.com/brianmajor/deployments/commit/9eaa4344a6f17cff65af9baf666a5fdbe97fbe65)) +* updated all the cadc-registry properties to enable a list of registries. ([bc6c474](https://github.com/brianmajor/deployments/commit/bc6c474311ab548164b280a0ab86477e3e86c5ec)) +* updated readmes with the schema for registryURL ([bf7ea95](https://github.com/brianmajor/deployments/commit/bf7ea95b02d1a52af4471e5e53e309a624c969b4)) +* updated readmes with the schema for registryURL ([5c717a5](https://github.com/brianmajor/deployments/commit/5c717a5e2d0e29b30983bfe3f87ae63f9870a050)) +* Updated to enable list of registries or a single value for registryURL ([f5eb435](https://github.com/brianmajor/deployments/commit/f5eb435ad9d6b7d02638f9e9343c1c03c84d10f3)) +* updates for incorrect values ([6f658aa](https://github.com/brianmajor/deployments/commit/6f658aa25365ab3c949929af8a5c735c1659936e)) +* use release namespace ([131fc11](https://github.com/brianmajor/deployments/commit/131fc11226fe66422e7c2048b755539b503df528)) +* whitespace fix ([2bcf2d5](https://github.com/brianmajor/deployments/commit/2bcf2d5228493b86902468a9c00a927ad2e64b94)) + ## [0.8.0](https://github.com/opencadc/deployments/compare/cavern-0.7.1...cavern-0.8.0) (2025-11-05)