Skip to content

Commit

Permalink
Build by Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and yesoreyeram committed Dec 14, 2023
1 parent c98eb10 commit e1b25e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x]

steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion dist/LAST_UPDATED
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tue Nov 24 17:49:32 UTC 2020
Thu Dec 14 06:28:32 UTC 2023
6 changes: 6 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e1b25e9

Please sign in to comment.