aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2c56741c89c1..878b6f80613e 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.
+20171119:
+ AFFECTS: users of sysutils/zrepl
+ AUTHOR: woodsb02@FreeBSD.org
+
+ Zrepl has been updated to 0.0.2, which introduces two changes that will
+ require existing users to change their zrepl.yml config file:
+ - global.logging is no longer a dictionary but a list.
+ Refer to the new format here: https://zrepl.github.io/configuration/logging.html
+ - source job field datasets renamed to filesystems.
+ Refer to the new format here: https://zrepl.github.io/configuration/jobs.html
+
+ https://zrepl.github.io/changelog.html#id1
+
20171117:
AFFECTS: users of sysutils/terraform
AUTHOR: lifanov@FreeBSD.org