Skip to content

Commit

Permalink
Upgrade Grafana to 9.2.4
Browse files Browse the repository at this point in the history
---
Addresses some CVEs and bugs
  • Loading branch information
vlameiras committed Nov 15, 2022
1 parent 995c371 commit 9e3a0be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ with `#` are ignored, otherwise it will install the version defined in the build

```runtime.txt
# Define your grafana version here
9.2.0
9.2.4
```

This buildpack only supports Grafana 7.x or greater!
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
VCAP_APPLICATION: '{"uris":["grafana.example.com"]}'
VCAP_SERVICES: ""
GRAFANA_VERSION: "9.2.0"
GRAFANA_VERSION: "9.2.4"
PORT: 8080


Expand Down
2 changes: 1 addition & 1 deletion parameters.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variables, this file is designed to be sourced by supply

# default versions
GRAFANA_VERSION="${GRAFANA_VERSION:-9.2.0}"
GRAFANA_VERSION="${GRAFANA_VERSION:-9.2.4}"
CLOUDSQL_PROXY_VERSION="${CLOUDSQL_PROXY_VERSION:-1.32.0}"
GRAFANA_ALERTMANAGER_VERSION="${GRAFANA_ALERTMANAGER_VERSION:-1.2.1}"

Expand Down
2 changes: 1 addition & 1 deletion sample/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Define your grafana version here
9.2.0
9.2.4

0 comments on commit 9e3a0be

Please sign in to comment.