diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c55643c7d..b5e4b0bd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "actions/get-vault-secrets": "1.3.0", "actions/dockerhub-login": "1.0.2", "actions/send-slack-message": "2.0.3", - "actions/push-to-gar-docker": "0.5.2", + "actions/push-to-gar-docker": "0.6.0", "actions/aws-auth": "1.0.2", "actions/build-push-to-dockerhub": "0.2.0", "actions/login-to-gar": "1.0.0", diff --git a/actions/push-to-gar-docker/CHANGELOG.md b/actions/push-to-gar-docker/CHANGELOG.md index fb27f4e64..d67f51f18 100644 --- a/actions/push-to-gar-docker/CHANGELOG.md +++ b/actions/push-to-gar-docker/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.2...push-to-gar-docker/v0.6.0) (2025-09-05) + + +### 🎉 Features + +* support load parameter in push-to-gar-docker ([#1190](https://github.com/grafana/shared-workflows/issues/1190)) ([bc06cdd](https://github.com/grafana/shared-workflows/commit/bc06cdd4721071acd1beb13f34a737801e52357f)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v4.3.0 ([#1221](https://github.com/grafana/shared-workflows/issues/1221)) ([17ab531](https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b)) +* **deps:** update actions/checkout action to v5 ([#1227](https://github.com/grafana/shared-workflows/issues/1227)) ([fd79c02](https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9)) +* **deps:** update docker/metadata-action action to v5.8.0 ([#1182](https://github.com/grafana/shared-workflows/issues/1182)) ([315e38a](https://github.com/grafana/shared-workflows/commit/315e38a03f442c39bd82e902b88d8ba6ff8879b7)) + ## [0.5.2](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker/v0.5.1...push-to-gar-docker/v0.5.2) (2025-07-23) diff --git a/actions/push-to-gar-docker/README.md b/actions/push-to-gar-docker/README.md index 1a4022acb..955af84fb 100644 --- a/actions/push-to-gar-docker/README.md +++ b/actions/push-to-gar-docker/README.md @@ -37,7 +37,7 @@ jobs: persist-credentials: false - id: push-to-gar - uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.2 + uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.6.0 with: registry: "" # e.g. us-docker.pkg.dev, optional tags: |-