Skip to content

Commit

Permalink
CI: Update to Grafana 9.5.7 and 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 13, 2023
1 parent 293ba80 commit 4282c7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4282c7c

Please sign in to comment.