diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 15185e0d..f44de73d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "actions/push-docker": "1.0.0", "actions/build-and-push-helm": "1.0.0", "actions/eslint": "1.0.0", - "actions/helm-lint": "1.0.0", + "actions/helm-lint": "2.0.0", "actions/openapi-lint": "1.0.0", "actions/update-artifacts-file": "1.0.0", ".": "6.0.0" diff --git a/actions/helm-lint/CHANGELOG.md b/actions/helm-lint/CHANGELOG.md new file mode 100644 index 00000000..d103304a --- /dev/null +++ b/actions/helm-lint/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [2.0.0](https://github.com/MapColonies/shared-workflows/compare/helm-lint-v1.0.0...helm-lint-v2.0.0) (2025-04-22) + + +### ⚠ BREAKING CHANGES + +* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) + +### ♻️ 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 cd2f19be..ec6a49e4 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-v1.0.0 + uses: MapColonies/shared-workflows/actions/helm-lint@helm-lint-v2.0.0 with: chartDirs: infra/monitoring,infra/sftpgo ```