Skip to content

Commit

Permalink
Update to Grafana 10.0.3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jul 27, 2023
1 parent bf97bc3 commit b99f369
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 127 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log

## 3.1.0 (IN PROGRESS)
## 3.1.0 (2023-07-26)

### Features / Enhancements

- Add YouTube to support (#77)
- Remove News icon (#78)
- Update ESLint configuration (#79)
- Update to Grafana 10.0.2 (#80)
- Update to Grafana 10.0.3 (#80, #81)

## 3.0.0 (2023-06-25)

Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:10.0.2
FROM grafana/grafana:10.0.3

##################################################################
## CONFIGURATION
Expand Down Expand Up @@ -47,8 +47,9 @@ USER root
## VISUAL
##################################################################

## Replace Favicon
## Replace Favicon and Apple Touch
COPY img/fav32.png /usr/share/grafana/public/img
COPY img/fav32.png /usr/share/grafana/public/img/apple-touch-icon.png

## Replace Logo
COPY img/logo.svg /usr/share/grafana/public/img/grafana_icon.svg
Expand Down
Loading

0 comments on commit b99f369

Please sign in to comment.