head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.21.18.04.06; author tnn; state Exp; branches; next ; commitid iQqDttNGIIpT3xSG; desc @@ 1.1 log @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 @ text @$NetBSD$ unix.SO_REUSEPORT unavailable on SunOS. --- ../k8s.io/apiserver/pkg/server/options/serving_unix.go.orig 2026-08-19 21:25:30.996190999 +0000 +++ ../k8s.io/apiserver/pkg/server/options/serving_unix.go @@@@ -1,4 +1,4 @@@@ -//go:build !windows +//go:build !windows && !illumos /* Copyright 2020 The Kubernetes Authors. @