pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/grafana
Module Name: pkgsrc
Committed By: tnn
Date: Fri Aug 21 18:04:06 UTC 2026
Modified Files:
pkgsrc/www/grafana: Makefile PLIST distinfo go-modules.mk
pkgsrc/www/grafana/files/smf: manifest.xml
pkgsrc/www/grafana/patches: patch-go.mod
Added Files:
pkgsrc/www/grafana: options.mk
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite: go.mod
sqlite.go
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite/lib: go.mod
lib.go
pkgsrc/www/grafana/patches:
patch-.._github.com_coreos_go-systemd_v22_daemon_sdnotify__other.go
patch-.._github.com_coreos_go-systemd_v22_daemon_sdnotify__unix.go
patch-.._k8s.io_apiserver_pkg_server_options_serving__noportreuse.go
patch-.._k8s.io_apiserver_pkg_server_options_serving__unix.go
Removed Files:
pkgsrc/www/grafana/patches: patch-go.sum patch-pkg_build_cmd.go
Log Message:
grafana: update to 13.1.3
pkgsrc change:
This update disables support for sqlite as storage backend on most
platforms because grafana has switched to a sqlite driver that is
very difficult to support in a generic manner in pkgsrc.
(It needs transpiled code shipped by the upstream for every
MACHINE_PLATFORM.)
On such a platform you can use PostgreSQL instead.
Other major breaking changes since 11.x:
Angular plugin support is fully removed
Data source UID enforcement
Upgrading rewrites the whole annotation table; budget 2–3x its size
React 19. Update all plugins before upgrading, or they may break
Folders and dashboards migrate off legacy SQL tables on startup
grafana-cli and grafana-server are removed (use grafana cli / grafana server)
Image Renderer no longer supported as a plugin (run it as a separate service)
Dashboards migrate to schema v2 automatically when opened
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/www/grafana/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/grafana/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/grafana/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/grafana/go-modules.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/www/grafana/options.mk
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite/go.mod \
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite/sqlite.go
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite/lib/go.mod \
pkgsrc/www/grafana/files/replaced_mods/modernc.org/sqlite/lib/lib.go
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/grafana/files/smf/manifest.xml
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/grafana/patches/patch-.._github.com_coreos_go-systemd_v22_daemon_sdnotify__other.go \
pkgsrc/www/grafana/patches/patch-.._github.com_coreos_go-systemd_v22_daemon_sdnotify__unix.go \
pkgsrc/www/grafana/patches/patch-.._k8s.io_apiserver_pkg_server_options_serving__noportreuse.go \
pkgsrc/www/grafana/patches/patch-.._k8s.io_apiserver_pkg_server_options_serving__unix.go
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/grafana/patches/patch-go.mod
cvs rdiff -u -r1.10 -r0 pkgsrc/www/grafana/patches/patch-go.sum
cvs rdiff -u -r1.4 -r0 pkgsrc/www/grafana/patches/patch-pkg_build_cmd.go
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffs are larger than 1MB and have been omitted
Home |
Main Index |
Thread Index |
Old Index