diff --git a/README.md b/README.md index 0084126..2047e6b 100644 --- a/README.md +++ b/README.md @@ -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.1.5 +9.2.0 ``` This buildpack only supports Grafana 7.x or greater! diff --git a/defaults.ini b/defaults.ini index b3be836..3bc3ca9 100644 --- a/defaults.ini +++ b/defaults.ini @@ -944,6 +944,9 @@ address = # otlp destination address = +[tracing.opentelemetry] +#opentelemetry + #################################### External Image Storage ############## [external_image_storage] # Used for uploading images to public servers so they can be included in slack/email messages. diff --git a/docker-compose.yml b/docker-compose.yml index 6b587ca..9a6a3af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: VCAP_APPLICATION: '{"uris":["grafana.example.com"]}' VCAP_SERVICES: "" - GRAFANA_VERSION: "9.1.5" + GRAFANA_VERSION: "9.2.0" PORT: 8080 diff --git a/parameters.sh b/parameters.sh index aa3de8a..39edcfd 100644 --- a/parameters.sh +++ b/parameters.sh @@ -1,7 +1,7 @@ # Variables, this file is designed to be sourced by supply # default versions -GRAFANA_VERSION="${GRAFANA_VERSION:-9.1.5}" +GRAFANA_VERSION="${GRAFANA_VERSION:-9.2.0}" CLOUDSQL_PROXY_VERSION="${CLOUDSQL_PROXY_VERSION:-1.32.0}" GRAFANA_ALERTMANAGER_VERSION="${GRAFANA_ALERTMANAGER_VERSION:-1.2.1}" diff --git a/sample/runtime.txt b/sample/runtime.txt index 80d054b..4172cad 100644 --- a/sample/runtime.txt +++ b/sample/runtime.txt @@ -1,2 +1,2 @@ # Define your grafana version here -9.1.5 +9.2.0