diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 68b3502cb..cbcee5afb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -28,5 +28,5 @@ "actions/cleanup-branches": "0.2.1", "actions/docker-build-push-image": "0.2.0", "actions/docker-export-digest": "0.1.1", - "actions/docker-import-digests-push-manifest": "0.1.1" + "actions/docker-import-digests-push-manifest": "0.1.2" } diff --git a/actions/docker-import-digests-push-manifest/CHANGELOG.md b/actions/docker-import-digests-push-manifest/CHANGELOG.md index 186448265..b40f620db 100644 --- a/actions/docker-import-digests-push-manifest/CHANGELOG.md +++ b/actions/docker-import-digests-push-manifest/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.2](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.1...docker-import-digests-push-manifest/v0.1.2) (2025-12-11) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f)) +* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea)) +* **deps:** update actions/checkout action to v6.0.1 ([#1590](https://github.com/grafana/shared-workflows/issues/1590)) ([2425a5f](https://github.com/grafana/shared-workflows/commit/2425a5fe46fb39d1d282caad59150165323e29a6)) +* **deps:** update docker/metadata-action action to v5.10.0 ([#1582](https://github.com/grafana/shared-workflows/issues/1582)) ([d80ddba](https://github.com/grafana/shared-workflows/commit/d80ddba3b588ad911410ce91c599bbbe513196b0)) + ## [0.1.1](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.0...docker-import-digests-push-manifest/v0.1.1) (2025-11-12) diff --git a/actions/docker-import-digests-push-manifest/README.md b/actions/docker-import-digests-push-manifest/README.md index 0d7c4f566..6cfdddeef 100644 --- a/actions/docker-import-digests-push-manifest/README.md +++ b/actions/docker-import-digests-push-manifest/README.md @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Download Multi-Arch Digests, Construct and Upload Manifest - uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.1.1 + uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.1.2 with: gar-environment: "dev" images: ${{ needs.docker-build-push-image.outputs.images }}