Skip to content

Release v2.1.6 #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-peaches-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-drinks-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-moles-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-parrots-marry.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.1.6

### Patch Changes

🐛 Documentation links will open in a new tab
🐛 Removed unused annotations method (replaced with new annotations support in [#196](https://github.com/grafana/github-datasource/pull/196))
🐛 Fixes error parsing app id / client id through provisioning via environment variables. Fixes [#477](https://github.com/grafana/github-datasource/issues/477)
🐛 Replaced the deprecated `setVariableQueryEditor` with `CustomVariableSupport`

## 2.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-github-datasource",
"version": "2.1.5",
"version": "2.1.6",
"private": true,
"description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.",
"repository": "github:grafana/github-datasource",
Expand Down