From e1b25e97557482970fde711720ac0d111304858b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 14 Dec 2023 06:28:32 +0000 Subject: [PATCH] Build by Github Actions --- .github/workflows/release.yaml | 6 +----- CHANGELOG.md | 1 + dist/LAST_UPDATED | 2 +- dist/README.md | 6 ++++++ package.json | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 55f89d8..36f8655 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [12.x] - steps: - name: Checkout uses: actions/checkout@v2 @@ -33,7 +29,7 @@ jobs: echo "Grafana Boom Table plugin - Build"; yarn build; - name: Sign plugin - run: npx @grafana/toolkit plugin:sign + run: npx @grafana/toolkit@8.4.7 plugin:sign env: GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} - name: Get plugin information diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3a798..cbc3be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ | Version | Changes | | -------------------|-----------| +| 1.6.0 | Plugin deprecated | | 1.5.0 | Plugin signed for use | | 1.4.0 | Pipeline updates | | 1.3.1 | Tags for prometheus and influxdb (EXPERIMENTAL FEATURE) | diff --git a/dist/LAST_UPDATED b/dist/LAST_UPDATED index 608a178..0951ef6 100644 --- a/dist/LAST_UPDATED +++ b/dist/LAST_UPDATED @@ -1 +1 @@ -Tue Nov 24 17:49:32 UTC 2020 +Thu Dec 14 06:28:32 UTC 2023 diff --git a/dist/README.md b/dist/README.md index 8d49463..ecfffc6 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,3 +1,9 @@ +# :warning: DEPRECATION + +Grafana Boom Table Panel was created during early Grafana days to add some kind of transformations support for the Graphite and other timeseries databases. Given that now grafana have native transformations, I would recommend using Grafana Table Panel + Grafana transformations to achieve the equivalent. Also, it is now the time to archive this repository due to no maintenance. + +Thank you community for the support. This plugin will be removed/archived from the grafana plugin catalog. Existing installations should continue to work. If that doesn't work, reach out to [community.grafana.com](https://community.grafana.com) for support. You can also download old binaries from [releases page](https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/releases). + # Boom Table Panel for Grafana [![Build](https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/workflows/Test%20&%20Build/badge.svg)](https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/actions?query=workflow%3A%22Build+%26+Publish%22) diff --git a/package.json b/package.json index cbe8043..284a107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yesoreyeram-boomtable-panel", - "version": "1.5.0-alpha.3", + "version": "1.6.0", "description": "Boom table panel for Graphite, InfluxDB, Prometheus", "main": "dist/module.js", "scripts": {