diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 235d4f741..f412325d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -35,6 +35,6 @@ "actions/wait-for-docker-publish": "0.3.1", "actions/download-branch-workflow-artifact": "0.1.0", "actions/annotate-coverage": "0.2.0", - "actions/signed-commits-info": "0.1.0", + "actions/signed-commits-info": "0.1.1", "actions/zizmor-collection-paths": "0.2.1" } diff --git a/actions/signed-commits-info/CHANGELOG.md b/actions/signed-commits-info/CHANGELOG.md index 4f2b8d5a4..eaff6db75 100644 --- a/actions/signed-commits-info/CHANGELOG.md +++ b/actions/signed-commits-info/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.1.1](https://github.com/grafana/shared-workflows/compare/signed-commits-info/v0.1.0...signed-commits-info/v0.1.1) (2026-09-11) + + +### 🐛 Bug Fixes + +* **signed-commits-info:** de-i18n URLs ([#2192](https://github.com/grafana/shared-workflows/issues/2192)) ([b73767c](https://github.com/grafana/shared-workflows/commit/b73767c09a5e9920c34a712fef86fcaee77092ab)) +* **signed-commits-info:** make wording explicit about signature verification ([#2210](https://github.com/grafana/shared-workflows/issues/2210)) ([a174ef2](https://github.com/grafana/shared-workflows/commit/a174ef2cee46b806115e7a0d4b202c07254dec4e)) + + +### 📝 Documentation + +* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca)) +* **signed-commits-info:** update permissions in README ([#2130](https://github.com/grafana/shared-workflows/issues/2130)) ([3a094b5](https://github.com/grafana/shared-workflows/commit/3a094b55c3a5b6d6db839480d1855b48c05bd327)) + + +### 🔧 Miscellaneous Chores + +* **deps:** pin dependencies ([#2125](https://github.com/grafana/shared-workflows/issues/2125)) ([5054a6e](https://github.com/grafana/shared-workflows/commit/5054a6efe27d3fa24ae56ec74496f83cae3005a0)) +* **deps:** update dependency eslint to v10.7.0 ([#2155](https://github.com/grafana/shared-workflows/issues/2155)) ([8284f00](https://github.com/grafana/shared-workflows/commit/8284f008365a5703c954f4a1dd72c908563c14fe)) +* **deps:** update dependency eslint to v10.8.0 ([#2217](https://github.com/grafana/shared-workflows/issues/2217)) ([2ec03f8](https://github.com/grafana/shared-workflows/commit/2ec03f807c17d47646a87c03051e9caea8267029)) +* **deps:** update dependency eslint to v10.9.0 ([#2261](https://github.com/grafana/shared-workflows/issues/2261)) ([fc97070](https://github.com/grafana/shared-workflows/commit/fc9707096d8f5edd2e7260031fbf2026488386c6)) +* **signed-commits-info:** rebuild with latest bun ([#2279](https://github.com/grafana/shared-workflows/issues/2279)) ([89ebfa3](https://github.com/grafana/shared-workflows/commit/89ebfa30cd32afba271b3bd0407f5519969b1610)) + ## 0.1.0 (2026-07-01) diff --git a/actions/signed-commits-info/README.md b/actions/signed-commits-info/README.md index c188cc2bd..58f3e2556 100644 --- a/actions/signed-commits-info/README.md +++ b/actions/signed-commits-info/README.md @@ -30,7 +30,7 @@ jobs: (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository) runs-on: ubuntu-latest steps: - - uses: grafana/shared-workflows/actions/signed-commits-info@signed-commits-info/v0.1.0 + - uses: grafana/shared-workflows/actions/signed-commits-info@signed-commits-info/v0.1.1 continue-on-error: true ```