From 1ea1a8b700e083be6207c7fb1fcb7aebb99b9ee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:32:45 +0000 Subject: [PATCH] chore(main): release push-to-gar-docker 0.2.0 --- .release-please-manifest.json | 2 +- actions/push-to-gar-docker/CHANGELOG.md | 13 +++++++++++++ actions/push-to-gar-docker/README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..0beca49f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "actions/get-vault-secrets": "1.0.1", "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "2.0.0", - "actions/push-to-gar-docker": "0.1.0", + "actions/push-to-gar-docker": "0.2.0", "actions/aws-auth": "1.0.0", "actions/build-push-to-dockerhub": "0.1.0", "actions/login-to-gar": "0.1.0", diff --git a/actions/push-to-gar-docker/CHANGELOG.md b/actions/push-to-gar-docker/CHANGELOG.md index b9daa3159..4dcecb937 100644 --- a/actions/push-to-gar-docker/CHANGELOG.md +++ b/actions/push-to-gar-docker/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/grafana/shared-workflows/compare/push-to-gar-docker-v0.1.0...push-to-gar-docker-v0.2.0) (2025-01-02) + + +### 🎉 Features + +* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update docker/setup-buildx-action action to v3.8.0 ([#654](https://github.com/grafana/shared-workflows/issues/654)) ([d55f5e9](https://github.com/grafana/shared-workflows/commit/d55f5e910f5f76c0b23ba86ef590e2939c475899)) +* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53)) + ## 0.1.0 (2024-11-28) diff --git a/actions/push-to-gar-docker/README.md b/actions/push-to-gar-docker/README.md index a0de8f10d..75f0be17b 100644 --- a/actions/push-to-gar-docker/README.md +++ b/actions/push-to-gar-docker/README.md @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - id: push-to-gar - uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.1.0 + uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.2.0 with: registry: "" # e.g. us-docker.pkg.dev, optional tags: |-