svn commit: r491124 - head

Palle Girgensohn girgen at FreeBSD.org
Thu Jan 24 23:11:49 UTC 2019


Author: girgen
Date: Thu Jan 24 23:11:48 2019
New Revision: 491124
URL: https://svnweb.freebsd.org/changeset/ports/491124

Log:
  Update fluentd to version 1.3.3
  
  PR:             233939, 235179
  Releasenotes:   https://github.com/fluent/fluentd/blob/master/CHANGELOG.md
  Submitted by:	Artyom Davidov

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jan 24 22:58:58 2019	(r491123)
+++ head/UPDATING	Thu Jan 24 23:11:48 2019	(r491124)
@@ -5,6 +5,18 @@ 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.
 
+20190124:
+  AFFECTS: users of sysutils/rubygem-fluentd, sysutils/fluent-bit
+  AUTHOR: girgen at FreeBSD.org
+
+  The fluentd port has been upgraded from the 0.12 line to 1.3.3.  The upgrade
+  is mostly non-disruptive since there is a backward compatibility with 0.12
+  plugins and configuration files, but care should be taken about the order of
+  server upgrades since fluentd 1.x is unable to send it's data to version 0.12
+  instances.  You should carefully read
+  https://docs.fluentd.org/v1.0/articles/update-from-v0.12 before performing
+  any upgrade activities.
+
 20190120:
   AFFECTS: users of mail/fetchmail
   AUTHOR: mandree at FreeBSD.org


More information about the svn-ports-head mailing list