diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58768a5..4cf6a21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "6.0.0", - "actions/helm-lint": "1.0.0", + "actions/helm-lint": "1.1.0", "actions/update-artifacts-file": "1.1.1", "actions/init-npm": "1.0.0" } diff --git a/actions/helm-lint/CHANGELOG.md b/actions/helm-lint/CHANGELOG.md index 28e98a5..2f37b10 100644 --- a/actions/helm-lint/CHANGELOG.md +++ b/actions/helm-lint/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/MapColonies/shared-workflows/compare/helm-lint-v1.0.0...helm-lint-v1.1.0) (2025-09-28) + + +### 🎉 Features + +* remove unnecessary actions ([#90](https://github.com/MapColonies/shared-workflows/issues/90)) ([4d812d3](https://github.com/MapColonies/shared-workflows/commit/4d812d3c8667fffa57b12d69ef7271d17c79f9f4)) + ## 1.0.0 (2025-04-22) diff --git a/actions/helm-lint/README.md b/actions/helm-lint/README.md index c0a1dae..8c9e178 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-v1.1.0 with: chartPaths: infra/monitoring,infra/sftpgo ```