Merged
Conversation
Contributor
|
In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. |
Update grafana/apps/dashboard SDK to latest main. The v1beta1 package now delegates to v1 (grafana/grafana#120748), so the existing dashboard resource is renamed from grafana_apps_dashboard_dashboard_v1beta1 to grafana_apps_dashboard_dashboard_v1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
299cf55 to
2f14f07
Compare
Add grafana_apps_dashboard_dashboard_v2 resource for the stable v2 Dashboard API (grafana/grafana#118646), mirroring the existing v2beta1 resource pattern with JSON spec + optional title/tags overrides. Requires Grafana >=13.0.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2f14f07 to
25aeda6
Compare
Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com>
96c114d to
4eeb467
Compare
spinillos
approved these changes
Mar 26, 2026
What: Restore original v1beta1 naming in the first Backstage catalog entry Why: The v1beta1 resource hasn't been graduated yet in this PR scope Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
grafana_apps_dashboard_dashboard_v2resource for the stable v2 Dashboard APIgrafana/apps/dashboardSDK dependency to include the v2 packagegrafana_apps_dashboard_dashboard_v1beta1→grafana_apps_dashboard_dashboard_v1: the SDK bump graduates v1beta1 to v1 (v1beta1 package now delegates to v1)Test plan
go build .compiles cleanlyTestAccDashboardV2Stable_basicpasses against a live Grafana instance🤖 Generated with Claude Code