From 58e9dbe8fbee0329836a450c17926e9ce74abb9f Mon Sep 17 00:00:00 2001 From: "grafana-plugins-platform-bot[bot]" <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:06:15 +0000 Subject: [PATCH] chore(main): release publish-report 1.0.3 --- .release-please-manifest.json | 2 +- publish-report/CHANGELOG.md | 9 +++++++++ publish-report/README.md | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64d01157..ba723b9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,6 +9,6 @@ "package-manager-detect": "1.0.0", "playwright-gh-pages/deploy-report-pages": "1.1.0", "playwright-gh-pages/upload-report-artifacts": "1.0.1", - "publish-report": "1.0.2", + "publish-report": "1.0.3", "wait-for-grafana": "1.0.2" } \ No newline at end of file diff --git a/publish-report/CHANGELOG.md b/publish-report/CHANGELOG.md index 063a0316..4f79d768 100644 --- a/publish-report/CHANGELOG.md +++ b/publish-report/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/grafana/plugin-actions/compare/publish-report/v1.0.2...publish-report/v1.0.3) (2025-12-03) + + +### 🔧 Chores + +* **deps:** update google-github-actions/auth action to v2.1.13 ([#142](https://github.com/grafana/plugin-actions/issues/142)) ([f255629](https://github.com/grafana/plugin-actions/commit/f25562922beb611eda934d09f328b818663fc8be)) +* **deps:** update google-github-actions/auth action to v3 ([#166](https://github.com/grafana/plugin-actions/issues/166)) ([ec365ea](https://github.com/grafana/plugin-actions/commit/ec365eabd6b73eb857de4eac36020f6bace852b2)) +* **deps:** update google-github-actions/setup-gcloud action to v2.2.1 ([#154](https://github.com/grafana/plugin-actions/issues/154)) ([8257169](https://github.com/grafana/plugin-actions/commit/825716938f823d86579635d4146f1cb0779c9e2a)) + ## [1.0.2](https://github.com/grafana/plugin-actions/compare/publish-report/v1.0.1...publish-report/v1.0.2) (2025-08-04) diff --git a/publish-report/README.md b/publish-report/README.md index e5f06d82..e5d387b9 100644 --- a/publish-report/README.md +++ b/publish-report/README.md @@ -25,7 +25,7 @@ A Playwright report is only generated in case Playwright tests were executed, so ```yml - name: Publish report to GCS if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') && github.event.organization.login == 'grafana' }} -uses: grafana/plugin-actions/publish-report@publish-report/v1.0.2 +uses: grafana/plugin-actions/publish-report@publish-report/v1.0.3 with: grafana-version: ${{ matrix.GRAFANA_IMAGE.VERSION }} ``` @@ -35,7 +35,7 @@ with: ```yml - name: Publish report to GCS if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') && github.event.organization.login == 'grafana' }} -uses: grafana/plugin-actions/publish-report@publish-report/v1.0.2 +uses: grafana/plugin-actions/publish-report@publish-report/v1.0.3 with: grafana-version: ${{ matrix.GRAFANA_IMAGE.VERSION }} directory: packages/grafana-datasource/playwright-report/