Skip to content

Commit 9b6fc4f

Browse files
chore(main): release docker-import-digests-push-manifest 0.2.1
1 parent 9500a30 commit 9b6fc4f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"actions/cleanup-branches": "0.2.1",
2929
"actions/docker-build-push-image": "0.3.2",
3030
"actions/docker-export-digest": "0.1.2",
31-
"actions/docker-import-digests-push-manifest": "0.2.0",
31+
"actions/docker-import-digests-push-manifest": "0.2.1",
3232
"actions/socket-export-sbom": "0.1.0",
3333
"actions/component-change-detection": "1.0.0",
3434
"actions/issues-update-project-status": "0.1.0"

actions/docker-import-digests-push-manifest/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.2.0...docker-import-digests-push-manifest/v0.2.1) (2026-04-08)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/download-artifact action to v8 ([#1749](https://github.com/grafana/shared-workflows/issues/1749)) ([9169dac](https://github.com/grafana/shared-workflows/commit/9169dac82ee307312a1c948918184ea02f34aff8))
9+
* **deps:** update actions/download-artifact action to v8.0.1 ([#1803](https://github.com/grafana/shared-workflows/issues/1803)) ([1fa2a72](https://github.com/grafana/shared-workflows/commit/1fa2a7215acb603ae344a91da488771e1b11502b))
10+
* **deps:** update actions/setup-go action to v6.3.0 ([#1756](https://github.com/grafana/shared-workflows/issues/1756)) ([c6b0752](https://github.com/grafana/shared-workflows/commit/c6b07529443393154d824d1ad0e707f4b3d090f6))
11+
* **deps:** update actions/setup-go action to v6.4.0 ([#1837](https://github.com/grafana/shared-workflows/issues/1837)) ([170bd5b](https://github.com/grafana/shared-workflows/commit/170bd5b0ba3c2414519216fd5d7f0fe5a40e3f40))
12+
* **deps:** update docker/metadata-action action to v6 ([#1787](https://github.com/grafana/shared-workflows/issues/1787)) ([de48747](https://github.com/grafana/shared-workflows/commit/de48747bf25be41fcb04d5d6ff05cc5eed0775fe))
13+
* **deps:** update docker/setup-buildx-action action to v4 ([#1791](https://github.com/grafana/shared-workflows/issues/1791)) ([2376476](https://github.com/grafana/shared-workflows/commit/2376476a8678d5422711041823033659e4872548))
14+
315
## [0.2.0](https://github.com/grafana/shared-workflows/compare/docker-import-digests-push-manifest/v0.1.1...docker-import-digests-push-manifest/v0.2.0) (2026-02-25)
416

517

actions/docker-import-digests-push-manifest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Download Multi-Arch Digests, Construct and Upload Manifest
31-
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.2.0
31+
uses: grafana/shared-workflows/actions/docker-import-digests-push-manifest@docker-import-digests-push-manifest/v0.2.1
3232
with:
3333
gar-environment: "dev"
3434
images: ${{ needs.docker-build-push-image.outputs.images }}

0 commit comments

Comments
 (0)