From 4282c7c529735d253a4ce9c3c5802d395f044f47 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 13 Aug 2023 02:04:51 +0200 Subject: [PATCH] CI: Update to Grafana 9.5.7 and 10.0.3 --- .env | 7 ++++--- .github/workflows/tests.yml | 2 +- CHANGES.rst | 2 +- README.rst | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env b/.env index e7224018..5f9b9f3a 100644 --- a/.env +++ b/.env @@ -16,15 +16,16 @@ MONGODB_VERSION=5 MONGODB_PORT=27017 # Grafana -GRAFANA_VERSION=9.3.0 +GRAFANA_VERSION=10.0.3 GRAFANA_PORT=3000 # History #MOSQUITTO_VERSION=1.6 #GRAFANA_VERSION=6.7.6 -#GRAFANA_VERSION=7.5.11 +#GRAFANA_VERSION=7.5.17 #GRAFANA_VERSION=8.0.0 #GRAFANA_VERSION=8.0.6 #GRAFANA_VERSION=8.1.7 -#GRAFANA_VERSION=8.5.4 +#GRAFANA_VERSION=8.5.27 +#GRAFANA_VERSION=9.5.7 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b778a63..516ff2b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] mosquitto-version: [ "2.0" ] influxdb-version: [ "1.8" ] - grafana-version: [ "7.5.17", "8.5.15", "9.3.0" ] + grafana-version: [ "7.5.17", "8.5.27", "9.5.7", "10.0.3" ] # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers services: diff --git a/CHANGES.rst b/CHANGES.rst index 668fb540..756e8aa2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Changelog in progress =========== -- CI: Update to Grafana 9.3.0 +- CI: Update to Grafana 9.5.7 and 10.0.3 - Grafana: Only permit numeric fields to be established on Graph panels. Other types will make the panel croak like ``InfluxDB Error: unsupported mean iterator type: *query.stringInterruptIterator`` or ``InfluxDB Error: diff --git a/README.rst b/README.rst index d7ef2a13..810294eb 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ Kotori :target: https://github.com/eclipse/mosquitto :alt: Supported Mosquitto versions - .. image:: https://img.shields.io/badge/Grafana-5.x%20--%209.x-blue.svg + .. image:: https://img.shields.io/badge/Grafana-5.x%20--%2010.x-blue.svg :target: https://github.com/grafana/grafana :alt: Supported Grafana versions