aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorArtyom Davidov <ard_1@mail.ru>2022-12-26 16:29:10 +0000
committerDries Michiels <driesm@FreeBSD.org>2022-12-26 22:03:33 +0000
commitb74ef047bb99df838aedb6efdf0966667e4f2981 (patch)
treecfcaf3b22f196283e683a14a36504c553f979518 /UPDATING
parent69e8ab9ad3940c78df71ee5346aec917d848e1cd (diff)
downloadports-b74ef047bb99df838aedb6efdf0966667e4f2981.tar.gz
ports-b74ef047bb99df838aedb6efdf0966667e4f2981.zip
sysutils/zrepl: update to 0.6.0
Changes: https://github.com/zrepl/zrepl/releases/tag/v0.6.0 PR: 268058 Approved by: maintainer timeout
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f952518fa59e..4061be446cf0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20221226:
+ AFFECTS: users of sysutils/zrepl
+ AUTHOR: driesm@FreeBSD.org
+
+ The Prometheus metric zrepl_version_daemon has been converted to the
+ zrepl_start_time metric. The metric still reports the zrepl verison in a
+ label. But the metric value is now the Unix timestamp at the time the
+ daemon was started. The Grafana dashboard in dist/grafana has been
+ updated.
+
+ The RPC protocol version has also been bumped; all zrepl daemons in a
+ setup must be updated and restarted before replication can resume.
+
20221220:
AFFECTS: users of net-mgmt/unbound_exporter
AUTHOR: thomas@beingboiled.info