From 84adc9ae98fe0fe44e54cf3bb3f2cb03a1c27bf3 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 base 0.5.0 --- .release-please-manifest.json | 2 +- helm/applications/base/CHANGELOG.md | 19 +++++++++++++++++++ helm/applications/base/Chart.yaml | 2 +- helm/applications/base/README.md | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea13e4d4..7752a0ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "helm/applications/base": "0.4.1", + "helm/applications/base": "0.5.0", "helm/applications/cavern": "0.8.0", "helm/applications/posix-mapper": "0.6.0", "helm/applications/science-portal": "1.2.1", diff --git a/helm/applications/base/CHANGELOG.md b/helm/applications/base/CHANGELOG.md index 2e0d130f..2591ecce 100644 --- a/helm/applications/base/CHANGELOG.md +++ b/helm/applications/base/CHANGELOG.md @@ -1,5 +1,24 @@ # base Helm Chart for the Science Platform (0.4.1) +## [0.5.0](https://github.com/brianmajor/deployments/compare/base-0.4.1...base-0.5.0) (2026-04-08) + + +### Features + +* **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)) + + +### Bug Fixes + +* **helm:** added chart lock files ([e81b72d](https://github.com/brianmajor/deployments/commit/e81b72d06dacf2a2c797afc5368db81f57c95bc1)) +* **maintainers:** now need atleast 15 commits in the last 12 months to be considered a maintainer ([02954e4](https://github.com/brianmajor/deployments/commit/02954e4e190774cf4756e9b3f90594eac2a80499)) +* **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:** 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)) + ## [0.6.0](https://github.com/shinybrar/deployments/compare/base-0.5.0...base-0.6.0) (2025-10-30) diff --git a/helm/applications/base/Chart.yaml b/helm/applications/base/Chart.yaml index d3f54ebb..859d4b88 100644 --- a/helm/applications/base/Chart.yaml +++ b/helm/applications/base/Chart.yaml @@ -19,7 +19,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.4.1 +version: 0.5.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 diff --git a/helm/applications/base/README.md b/helm/applications/base/README.md index a6cf10a0..d0c6d4b9 100644 --- a/helm/applications/base/README.md +++ b/helm/applications/base/README.md @@ -4,7 +4,7 @@ A Helm chart to install base components of the CANFAR Science Platform | Chart | AppVersion | Type | |:-----:|:----------:|:----:| -|0.4.1 | 0.1.4 | application | +|0.5.0 | 0.1.4 | application | ## Requirements