From e6801b7ecd2b1f3eb0b94b8463c961609dcb476b Mon Sep 17 00:00:00 2001 From: Alyx Burke Date: Sat, 1 Nov 2025 19:30:25 +0000 Subject: [PATCH 1/3] Updated grafana plugin versions --- .../dashboards/internet-connection.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json b/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json index 9219d8ad..68b27e50 100644 --- a/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json +++ b/internet-monitoring/grafana/provisioning/dashboards/internet-connection.json @@ -72,7 +72,7 @@ "sizing": "auto", "text": {} }, - "pluginVersion": "10.4.1", + "pluginVersion": "12.2.1", "targets": [ { "datasource": "prometheus", @@ -136,7 +136,7 @@ "sizing": "auto", "text": {} }, - "pluginVersion": "10.4.1", + "pluginVersion": "12.2.1", "targets": [ { "datasource": "prometheus", @@ -201,7 +201,7 @@ "sizing": "auto", "text": {} }, - "pluginVersion": "10.4.1", + "pluginVersion": "12.2.1", "targets": [ { "datasource": "prometheus", @@ -296,7 +296,7 @@ "sort": "none" } }, - "pluginVersion": "7.4.5", + "pluginVersion": "12.2.1", "targets": [ { "datasource": "prometheus", @@ -389,6 +389,7 @@ "sort": "none" } }, + "pluginVersion": "12.2.1", "targets": [ { "datasource": "prometheus", @@ -487,7 +488,7 @@ "sort": "none" } }, - "pluginVersion": "9.3.2", + "pluginVersion": "12.2.1", "repeat": "host", "repeatDirection": "h", "targets": [ @@ -1069,7 +1070,7 @@ } ], "refresh": "", - "schemaVersion": 39, + "schemaVersion": 42, "tags": [ "speedtest", "ping" From 3db8495e38d147e3e3dd42285fd4767c7a1beacf Mon Sep 17 00:00:00 2001 From: Alyx Burke <55920990+alyxdeburca@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:30:54 +0000 Subject: [PATCH 2/3] Update ansible-core dependency version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cfd736..b630a850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install yamllint ansible-core ansible-lint + run: pip3 install yamllint ansible-core>=2.20.0 ansible-lint - name: Lint code. run: | From 6a441bda52cbc6ca56d3f831334ab9811c2a0855 Mon Sep 17 00:00:00 2001 From: Alyx Burke Date: Tue, 4 Nov 2025 16:37:00 +0000 Subject: [PATCH 3/3] Forced Python version to 3.13.7 for testing purposes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b630a850..7c5424d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: - name: Set up Python 3. uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.13.7' - name: Install test dependencies. - run: pip3 install yamllint ansible-core>=2.20.0 ansible-lint + run: pip3 install yamllint ansible-core ansible-lint - name: Lint code. run: |