Skip to content

Commit 1272dc5

Browse files
chore(main): release base 0.5.0
1 parent 783fbdb commit 1272dc5

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"helm/applications/base": "0.4.1",
2+
"helm/applications/base": "0.5.0",
33
"helm/applications/cavern": "0.7.1",
44
"helm/applications/posix-mapper": "0.5.0",
55
"helm/applications/science-portal": "1.0.2",

helm/applications/base/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# base Helm Chart for the Science Platform (0.4.1)
22

3+
## [0.5.0](https://github.com/opencadc/deployments/compare/base-0.4.1...base-0.5.0) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* **helm-docs:** migrated existing readme to docs, and auto-generated new chart readme, based on values.yml files ([fc2311f](https://github.com/opencadc/deployments/commit/fc2311f11767056b3cc612f45af6e1e87e470ea3))
9+
10+
11+
### Bug Fixes
12+
13+
* do not make assumptions about different namespaces ([95b9053](https://github.com/opencadc/deployments/commit/95b90537eb31b5b69e3fc332f29d19735b4b5e33))
14+
* do not make assumptions about different namespaces ([31db35d](https://github.com/opencadc/deployments/commit/31db35d359365d024562264c707ef60934d2971d))
15+
* **helm:** added chart lock files ([e81b72d](https://github.com/opencadc/deployments/commit/e81b72d06dacf2a2c797afc5368db81f57c95bc1))
16+
* **maintainers:** now need atleast 15 commits in the last 12 months to be considered a maintainer ([02954e4](https://github.com/opencadc/deployments/commit/02954e4e190774cf4756e9b3f90594eac2a80499))
17+
* **merge:** conflict ([8c14f17](https://github.com/opencadc/deployments/commit/8c14f1738feba41cd6ae78812b77661e543a2617))
18+
* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/opencadc/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8))
19+
* **pre-commit:** end-of-file-fixer ([1d658c7](https://github.com/opencadc/deployments/commit/1d658c75c74faedd7293d5151be51df295a1ddd9))
20+
* **pre-commit:** removed helm-docs version footer, since its disabled by default in go install and was causing ci issues ([6d84426](https://github.com/opencadc/deployments/commit/6d844263ef0af30047f09e47d6c0c63ae7d1c1c9))
21+
* **pre-commit:** trailing-whitespaces ([178468c](https://github.com/opencadc/deployments/commit/178468c8082ca69a395ebc5e185a2186afbb3335))
22+
* **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/opencadc/deployments/commit/2c2b9313c469475bd2b1f6bcfdb3b041a0f0f715))
23+
324
## [0.6.0](https://github.com/shinybrar/deployments/compare/base-0.5.0...base-0.6.0) (2025-10-30)
425

526

helm/applications/base/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.4.1
22+
version: 0.5.0
2323

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

helm/applications/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Helm chart to install base components of the CANFAR Science Platform
44

55
| Chart | AppVersion | Type |
66
|:-----:|:----------:|:----:|
7-
|0.4.1<!-- x-release-please-version --> | 0.1.4 | application |
7+
|0.5.0<!-- x-release-please-version --> | 0.1.4 | application |
88

99
## Requirements
1010

0 commit comments

Comments
 (0)