diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d078ac46e..0e0399c8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "actions/lint-pr-title": "1.2.0", "actions/get-vault-secrets": "1.3.0", - "actions/dockerhub-login": "1.0.2", + "actions/dockerhub-login": "1.0.3", "actions/send-slack-message": "2.0.3", "actions/push-to-gar-docker": "0.5.2", "actions/aws-auth": "1.0.2", diff --git a/actions/dockerhub-login/CHANGELOG.md b/actions/dockerhub-login/CHANGELOG.md index 8ab561c94..a61b2bc14 100644 --- a/actions/dockerhub-login/CHANGELOG.md +++ b/actions/dockerhub-login/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/grafana/shared-workflows/compare/dockerhub-login/v1.0.2...dockerhub-login/v1.0.3) (2025-08-22) + + +### 🔧 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/login-action action to v3.5.0 ([#1187](https://github.com/grafana/shared-workflows/issues/1187)) ([d8060f2](https://github.com/grafana/shared-workflows/commit/d8060f2893039ae143f0d9c26f766565fb334c6a)) + ## [1.0.2](https://github.com/grafana/shared-workflows/compare/dockerhub-login-v1.0.1...dockerhub-login/v1.0.2) (2025-06-04) diff --git a/actions/dockerhub-login/README.md b/actions/dockerhub-login/README.md index f497ef71f..aff63d9f0 100644 --- a/actions/dockerhub-login/README.md +++ b/actions/dockerhub-login/README.md @@ -20,7 +20,7 @@ jobs: id-token: write steps: - name: Login to DockerHub - uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.2 + uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.3 - name: Build and push run: make build && make push ```