Skip to content

Commit

Permalink
grafana: Update to 9.2.1
Browse files Browse the repository at this point in the history
upstream changes:
-----------------
9.2.1 (2022-10-18)
Features and enhancements
  o Alerting: Improve notification policies created during migration
  o AzureAD: Add option to force fetch the groups from the Graph API
  o AzureAD: Add option to force fetch the groups from the Graph API
  o Docs: Note end of release notes publication
  o Inspect: Handle JSON tab crash when the provided object is too big to
    stringify
  o TablePanel: Footer now updates values on column filtering
Bug fixes
  o Alerting: Fix email image embedding on Windows
  o Alerting: Fix mathexp.NoData for ConditionsCmd
  o Legacy Alerting: Fix duration calculation when testing a rule
  o Loki: Propagate additional headers from Grafana to Loki when querying data
  o Search: Sort alphabetically in the folder view, increase the limit of the
    folder search from 50 to 1000
  o TablePanel: Fix last table column to be centered.
Plugin development fixes & changes
  o Grafana UI: Export prop types for queryfield, modal and field components
  o Toolkit: Fix Cannot use import statement outside... error in tests
  • Loading branch information
triaxx committed Oct 19, 2022
1 parent 41fa26f commit 68cacd4
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 288 deletions.
4 changes: 2 additions & 2 deletions www/grafana/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.80 2022/10/16 19:26:43 triaxx Exp $
# $NetBSD: Makefile,v 1.81 2022/10/19 03:28:04 triaxx Exp $

DISTNAME= grafana-9.2.0
DISTNAME= grafana-9.2.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=grafana/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 68cacd4

Please sign in to comment.