From adc6c26710938bea4ddf40d5e72635f8fe4c4853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:51:43 +0000 Subject: [PATCH] chore(master): release helm-lint 1.0.0 --- .release-please-manifest.json | 3 ++- actions/helm-lint/CHANGELOG.md | 17 +++++++++++++++++ actions/helm-lint/README.md | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 actions/helm-lint/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70fbe252..b110adad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,4 @@ { - ".": "6.0.0" + ".": "6.0.0", + "actions/helm-lint": "1.0.0" } diff --git a/actions/helm-lint/CHANGELOG.md b/actions/helm-lint/CHANGELOG.md new file mode 100644 index 00000000..28e98a5e --- /dev/null +++ b/actions/helm-lint/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2025-04-22) + + +### ⚠ BREAKING CHANGES + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) + +### 🐛 Bug Fixes + +* release please cleanup ([#52](https://github.com/MapColonies/shared-workflows/issues/52)) ([e0f1058](https://github.com/MapColonies/shared-workflows/commit/e0f1058fb4bee4f89835709972e8ad6c8a3382f6)) + + +### ♻️ Code Refactoring + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) ([0a98534](https://github.com/MapColonies/shared-workflows/commit/0a9853421116d3bcc4cae4681977857cbc518e51)) diff --git a/actions/helm-lint/README.md b/actions/helm-lint/README.md index e7b29d05..cd2f19be 100644 --- a/actions/helm-lint/README.md +++ b/actions/helm-lint/README.md @@ -23,7 +23,7 @@ It detects which charts have changed and only tests those. ```yaml - name: Lint and Test Charts - uses: MapColonies/shared-workflows/actions/helm-lint@helm-lint-v0.0.0 + uses: MapColonies/shared-workflows/actions/helm-lint@helm-lint-v1.0.0 with: chartDirs: infra/monitoring,infra/sftpgo ```