-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-v2.3] Set GRAFANA_VERSION used throughout shared lookups (#3101
) * Set GRAFANA_VERSION used throughout shared lookups (#3091) It was working in "next" because the fallback behavior is to use the page's version for any "SOMETHING_VERSION" lookup. Therefore, the `docs/shared` lookup coincidentally targeted "next" which exists in the Grafana documentation. Now that we have cut a new release with these docs, the released version is being used which is causing errors because `v2.3.x` is not a valid Grafana version. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> (cherry picked from commit 32014d7) * Trigger CI --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
- Loading branch information
1 parent
ecdc8c4
commit 91fe37d
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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