Releases: stephenyeargin/hubot-grafana
Releases · stephenyeargin/hubot-grafana
Release 3.1.4
- Fixes CVE-2022-3224 and CVE-2022-2900 (f30dc22)
- npm install -> npm ci (d1df069)
- Bump release it. (65b0767)
Release 3.1.3
- Bump versions to clear security alerts (3b10ea4)
Release 3.1.2
- Bump packages, fix CVE-2021-44906 (3a73292)
Release 3.1.1
Release 3.1.0
What's Changed
- Return all matching panels rather than just one by @stephenyeargin in #142
Full Changelog: v3.0.1...v3.1.0
Release 3.0.1
Release 3.0.0
🚨 Breaking Change
This version drops support for Grafana 5 or earlier, and has only been tested with Grafana 8. It also relies exclusively on the uid
of the dashboard rather than the legacy slug
. If you run into trouble with this version and are running an earlier version of Grafana, we suggest downgrading back to v2.5.2
.
We also recommend the hubot-alias
package if the new UID keys are too cumbersome to remember. In the example below, the uid
is 7h3u1d
, and we're requesting the second panel.
User> hubot alias graf-lb=graf db 7h3u1d:2 now-20m
Changes
- Support for Grafana 8 (#139)
Release 2.5.2
- Bump packages to latest versions (e713c19)