Skip to content

Commit

Permalink
Update to Grafana 10.0.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jul 24, 2023
1 parent 2aa0a1a commit b6cf450
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features / Enhancements

- Update ESLint configuration (#77)
- Update to Grafana 10.0.2 (#78)

## 3.0.0 (2023-06-25)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:10.0.1
FROM grafana/grafana:10.0.2

##################################################################
## CONFIGURATION
Expand Down
8 changes: 8 additions & 0 deletions src/components/Plugins/Variable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ export const Variable: React.FC = () => {
>
GitHub
</LinkButton>
<LinkButton
variant="success"
icon="cloud-download"
target="_blank"
href="https://grafana.com/grafana/plugins/volkovlabs-variable-panel/"
>
Grafana
</LinkButton>
</Card.Actions>
</Card>
);
Expand Down

0 comments on commit b6cf450

Please sign in to comment.