Skip to content

Commit 016148f

Browse files
chore(main): release wait-for-grafana 1.0.3 (#214)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent 73cd57e commit 016148f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"playwright-gh-pages/deploy-report-pages": "1.1.0",
1010
"playwright-gh-pages/upload-report-artifacts": "1.0.1",
1111
"publish-report": "1.0.3",
12-
"wait-for-grafana": "1.0.2",
12+
"wait-for-grafana": "1.0.3",
1313
"package-manager-detect": "1.0.1"
1414
}

wait-for-grafana/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/plugin-actions/compare/wait-for-grafana/v1.0.2...wait-for-grafana/v1.0.3) (2026-04-23)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **wait-for-grafana:** remove Phase 1 fail-fast; any curl error is transient ([#215](https://github.com/grafana/plugin-actions/issues/215)) ([73f926e](https://github.com/grafana/plugin-actions/commit/73f926e88fa685399274533eccfd0293ddbe8755))
9+
* **wait-for-grafana:** two-phase polling with smarter timeout handling ([#213](https://github.com/grafana/plugin-actions/issues/213)) ([952ecf2](https://github.com/grafana/plugin-actions/commit/952ecf2aa4563940e4f84c503baaf2116e1908b4))
10+
311
## [1.0.2](https://github.com/grafana/plugin-actions/compare/wait-for-grafana/v1.0.1...wait-for-grafana/v1.0.2) (2025-08-04)
412

513

wait-for-grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you're happy with the default values, you can use the action without specifyi
3838
<!-- x-release-please-start-version -->
3939
```yml
4040
- name: Wait for Grafana server
41-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.2
41+
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.3
4242
```
4343
<!-- x-release-please-end-version -->
4444
### Using custom values

0 commit comments

Comments
 (0)