commit rubygem-fluentd for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2020-10-05 19:31:16

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4249 (New)


Package is "rubygem-fluentd"

Mon Oct  5 19:31:16 2020 rev:15 rq:838035 version:1.11.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2020-05-11 13:41:06.145087472 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4249/rubygem-fluentd.changes
2020-10-05 19:31:20.520750438 +0200
@@ -1,0 +2,70 @@
+Fri Sep 25 13:57:44 UTC 2020 - Stephan Kulow 
+
+updated to version 1.11.2
+ see installed CHANGELOG.md
+
+  # v1.11
+  
+  ## Release v1.11.2 - 2020/08/04
+  
+  ### Enhancement
+  
+  * `in_dummy` renamed to `in_sample`
+https://github.com/fluent/fluentd/pull/3065
+  * Allow regular expression in filter/match directive
+https://github.com/fluent/fluentd/pull/3071
+  * Refactoring code
+https://github.com/fluent/fluentd/pull/3051
+  
+  ### Bug fix
+  
+  * buffer: Fix log message for `chunk_limit_records` case
+https://github.com/fluent/fluentd/pull/3079
+  * buffer: Fix timekey optimization for non-windows platform
+https://github.com/fluent/fluentd/pull/3092
+  * cert: Raise an error for broken certificate file
+https://github.com/fluent/fluentd/pull/3086
+  * cert: Set TLS ciphers list correcty on older OpenSSL
+https://github.com/fluent/fluentd/pull/3093
+  
+  ## Release v1.11.1 - 2020/06/22
+  
+  ### Enhancement
+  
+  * in_http: Add `dump_error_log` parameter
+https://github.com/fluent/fluentd/pull/3035
+  * in_http: Improve time field handling
+https://github.com/fluent/fluentd/pull/3046
+  * Refactoring code
+https://github.com/fluent/fluentd/pull/3047
+  
+  ### Bug fix
+  
+  * in_tail: Use actual path instead of based pattern for ignore list
+https://github.com/fluent/fluentd/pull/3042
+  * child_process helper: Fix child process failure due to SIGPIPE if the 
command uses stdout
+https://github.com/fluent/fluentd/pull/3044
+  
+  ## Release v1.11.0 - 2020/06/04
+  
+  ### New feature
+  
+  * in_unix: Use v1 API
+https://github.com/fluent/fluentd/pull/2992
+  
+  ### Enhancement
+  
+  * parser_syslog: Support any `time_format` for RFC3164 string parser
+https://github.com/fluent/fluentd/pull/3014
+  * parser_syslog: Add new parser for RFC5424
+https://github.com/fluent/fluentd/pull/3015
+  * Refactoring code
+https://github.com/fluent/fluentd/pull/3019
+  
+  ### Bug fix
+  
+  * in_gc_stat: Add `use_symbol_keys` parameter to emit string key record
+https://github.com/fluent/fluentd/pull/3008
+  
+
+---

Old:

  fluentd-1.10.3.gem

New:

  fluentd-1.11.2.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.os9SNY/_old  2020-10-05 19:31:21.628755111 +0200
+++ /var/tmp/diff_new_pack.os9SNY/_new  2020-10-05 19:31:21.632755127 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:1.10.3
+Version:1.11.2
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-1.10.3.gem -> fluentd-1.11.2.gem ++
 3672 lines of diff (skipped)




commit rubygem-fluentd for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2020-05-11 13:40:58

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.2738 (New)


Package is "rubygem-fluentd"

Mon May 11 13:40:58 2020 rev:14 rq:802334 version:1.10.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2020-03-07 21:38:08.200268022 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.2738/rubygem-fluentd.changes
2020-05-11 13:41:06.145087472 +0200
@@ -1,0 +2,130 @@
+Thu May  7 20:43:16 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.10.3
+ see installed CHANGELOG.md
+
+  # v1.10
+  
+  ## Release v1.10.3 - 2020/05/01
+  
+  ### Enhancement
+  
+  * record_accessor: Add `set` method
+https://github.com/fluent/fluentd/pull/2977
+  * config: Ruby DSL format is deprecated
+https://github.com/fluent/fluentd/pull/2958
+  * Refactor code
+https://github.com/fluent/fluentd/pull/2961
+https://github.com/fluent/fluentd/pull/2962
+https://github.com/fluent/fluentd/pull/2965
+https://github.com/fluent/fluentd/pull/2966
+https://github.com/fluent/fluentd/pull/2978
+  
+  ### Bug fix
+  
+  * out_forward: Disable `linger_timeout` setting on Windows
+https://github.com/fluent/fluentd/pull/2959
+  * out_forward: Fix warning of service discovery manager when fluentd stops
+https://github.com/fluent/fluentd/pull/2974
+  
+  ## Release v1.10.2 - 2020/04/15
+  
+  ### Enhancement
+  
+  * out_copy: Add plugin_id to log message
+https://github.com/fluent/fluentd/pull/2934
+  * socket: Allow cert chains in mutual auth
+https://github.com/fluent/fluentd/pull/2930
+  * system: Add ignore_repeated_log_interval parameter
+https://github.com/fluent/fluentd/pull/2937
+  * windows: Allow to launch fluentd from whitespace included path
+https://github.com/fluent/fluentd/pull/2920
+  * Refactor code
+https://github.com/fluent/fluentd/pull/2935
+https://github.com/fluent/fluentd/pull/2936
+https://github.com/fluent/fluentd/pull/2938
+https://github.com/fluent/fluentd/pull/2939
+https://github.com/fluent/fluentd/pull/2946
+  
+  ### Bug fix
+  
+  * in_syslog: Fix octet-counting mode bug
+https://github.com/fluent/fluentd/pull/2942
+  * out_forward: Create timer for purging obsolete sockets when 
keepalive_timeout is not set
+https://github.com/fluent/fluentd/pull/2943
+  * out_forward: Need authentication when sending tcp heartbeat with keepalive
+https://github.com/fluent/fluentd/pull/2945
+  * command: Fix fluent-debug start failure
+https://github.com/fluent/fluentd/pull/2948
+  * command: Fix regression of supervisor's worker and `--daemon` combo
+https://github.com/fluent/fluentd/pull/2950
+  
+  ## Release v1.10.1 - 2020/04/02
+  
+  ### Enhancement
+  
+  * command: `--daemon` and `--no-supervisor` now work together
+https://github.com/fluent/fluentd/pull/2912
+  * Refactor code
+https://github.com/fluent/fluentd/pull/2913
+  
+  ### Bug fix
+  
+  * in_tail: `Fix pos_file_compaction_interval` parameter type
+https://github.com/fluent/fluentd/pull/2921
+  * in_tail: Fix seek position update after compaction
+https://github.com/fluent/fluentd/pull/2922
+  * parser_syslog: Fix regression in the `with_priority` and RFC5424 case
+https://github.com/fluent/fluentd/pull/2923
+  
+  ### Misc
+  
+  * Add document for security audit
+https://github.com/fluent/fluentd/pull/2911
+  
+  ## Release v1.10.0 - 2020/03/24
+  
+  ### New feature
+  
+  * sd plugin: Add SRV record plugin
+https://github.com/fluent/fluentd/pull/2876
+  
+  ### Enhancement
+  
+  * server: Add `cert_verifier` parameter for TLS transport
+https://github.com/fluent/fluentd/pull/2888
+  * parser_syslog: Support customized time format
+https://github.com/fluent/fluentd/pull/2886
+  * in_dummy: Delete `suspend` parameter
+https://github.com/fluent/fluentd/pull/2897
+  * Refactor code
+https://github.com/fluent/fluentd/pull/2858
+https://github.com/fluent/fluentd/pull/2862
+https://github.com/fluent/fluentd/pull/2864
+https://github.com/fluent/fluentd/pull/2869
+https://github.com/fluent/fluentd/pull/2870
+https://github.com/fluent/fluentd/pull/2874
+https://github.com/fluent/fluentd/pull/2881
+https://github.com/fluent/fluentd/pull/2885
+https://github.com/fluent/fluentd/pull/2894
+https://github.com/fluent/fluentd/pull/2896
+https://github.com/fluent/fluentd/pull/2898
+https://github.com/fluent/fluentd/pull/2899
+https://github.com/fluent/fluentd/pull/2900
+https://github.com/fluent/fluentd/pull/2901
+https://github.com/fluent/fluentd/pull/2906
+  
+  ### Bug fix
+  
+  * out_forward: 

commit rubygem-fluentd for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2020-03-07 21:38:07

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.26092 (New)


Package is "rubygem-fluentd"

Sat Mar  7 21:38:07 2020 rev:13 rq:773761 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2019-07-22 12:20:49.223657598 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.26092/rubygem-fluentd.changes   
2020-03-07 21:38:08.200268022 +0100
@@ -1,0 +2,284 @@
+Mon Feb 10 14:35:23 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.9.1
+ see installed CHANGELOG.md
+
+  # v1.9
+  
+  ## Release v1.9.1 - 2020/01/31
+  
+  ### Enhancement
+  
+  * http_server helper: Support HTTPS
+https://github.com/fluent/fluentd/pull/2787
+  * in_tail: Add `path_delimiter` to split with any char
+https://github.com/fluent/fluentd/pull/2796
+  * in_tail: Remove an entry from PositionaFile when it is unwatched
+https://github.com/fluent/fluentd/pull/2803
+  * out_http: Add warning for `retryable_response_code`
+https://github.com/fluent/fluentd/pull/2809
+  * parser_syslog: Add multiline RFC5424 support
+https://github.com/fluent/fluentd/pull/2767
+  * Add TLS module to unify TLS related code
+https://github.com/fluent/fluentd/pull/2802
+  
+  ### Bug fix
+  
+  * output: Add `EncodingError` to unrecoverable errors
+https://github.com/fluent/fluentd/pull/2808
+  * tls: Fix TLS version handling in secure mode
+https://github.com/fluent/fluentd/pull/2802
+  
+  ## Release v1.9.0 - 2020/01/22
+  
+  ### New feature
+  
+  * New light-weight config reload mechanizm
+https://github.com/fluent/fluentd/pull/2716
+  * Drop ruby 2.1/2.2/2.3 support
+https://github.com/fluent/fluentd/pull/2750
+  
+  ### Enhancement
+  
+  * output: Show better message for secondary warning
+https://github.com/fluent/fluentd/pull/2751
+  * Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier
+https://github.com/fluent/fluentd/pull/2670
+  * Support Ruby's Time class in msgpack serde
+https://github.com/fluent/fluentd/pull/2775
+  * Clean up code/test
+https://github.com/fluent/fluentd/pull/2753
+https://github.com/fluent/fluentd/pull/2763
+https://github.com/fluent/fluentd/pull/2764
+https://github.com/fluent/fluentd/pull/2780
+  
+  ### Bug fix
+  
+  * buffer: Disable the optimization of Metadata instance comparison on Windows
+https://github.com/fluent/fluentd/pull/2778
+  * outut/buffer: Fix stage size computation
+https://github.com/fluent/fluentd/pull/2734
+  * server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart
+https://github.com/fluent/fluentd/pull/2773
+  * server: Fix IPv6 dual stack mode issue for udp socket
+https://github.com/fluent/fluentd/pull/2781
+  * config: Support @include/include directive for spaces included path
+https://github.com/fluent/fluentd/pull/2780
+  
+  
+  # v1.8
+  
+  ## Release v1.8.1 - 2019/12/26
+  
+  ### Enhancement
+  
+  * in_tail: Add `path_timezone` parameter to format `path` with the specified 
timezone
+https://github.com/fluent/fluentd/pull/2719
+  * out_copy: Add `copy_mode` parameter. `deep_copy` parameter is now 
deprecated.
+https://github.com/fluent/fluentd/pull/2747
+  * supervisor: Add deprecated log for `inline_config`
+https://github.com/fluent/fluentd/pull/2746
+  
+  ### Bug fixes
+  
+  * parser_ltsv: Prevent garbage result by checking `label_delimiter`
+https://github.com/fluent/fluentd/pull/2748
+  
+  ## Release v1.8.0 - 2019/12/11
+  
+  ### New feature
+  
+  * Add service discovery plugin and `out_forward` use it
+https://github.com/fluent/fluentd/pull/2541
+  * config: Add strict mode and support `default`/`nil` value in ruby embedded 
mode
+https://github.com/fluent/fluentd/pull/2685
+  
+  ### Enhancement
+  
+  * formatter_csv: Support nested fields
+https://github.com/fluent/fluentd/pull/2643
+  * record_accessor helper: Make code simple and bit faster
+https://github.com/fluent/fluentd/pull/2660
+  * Relax tzinfo dependency to accept v1
+https://github.com/fluent/fluentd/pull/2673
+  * log: Deprecate top-level match for capturing fluentd logs
+https://github.com/fluent/fluentd/pull/2689
+  * in_monitor_agent: Expose Fluentd verion in REST API
+https://github.com/fluent/fluentd/pull/2706
+  * time: Accept localtime xor utc
+https://github.com/fluent/fluentd/pull/2720
+https://github.com/fluent/fluentd/pull/2731
+  * formatter_stdout: Make time_format configurable in stdout format
+https://github.com/fluent/fluentd/pull/2721
+  * supervisor: create log directory when it doesn't exists
+

commit rubygem-fluentd for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2019-07-22 12:20:47

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4126 (New)


Package is "rubygem-fluentd"

Mon Jul 22 12:20:47 2019 rev:12 rq:717293 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2019-06-19 20:59:48.658056900 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4126/rubygem-fluentd.changes
2019-07-22 12:20:49.223657598 +0200
@@ -1,0 +2,122 @@
+Fri Jul 19 09:07:04 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.6.2
+ see installed CHANGELOG.md
+
+  # v1.6
+  
+  ## Release v1.6.2 - 2019/07/11
+  
+  ### Bug fixes
+  
+  * http_server helper: Add title argument to support multiple servers
+https://github.com/fluent/fluentd/pull/2493
+  
+  ## Release v1.6.1 - 2019/07/10
+  
+  ### Enhancement
+  
+  * socket/cert: Support all private keys OpenSSL supports, not only RSA.
+https://github.com/fluent/fluentd/pull/2487
+  * output/buffer: Improve statistics method performance
+https://github.com/fluent/fluentd/pull/2491
+  
+  ### Bug fixes
+  
+  * plugin_config_formatter: update new doc URL
+https://github.com/fluent/fluentd/pull/2481
+  * out_forward: Avoid zero division error when there are no available nodes
+https://github.com/fluent/fluentd/pull/2482
+  
+  ## Release v1.6.0 - 2019/07/01
+  
+  ### New feature
+  
+  * plugin: Add http_server helper and in_monitor_agent use it
+https://github.com/fluent/fluentd/pull/2447
+  
+  ### Enhancement
+  
+  * in_monitor_agent: Add more metrics for buffer/output
+https://github.com/fluent/fluentd/pull/2450
+  * time/plugin: Add `EventTime#to_time` method for fast conversion
+https://github.com/fluent/fluentd/pull/2469
+  * socket helper/out_forward: Add connect_timeout parameter
+https://github.com/fluent/fluentd/pull/2467
+  * command: Add `--conf-encoding` option
+https://github.com/fluent/fluentd/pull/2453
+  * parser_none: Small performance optimization
+https://github.com/fluent/fluentd/pull/2455
+  
+  ### Bug fixes
+  
+  * cert: Fix cert match pattern
+https://github.com/fluent/fluentd/pull/2466
+  * output: Fix forget to increment rollback count
+https://github.com/fluent/fluentd/pull/2462
+  
+  # v1.5
+  
+  ## Release v1.5.2 - 2019/06/13
+  
+  ### Bug fixes
+  
+  * out_forward: Fix duplicated handshake bug in keepalive
+https://github.com/fluent/fluentd/pull/2456
+  
+  ## Release v1.5.1 - 2019/06/05
+  
+  ### Enhancement
+  
+  * in_tail: Increase read block size to reduce IO call
+https://github.com/fluent/fluentd/pull/2418
+  * in_monitor_agent: Refactor code
+https://github.com/fluent/fluentd/pull/2422
+  
+  ### Bug fixes
+  
+  * out_forward: Fix socket handling of keepalive
+https://github.com/fluent/fluentd/pull/2434
+  * parser: Fix the use of name based timezone
+https://github.com/fluent/fluentd/pull/2421
+  * in_monitor_agent: Fix debug parameter handling
+https://github.com/fluent/fluentd/pull/2423
+  * command: Fix error handling of log rotation age option
+https://github.com/fluent/fluentd/pull/2427
+  * command: Fix ERB warning for ruby 2.6 or later
+https://github.com/fluent/fluentd/pull/2430
+  
+  ## Release v1.5.0 - 2019/05/18
+  
+  ### New feature
+  
+  * out_forward: Support keepalive feature
+https://github.com/fluent/fluentd/pull/2393
+  * in_http: Support TLS via server helper
+https://github.com/fluent/fluentd/pull/2395
+  * in_syslog: Support TLS via server helper
+https://github.com/fluent/fluentd/pull/2399
+  
+  ### Enhancement
+  
+  * in_syslog: Add delimiter parameter
+https://github.com/fluent/fluentd/pull/2378
+  * in_forward: Add tag/add_tag_prefix parameters
+https://github.com/fluent/fluentd/pull/2396
+  * parser_json: Add stream_buffer_size parameter for yajl
+https://github.com/fluent/fluentd/pull/2381
+  * command: Add deprecated message to show-plugin-config option
+https://github.com/fluent/fluentd/pull/2401
+  * storage_local: Ignore empty file. Call sync after write for XFS.
+https://github.com/fluent/fluentd/pull/2409
+  
+  ### Bug fixes
+  
+  * out_forward: Don't use SO_LINGER on SSL/TLS WinSock
+https://github.com/fluent/fluentd/pull/2398
+  * server helper: Fix recursive lock issue in TLSServer
+https://github.com/fluent/fluentd/pull/2341
+  * Fix typo
+https://github.com/fluent/fluentd/pull/2369
+
+---

Old:

  fluentd-1.4.2.gem

New:

  fluentd-1.6.2.gem



Other differences:
--
++ 

commit rubygem-fluentd for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2019-06-19 20:59:46

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4811 (New)


Package is "rubygem-fluentd"

Wed Jun 19 20:59:46 2019 rev:11 rq:705989 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2019-04-01 12:37:12.805881247 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.4811/rubygem-fluentd.changes
2019-06-19 20:59:48.658056900 +0200
@@ -1,0 +2,30 @@
+Sun May  5 09:25:46 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.4.2
+ see installed CHANGELOG.md
+
+  ## Release v1.4.2 - 2019/04/02
+  
+  ### Enhancements
+  
+  * in_http: subdomain support in CORS domain
+https://github.com/fluent/fluentd/pull/2337
+  * in_monitor_agent: Expose current timekey list as a buffer metrics
+https://github.com/fluent/fluentd/pull/2343
+  * in_tcp/in_udp: Add source_address_key parameter
+https://github.com/fluent/fluentd/pull/2347
+  * in_forward: Add send_keepalive_packet parameter to check the remote 
connection is available or not
+https://github.com/fluent/fluentd/pull/2352
+  
+  ### Bug fixes
+  
+  * out_exec_filter: Fix typo of child_respawn description
+https://github.com/fluent/fluentd/pull/2341
+  * in_tail: Create parent directories for symlink
+https://github.com/fluent/fluentd/pull/2353
+  * in_tail: Fix encoding duplication check for non-specified case
+https://github.com/fluent/fluentd/pull/2361
+  * log: Fix time format handling of plugin logger when log format is JSON
+https://github.com/fluent/fluentd/pull/2356
+
+---

Old:

  fluentd-1.4.1.gem

New:

  fluentd-1.4.2.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.5OTmVw/_old  2019-06-19 20:59:49.346057516 +0200
+++ /var/tmp/diff_new_pack.5OTmVw/_new  2019-06-19 20:59:49.346057516 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:1.4.1
+Version:1.4.2
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-1.4.1.gem -> fluentd-1.4.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-03-19 14:48:00.0 +0100
+++ new/CHANGELOG.md2019-04-02 17:04:49.0 +0200
@@ -1,13 +1,35 @@
 # v1.4
 
+## Release v1.4.2 - 2019/04/02
+
+### Enhancements
+
+* in_http: subdomain support in CORS domain
+  https://github.com/fluent/fluentd/pull/2337
+* in_monitor_agent: Expose current timekey list as a buffer metrics
+  https://github.com/fluent/fluentd/pull/2343
+* in_tcp/in_udp: Add source_address_key parameter
+  https://github.com/fluent/fluentd/pull/2347
+* in_forward: Add send_keepalive_packet parameter to check the remote 
connection is available or not
+  https://github.com/fluent/fluentd/pull/2352
+
+### Bug fixes
+
+* out_exec_filter: Fix typo of child_respawn description
+  https://github.com/fluent/fluentd/pull/2341
+* in_tail: Create parent directories for symlink
+  https://github.com/fluent/fluentd/pull/2353
+* in_tail: Fix encoding duplication check for non-specified case
+  https://github.com/fluent/fluentd/pull/2361
+* log: Fix time format handling of plugin logger when log format is JSON
+  https://github.com/fluent/fluentd/pull/2356
+
 ## Release v1.4.1 - 2019/03/18
 
 ### Enhancements
 
 * system: Add worker_id to process_name when workers is larger than 1
   https://github.com/fluent/fluentd/pull/2321
-* in_syslog: Check message length when read from buffer in octet counting
-  https://github.com/fluent/fluentd/pull/2323
 * parser_regexp: Check named captures. When no named captures, configuration 
error is raised
   https://github.com/fluent/fluentd/pull/2331
 
@@ -15,6 +37,8 @@
 
 * out_forward: Make tls_client_private_key_passphrase secret
   https://github.com/fluent/fluentd/pull/2324
+* in_syslog: Check message length when read from buffer in octet counting
+  https://github.com/fluent/fluentd/pull/2323
 
 ## Release v1.4.0 - 2019/02/24
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-03-19 14:48:00.0 +0100
+++ new/README.md   2019-04-02 17:04:49.0 +0200
@@ -53,11 +53,6 @@
 $ bundle exec rake test TEST=test/test_specified_path.rb
 $ bundle exec rake test TEST=test/test_*.rb
 
-## Running in Production
-
-Many enterprises run Fluentd in production to handle all of their 

commit rubygem-fluentd for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2019-04-01 12:37:12

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.25356 (New)


Package is "rubygem-fluentd"

Mon Apr  1 12:37:12 2019 rev:10 rq:689713 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2019-01-21 10:54:07.575745147 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.25356/rubygem-fluentd.changes   
2019-04-01 12:37:12.805881247 +0200
@@ -1,0 +2,12 @@
+Fri Mar 29 06:00:25 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.4.1
+ see installed CHANGELOG.md
+
+---
+Sat Mar  2 15:14:08 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.4.0
+ see installed CHANGELOG.md
+
+---

Old:

  fluentd-1.3.3.gem

New:

  fluentd-1.4.1.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.eToZ38/_old  2019-04-01 12:37:13.357881518 +0200
+++ /var/tmp/diff_new_pack.eToZ38/_new  2019-04-01 12:37:13.361881520 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:1.3.3
+Version:1.4.1
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-1.3.3.gem -> fluentd-1.4.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/ISSUE_TEMPLATE.md 
new/.github/ISSUE_TEMPLATE.md
--- old/.github/ISSUE_TEMPLATE.md   2019-01-07 04:07:42.0 +0100
+++ new/.github/ISSUE_TEMPLATE.md   2019-03-19 14:48:00.0 +0100
@@ -1,6 +1,8 @@
 Check [CONTRIBUTING 
guideline](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) first 
and here is the list to help us investigate the problem.
 
 - fluentd or td-agent version.
-- Environment information, e.g. OS.
+- Environment information:
+   - Operating system: `cat /etc/os-release`
+   - Kernel version: `uname -r`
 - Your configuration
 - Your problem explanation. If you have an error logs, write it together.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/PULL_REQUEST_TEMPLATE.md 
new/.github/PULL_REQUEST_TEMPLATE.md
--- old/.github/PULL_REQUEST_TEMPLATE.md1970-01-01 01:00:00.0 
+0100
+++ new/.github/PULL_REQUEST_TEMPLATE.md2019-03-19 14:48:00.0 
+0100
@@ -0,0 +1,13 @@
+
+
+**Which issue(s) this PR fixes**: 
+Fixes #
+
+**What this PR does / why we need it**: 
+
+**Docs Changes**:
+
+**Release Note**: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2019-01-07 04:07:42.0 +0100
+++ new/.gitignore  2019-03-19 14:48:00.0 +0100
@@ -25,4 +25,5 @@
 coverage/*
 .vagrant/
 cov-int/
-cov-fluentd.tar.gz
\ No newline at end of file
+cov-fluentd.tar.gz
+.vscode
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2019-01-07 04:07:42.0 +0100
+++ new/.travis.yml 2019-03-19 14:48:00.0 +0100
@@ -11,8 +11,6 @@
   os: linux
 - rvm: 2.2.10
   os: linux
-- rvm: 2.3.7
-  os: linux
 - rvm: 2.4.5
   os: linux
 - rvm: 2.5.3
@@ -37,6 +35,8 @@
   os: osx
   osx_image: xcode8.3 # OSX 10.12
   allow_failures:
+- rvm: 2.3.8
+  os: linux
 - rvm: 2.1.10
   os: osx
   osx_image: xcode8.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-01-07 04:07:42.0 +0100
+++ new/CHANGELOG.md2019-03-19 14:48:00.0 +0100
@@ -1,6 +1,55 @@
+# v1.4
+
+## Release v1.4.1 - 2019/03/18
+
+### Enhancements
+
+* system: Add worker_id to process_name when workers is larger than 1
+  https://github.com/fluent/fluentd/pull/2321
+* in_syslog: Check message length when read from buffer in octet counting
+  https://github.com/fluent/fluentd/pull/2323
+* parser_regexp: Check named captures. When no named captures, configuration 
error is raised
+  https://github.com/fluent/fluentd/pull/2331
+
+### Bug fixes
+
+* out_forward: Make tls_client_private_key_passphrase secret
+  https://github.com/fluent/fluentd/pull/2324
+
+## Release v1.4.0 - 2019/02/24
+
+### New features
+
+* multiprocess: Support  syntax
+  https://github.com/fluent/fluentd/pull/2292
+* output: Work  and retry_forever together
+  

commit rubygem-fluentd for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2019-01-21 10:53:41

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.28833 (New)


Package is "rubygem-fluentd"

Mon Jan 21 10:53:41 2019 rev:9 rq:665975 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2018-10-25 08:20:59.691947683 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.28833/rubygem-fluentd.changes   
2019-01-21 10:54:07.575745147 +0100
@@ -1,0 +2,98 @@
+Mon Jan 14 13:38:03 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.3.3
+ see installed CHANGELOG.md
+
+  ## Release v1.3.3 - 2018/01/06
+  
+  ### Enhancements
+  
+  * parser_syslog: Use String#squeeze for performance improvement
+https://github.com/fluent/fluentd/pull/2239
+  * parser_syslog: Support RFC5424 timestamp without subseconds
+https://github.com/fluent/fluentd/pull/2240
+  
+  ### Bug fixes
+  
+  * server: Ignore ECONNRESET in TLS accept to avoid fluentd restart
+https://github.com/fluent/fluentd/pull/2243
+  * log: Fix plugin logger ignores fluentd log event setting
+https://github.com/fluent/fluentd/pull/2252
+
+---
+Wed Dec 19 07:06:14 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.3.2
+ see installed CHANGELOG.md
+
+  ## Release v1.3.2 - 2018/12/10
+  
+  ### Enhancements
+  
+  * out_forward: Support mutual TLS
+https://github.com/fluent/fluentd/pull/2187
+  * out_file: Create `pos_file` directory if it doesn't exist
+https://github.com/fluent/fluentd/pull/2223
+  
+  ### Bug fixes
+  
+  * output: Fix logs during retry
+https://github.com/fluent/fluentd/pull/2203
+
+---
+Sat Dec  8 16:21:20 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.3.1
+ see installed CHANGELOG.md
+
+  # v1.3
+  
+  ## Release v1.3.1 - 2018/11/27
+  
+  ### Enhancements
+  
+  * out_forward: Separate parameter names for certificate
+https://github.com/fluent/fluentd/pull/2181
+https://github.com/fluent/fluentd/pull/2190
+  * out_forward: Add `verify_connection_at_startup` parameter to check 
connection setting at startup phase
+https://github.com/fluent/fluentd/pull/2184
+  * config: Check right slash position in regexp type
+https://github.com/fluent/fluentd/pull/2176
+  * parser_nginx: Support multiple IPs in `http_x_forwarded_for` field
+https://github.com/fluent/fluentd/pull/2171
+  
+  ### Bug fixes
+  
+  * fluent-cat: Fix retry limit handling
+https://github.com/fluent/fluentd/pull/2193
+  * record_accessor helper: Delete top level field with bracket style
+https://github.com/fluent/fluentd/pull/2192
+  * filter_record_transformer: Keep `class` methond to avoid undefined method 
error
+https://github.com/fluent/fluentd/pull/2186
+  
+  ## Release v1.3.0 - 2018/11/10
+  
+  ### New features
+  
+  * output: Change thread execution control
+https://github.com/fluent/fluentd/pull/2170
+  * in_syslog: Support octet counting frame
+https://github.com/fluent/fluentd/pull/2147
+  * Use `flush_thread_count` value for `queued_chunks_limit_size` when 
`queued_chunks_limit_size` is not specified
+https://github.com/fluent/fluentd/pull/2173
+  
+  ### Enhancements
+  
+  * output: Show backtrace for unrecoverable errors
+https://github.com/fluent/fluentd/pull/2149
+  * in_http: Implement support for CORS preflight requests
+https://github.com/fluent/fluentd/pull/2144
+  
+  ### Bug fixes
+  
+  * server: Fix deadlock between on_writable and close in sockets
+https://github.com/fluent/fluentd/pull/2165
+  * output: show correct error when wrong plugin is specified for secondary
+https://github.com/fluent/fluentd/pull/2169
+
+---

Old:

  fluentd-1.2.5.gem

New:

  fluentd-1.3.3.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.EG9G7R/_old  2019-01-21 10:54:09.055743361 +0100
+++ /var/tmp/diff_new_pack.EG9G7R/_new  2019-01-21 10:54:09.059743357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fluentd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments 

commit rubygem-fluentd for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2018-10-25 08:20:36

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Thu Oct 25 08:20:36 2018 rev:8 rq:643120 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2018-07-18 22:53:49.554983587 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2018-10-25 08:20:59.691947683 +0200
@@ -1,0 +2,25 @@
+Wed Sep  5 10:12:02 UTC 2018 - co...@suse.com
+
+- updated to version 1.2.5
+ see installed CHANGELOG.md
+
+  ## Release v1.2.5 - 2018/08/22
+  
+  ### Bug fixes
+  
+  * in_tail: Fix resource leak by file rotation
+https://github.com/fluent/fluentd/pull/2105
+  * fix typos
+  
+  ## Release v1.2.4 - 2018/08/01
+  
+  ### Bug fixes
+  
+  * output: Consider timezone when calculate timekey
+https://github.com/fluent/fluentd/pull/2054
+  * output: Fix bug in suppress_emit_error_log_interval
+https://github.com/fluent/fluentd/pull/2069
+  * server-helper: Fix connection leak by close timing issue.
+https://github.com/fluent/fluentd/pull/2087
+
+---

Old:

  fluentd-1.2.3.gem

New:

  fluentd-1.2.5.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.0Ftha3/_old  2018-10-25 08:21:00.195947458 +0200
+++ /var/tmp/diff_new_pack.0Ftha3/_new  2018-10-25 08:21:00.199947456 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:1.2.3
+Version:1.2.5
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-1.2.3.gem -> fluentd-1.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-07-11 04:57:37.0 +0200
+++ new/CHANGELOG.md2018-08-23 03:04:46.0 +0200
@@ -1,5 +1,24 @@
 # v1.2
 
+## Release v1.2.5 - 2018/08/22
+
+### Bug fixes
+
+* in_tail: Fix resource leak by file rotation
+  https://github.com/fluent/fluentd/pull/2105
+* fix typos
+
+## Release v1.2.4 - 2018/08/01
+
+### Bug fixes
+
+* output: Consider timezone when calculate timekey
+  https://github.com/fluent/fluentd/pull/2054
+* output: Fix bug in suppress_emit_error_log_interval
+  https://github.com/fluent/fluentd/pull/2069
+* server-helper: Fix connection leak by close timing issue.
+  https://github.com/fluent/fluentd/pull/2087
+
 ## Release v1.2.3 - 2018/07/10
 
 ### Enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GOVERNANCE.md new/GOVERNANCE.md
--- old/GOVERNANCE.md   2018-07-11 04:57:37.0 +0200
+++ new/GOVERNANCE.md   2018-08-23 03:04:46.0 +0200
@@ -35,10 +35,10 @@
 
 ## Projects
 
-The fluent organization is open to receive new sub-projects under it umbrella. 
To apply a project as part of the __fluent__ organization, it have to met the 
following criteria:
+The fluent organization is open to receive new sub-projects under it umbrella. 
To apply a project as part of the __fluent__ organization, it has to met the 
following criteria:
 
 - Licensed under the terms of the Apache License v2.0
-- Project have been active for at least one year since it inception
+- Project has been active for at least one year since it inception
 - More than 2 contributors
 - Related to one or more scopes of Fluentd ecosystem:
   - Data collection
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/fluent/agent.rb new/lib/fluent/agent.rb
--- old/lib/fluent/agent.rb 2018-07-11 04:57:37.0 +0200
+++ new/lib/fluent/agent.rb 2018-08-23 03:04:46.0 +0200
@@ -41,7 +41,7 @@
   # from plugins which DOES emit, then DOESN'T emit
   # (input -> output w/ router -> filter -> output w/o router)
   # for start: use this order DESC
-  #   (because plugins which appears later in configurations will receive 
events from plugins which appears ealier)
+  #   (because plugins which appears later in configurations will receive 
events from plugins which appears earlier)
   # for stop/before_shutdown/shutdown/after_shutdown/close/terminate: use 
this order ASC
   @lifecycle_cache = nil
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/fluent/command/fluentd.rb 
new/lib/fluent/command/fluentd.rb
--- old/lib/fluent/command/fluentd.rb   2018-07-11 

commit rubygem-fluentd for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2018-07-18 22:53:44

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Wed Jul 18 22:53:44 2018 rev:7 rq:621975 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-12-19 10:58:33.389150498 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2018-07-18 22:53:49.554983587 +0200
@@ -1,0 +2,219 @@
+Wed Jul 11 03:04:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.3
+ see installed CHANGELOG.md
+
+  ## Release v1.2.3 - 2018/07/10
+  
+  ### Enhancements
+  
+  * in_http: Consider `` parameters in batch mode
+https://github.com/fluent/fluentd/pull/2055
+  * in_http: Support gzip payload
+https://github.com/fluent/fluentd/pull/2060
+  * output: Improve compress performance
+https://github.com/fluent/fluentd/pull/2031
+  * in_monitor_agent: Add missing descriptions for configurable options
+https://github.com/fluent/fluentd/pull/2037
+  * parser_syslog: update regex of pid field for conformance to RFC5424 spec
+https://github.com/fluent/fluentd/pull/2051
+  
+  ### Bug fixes
+  
+  * in_tail: Fix to rescue Errno::ENOENT for File.mtime()
+https://github.com/fluent/fluentd/pull/2063
+  * fluent-plugin-generate: Fix Parser plugin template
+https://github.com/fluent/fluentd/pull/2026
+  * fluent-plugin-config-format: Fix NoMethodError for some plugins
+https://github.com/fluent/fluentd/pull/2023
+  * config: Don't warn message for reserved parameters in DSL
+https://github.com/fluent/fluentd/pull/2034
+
+---
+Wed Jun 13 00:05:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.2
+ see installed CHANGELOG.md
+
+  ## Release v1.2.2 - 2018/06/12
+  
+  ### Enhancements
+  
+  * filter_parser: Add remove_key_name_field parameter
+https://github.com/fluent/fluentd/pull/2012
+  * fluent-plugin-config-format: Dump config_argument
+https://github.com/fluent/fluentd/pull/2003
+  
+  ### Bug fixes
+  
+  * in_tail: Change pos file entry handling to avoid read conflict for other 
plugins
+https://github.com/fluent/fluentd/pull/1963
+  * buffer: Wait for all chunks being purged before deleting @queued_num items
+https://github.com/fluent/fluentd/pull/2016
+
+---
+Thu May 24 00:05:30 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.1
+ see installed CHANGELOG.md
+
+---
+Mon Apr 30 03:04:10 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## Release v1.2.0 - 2018/04/30
+  
+  ### New Features
+  
+  * New Counter API
+https://github.com/fluent/fluentd/pull/1857
+  * output: Backup for broken chunks
+https://github.com/fluent/fluentd/pull/1952
+  * filter_grep: Support `` and `` support
+https://github.com/fluent/fluentd/pull/1897
+  * config: Support `regexp` type in configuration parameter
+https://github.com/fluent/fluentd/pull/1927
+  
+  ### Enhancements
+  
+  * parser_nginx: Support optional `http-x-forwarded-for` field
+https://github.com/fluent/fluentd/pull/1932
+  * filter_grep: Improve the performance
+https://github.com/fluent/fluentd/pull/1940
+  
+  ### Bug fixes
+  
+  * log: Fix unexpected implementation bug when log rotation setting is applied
+https://github.com/fluent/fluentd/pull/1957
+  * server helper: Close invalid socket when ssl error happens on reading
+https://github.com/fluent/fluentd/pull/1942
+  * output: Buffer chunk's unique id should be formatted as hex in the log
+
+---
+Thu Apr  5 04:29:21 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.3
+ see installed CHANGELOG.md
+
+  ## Release v1.1.3 - 2018/04/03
+  
+  ### Enhancements
+  
+  * output: Support negative index for tag placeholders
+https://github.com/fluent/fluentd/pull/1908
+  * buffer: Add queued_chunks_limit_size to control the number of queued chunks
+https://github.com/fluent/fluentd/pull/1916
+  * time: Make Fluent::EventTime human readable for inspect
+https://github.com/fluent/fluentd/pull/1915
+  
+  ### Bug fixes
+  
+  * output: Delete empty queued_num field after purging chunks
+https://github.com/fluent/fluentd/pull/1919
+  * fluent-debug: Fix usage message of fluent-debug command
+https://github.com/fluent/fluentd/pull/1920
+  * out_forward: The node should be disabled when TLS socket for ack returns 
an error
+

commit rubygem-fluentd for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-12-19 10:58:31

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Tue Dec 19 10:58:31 2017 rev:6 rq:558050 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-12-06 09:01:32.794489943 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-12-19 10:58:33.389150498 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 14:20:28 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.0
+ see installed CHANGELOG.md
+
+---

Old:

  fluentd-0.14.25.gem

New:

  fluentd-1.0.0.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.XVtYJ4/_old  2017-12-19 10:58:34.577093151 +0100
+++ /var/tmp/diff_new_pack.XVtYJ4/_new  2017-12-19 10:58:34.581092958 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.25
+Version:1.0.0
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-0.14.25.gem -> fluentd-1.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-11-30 07:09:39.0 +0100
+++ new/CHANGELOG.md2017-12-06 15:05:10.0 +0100
@@ -1,9 +1,13 @@
 # v1.0
 
-## Release v1.0.0.rc1/v0.14.25 - 2017/11/29
+## Release v1.0.0 - 2017/12/6
 
 ### New features / Enhancements
 
+* out_copy: Support ignore_error argument in ``
+  https://github.com/fluent/fluentd/pull/1764
+* server helper: Improve resource usage of TLS transport
+  https://github.com/fluent/fluentd/pull/1764
 * Disable tracepoint feature to omit unnecessary insts
   https://github.com/fluent/fluentd/pull/1764
 
@@ -13,9 +17,33 @@
   https://github.com/fluent/fluentd/pull/1686
 * plugin: Combine before_shutdown and shutdown call in one sequence.
   https://github.com/fluent/fluentd/pull/1763
+* Add description to parsers
+  https://github.com/fluent/fluentd/pull/1776
+  https://github.com/fluent/fluentd/pull/1777
+  https://github.com/fluent/fluentd/pull/1778
+  https://github.com/fluent/fluentd/pull/1779
+  https://github.com/fluent/fluentd/pull/1780
+* filter_parser: Add parameter description
+  https://github.com/fluent/fluentd/pull/1773
+* plugin: Combine before_shutdown and shutdown call in one sequence.
+  https://github.com/fluent/fluentd/pull/1763
 
 # v0.14
 
+## Release v0.14.25 - 2017/11/29
+
+### New features / Enhancements
+
+* Disable tracepoint feature to omit unnecessary insts
+  https://github.com/fluent/fluentd/pull/1764
+
+### Bug fixes
+
+* out_forward: Don't update retry state when failed to get ack response.
+  https://github.com/fluent/fluentd/pull/1686
+* plugin: Combine before_shutdown and shutdown call in one sequence.
+  https://github.com/fluent/fluentd/pull/1763
+
 ## Release v0.14.24 - 2017/11/24
 
 ### New features / Enhancements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/fluent/plugin/filter_parser.rb 
new/lib/fluent/plugin/filter_parser.rb
--- old/lib/fluent/plugin/filter_parser.rb  2017-11-30 07:09:39.0 
+0100
+++ new/lib/fluent/plugin/filter_parser.rb  2017-12-06 15:05:10.0 
+0100
@@ -26,12 +26,19 @@
 
 helpers :parser, :record_accessor, :compat_parameters
 
+desc 'Specify field name in the record to parse.'
 config_param :key_name, :string
+desc 'Keep original key-value pair in parsed result.'
 config_param :reserve_data, :bool, default: false
+desc 'Keep original event time in parsed result.'
 config_param :reserve_time, :bool, default: false
+desc 'Store parsed values with specified key name prefix.'
 config_param :inject_key_prefix, :string, default: nil
+desc 'If true, invalid string is replaced with safe characters and 
re-parse it.'
 config_param :replace_invalid_sequence, :bool, default: false
+desc 'Store parsed values as a hash value in a field.'
 config_param :hash_value_field, :string, default: nil
+desc 'Emit invalid record to @ERROR label'
 config_param :emit_invalid_record_to_error, :bool, default: true
 
 attr_reader :parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/fluent/plugin/multi_output.rb 
new/lib/fluent/plugin/multi_output.rb
--- old/lib/fluent/plugin/multi_output.rb   2017-11-30 07:09:39.0 

commit rubygem-fluentd for openSUSE:Factory

2017-12-06 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-12-06 09:01:02

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Wed Dec  6 09:01:02 2017 rev:5 rq:550303 version:0.14.25

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-09-28 12:33:46.741106770 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-12-06 09:01:32.794489943 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:15:58 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.25
+ ChangeLog removed upstream
+
+---

Old:

  fluentd-0.14.21.gem

New:

  fluentd-0.14.25.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.K0DOOa/_old  2017-12-06 09:01:33.306471204 +0100
+++ /var/tmp/diff_new_pack.K0DOOa/_new  2017-12-06 09:01:33.306471204 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.21
+Version:0.14.25
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://fluentd.org/
+Url:https://fluentd.org/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-fluentd-rpmlintrc
 Source2:gem2rpm.yml
@@ -55,7 +55,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="COPYING ChangeLog README.md" \
+  --doc-files="CHANGELOG.md COPYING README.md" \
   -f
 
 %gem_packages

++ fluentd-0.14.21.gem -> fluentd-0.14.25.gem ++
 3818 lines of diff (skipped)




commit rubygem-fluentd for openSUSE:Factory

2017-09-28 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-09-28 12:33:41

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Thu Sep 28 12:33:41 2017 rev:4 rq:523558 version:0.14.21

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-06-08 15:01:55.064214160 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-09-28 12:33:46.741106770 +0200
@@ -1,0 +2,88 @@
+Mon Sep 11 12:38:33 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.21
+ see installed ChangeLog
+
+  ## Release v0.14.21 - 2017/09/07
+  
+  ### New features / Enhancements
+  
+  * filter_parser: Support record_accessor in key_name
+https://github.com/fluent/fluentd/pull/1654
+  * buffer: Support record_accessor in chunk keys
+https://github.com/fluent/fluentd/pull/1662
+  
+  ### Bug fixes
+  
+  * compat_parameters: Support all syslog parser parameters
+https://github.com/fluent/fluentd/pull/1650
+  * filter_record_transformer: Don't create new keys if the original record 
doesn't have `keep_keys` keys
+https://github.com/fluent/fluentd/pull/1663
+  * in_tail: Fix the error when 'tag *' is configured
+https://github.com/fluent/fluentd/pull/1664
+  * supervisor: Clear previous worker pids when receive kill signals.
+https://github.com/fluent/fluentd/pull/1683
+
+---
+Thu Aug  3 19:14:29 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.20
+ see installed ChangeLog
+
+  ## Release v0.14.20 - 2017/07/31
+  
+  ### New features / Enhancements
+  
+  * plugin: Add record_accessor plugin helper
+https://github.com/fluent/fluentd/pull/1637
+  * log: Add format and time_format parameters to  setting
+https://github.com/fluent/fluentd/pull/1644
+  
+  ### Bug fixes
+  
+  * buf_file: Improve file handling to mitigate broken meta file
+https://github.com/fluent/fluentd/pull/1628
+  * in_syslog: Fix the description of resolve_hostname parameter
+https://github.com/fluent/fluentd/pull/1633
+  * process: Fix signal handling. Send signal to all workers
+https://github.com/fluent/fluentd/pull/1642
+  * output: Fix error message typo
+https://github.com/fluent/fluentd/pull/1643
+  
+  ## Release v0.14.19 - 2017/07/12
+  
+  ### New features / Enhancements
+  
+  * in_syslog: More characters are available in tag part of syslog format
+https://github.com/fluent/fluentd/pull/1610
+  * in_syslog: Add resolve_hostname parameter
+https://github.com/fluent/fluentd/pull/1616
+  * filter_grep: Support new configuration format by config_section
+https://github.com/fluent/fluentd/pull/1611
+  
+  ### Bug fixes
+  
+  * output: Fix race condition of retry state in flush thread
+https://github.com/fluent/fluentd/pull/1623
+  * test: Fix typo in test_in_tail.rb
+https://github.com/fluent/fluentd/pull/1622
+  
+  ## Release v0.14.18 - 2017/06/21
+  
+  ### New features / Enhancements
+  
+  * parser: Add rfc5424 regex without priority
+https://github.com/fluent/fluentd/pull/1600
+  
+  ### Bug fixes
+  
+  * in_tail: Fix timing issue that the excluded_path doesn't apply.
+https://github.com/fluent/fluentd/pull/1597
+  * config: Fix broken UTF-8 encoded configuration file handling
+https://github.com/fluent/fluentd/pull/1592
+  * out_forward: Don't stop heartbeat when error happen
+https://github.com/fluent/fluentd/pull/1602
+  * Fix command name typo in plugin template
+https://github.com/fluent/fluentd/pull/1603
+
+---

Old:

  fluentd-0.14.17.gem

New:

  fluentd-0.14.21.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.PBZ64F/_old  2017-09-28 12:33:48.296888009 +0200
+++ /var/tmp/diff_new_pack.PBZ64F/_new  2017-09-28 12:33:48.296888009 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.17
+Version:0.14.21
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://fluentd.org/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-fluentd-rpmlintrc
 Source2:gem2rpm.yml
 Source3:gem2rpm.yml

++ fluentd-0.14.17.gem -> fluentd-0.14.21.gem ++
 2239 lines of diff (skipped)




commit rubygem-fluentd for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-06-08 15:01:53

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Thu Jun  8 15:01:53 2017 rev:3 rq:499611 version:0.14.17

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-04-11 09:33:39.162641313 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-06-08 15:01:55.064214160 +0200
@@ -1,0 +2,80 @@
+Tue May 30 05:12:12 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.17
+ see installed ChangeLog
+
+  ## Release v0.14.17 - 2017/05/29
+  
+  ### New features / Enhancements
+  
+  * in_tail: Add ignore_repeated_permission_error
+https://github.com/fluent/fluentd/pull/1574
+  * server: Accept private key for TLS server without passphrase
+https://github.com/fluent/fluentd/pull/1575
+  * config: Validate workers option on standalone mode
+https://github.com/fluent/fluentd/pull/1577
+  
+  ### Bug fixes
+  
+  * config: Mask all secret parameters in worker section
+https://github.com/fluent/fluentd/pull/1580
+  * out_forward: Fix ack handling
+https://github.com/fluent/fluentd/pull/1581
+  * plugin-config-format: Fix markdown format generator
+https://github.com/fluent/fluentd/pull/1585
+
+---
+Tue May 23 09:52:24 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.16
+ see installed ChangeLog
+
+  ## Release v0.14.16 - 2017/05/13
+  
+  ### New features / Enhancements
+  
+  * config: Allow null byte in double-quoted string
+https://github.com/fluent/fluentd/pull/1552
+  * parser: Support %iso8601 special case for time_format
+https://github.com/fluent/fluentd/pull/1562
+  
+  ### Bug fixes
+  
+  * out_forward: Call proper method for each connection type
+https://github.com/fluent/fluentd/pull/1560
+  * in_monitor_agent: check variable buffer is a Buffer instance
+https://github.com/fluent/fluentd/pull/1556
+  * log: Add missing '<<' method to delegators
+https://github.com/fluent/fluentd/pull/1558
+  * command: uninitialized constant Fluent::Engine in fluent-binlog-reader
+https://github.com/fluent/fluentd/pull/1568
+  
+  ## Release v0.14.15 - 2017/04/23
+  
+  ### New features / Enhancements
+  
+  * Add  directive
+https://github.com/fluent/fluentd/pull/1507
+  * in_tail: Do not warn that directories are unreadable in the in_tail plugin
+https://github.com/fluent/fluentd/pull/1540
+  * output: Add formatted_to_msgpack_binary? to Output plugin API
+https://github.com/fluent/fluentd/pull/1547
+  * windows: Allow the Windows Service name Fluentd runs as to be configurable
+https://github.com/fluent/fluentd/pull/1548
+  
+  ### Bug fixes
+  
+  * in_http: Fix X-Forwarded-For header handling. Accpet multiple headers
+https://github.com/fluent/fluentd/pull/1535
+  * Fix backward compatibility with Fluent::DetachProcess and 
Fluent::DetachMultiProcess
+https://github.com/fluent/fluentd/pull/1522
+  * fix typo
+https://github.com/fluent/fluentd/pull/1521
+https://github.com/fluent/fluentd/pull/1523
+https://github.com/fluent/fluentd/pull/1544
+  * test: Fix out_file test with timezone
+https://github.com/fluent/fluentd/pull/1546
+  * windows: Quote the file path to the Ruby bin directory when starting 
fluentd as a windows service
+https://github.com/fluent/fluentd/pull/1536
+
+---

Old:

  fluentd-0.14.14.gem

New:

  fluentd-0.14.17.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.M8NbOU/_old  2017-06-08 15:01:56.799969193 +0200
+++ /var/tmp/diff_new_pack.M8NbOU/_new  2017-06-08 15:01:56.803968628 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.14
+Version:0.14.17
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-0.14.14.gem -> fluentd-0.14.17.gem ++
 2265 lines of diff (skipped)




commit rubygem-fluentd for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-04-11 09:33:34

Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-fluentd.new (New)


Package is "rubygem-fluentd"

Tue Apr 11 09:33:34 2017 rev:2 rq:482700 version:0.14.14

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-03-09 02:01:50.608409683 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-04-11 09:33:39.162641313 +0200
@@ -1,0 +2,44 @@
+Fri Mar 24 05:29:11 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.14
+ see installed ChangeLog
+
+  ## Release v0.14.14 - 2017/03/23
+  
+  ### New features / Enhancements
+  
+  * in_http: Support 'application/msgpack` header
+https://github.com/fluent/fluentd/pull/1498
+  * in_udp: Add message_length_limit parameter for parameter name consistency 
with in_syslog
+https://github.com/fluent/fluentd/pull/1515
+  * in_monitor_agent: Start one HTTP server per worker on sequential port 
numbers
+https://github.com/fluent/fluentd/pull/1493
+  * in_tail: Skip the refresh of watching list on startup
+https://github.com/fluent/fluentd/pull/1487
+  * filter_parser: filter_parser: Add emit_invalid_record_to_error parameter
+https://github.com/fluent/fluentd/pull/1494
+  * parser_syslog: Support RFC5424 syslog format
+https://github.com/fluent/fluentd/pull/1492
+  * parser: Allow escape sequence in Apache access log
+https://github.com/fluent/fluentd/pull/1479
+  * config: Add actual value in the placholder error message
+https://github.com/fluent/fluentd/pull/1497
+  * log: Add Fluent::Log#<< to support some SDKs
+https://github.com/fluent/fluentd/pull/1478
+  
+  ### Bug fixes
+  
+  * Fix cleanup resource
+https://github.com/fluent/fluentd/pull/1483
+  * config: Set encoding forcefully to avoid UndefinedConversionError
+https://github.com/fluent/fluentd/pull/1477
+  * Fix Input and Output deadlock when buffer is full during startup
+https://github.com/fluent/fluentd/pull/1502
+  * config: Fix log_level handling in 
+https://github.com/fluent/fluentd/pull/1501
+  * Fix typo in root agent error log
+https://github.com/fluent/fluentd/pull/1491
+  * storage: Fix a bug storage_create cannot accept hash as `conf` keyword 
argument
+https://github.com/fluent/fluentd/pull/1482
+
+---

Old:

  fluentd-0.14.13.gem

New:

  fluentd-0.14.14.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.WZBnrL/_old  2017-04-11 09:33:39.902536792 +0200
+++ /var/tmp/diff_new_pack.WZBnrL/_new  2017-04-11 09:33:39.906536228 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.13
+Version:0.14.14
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-0.14.13.gem -> fluentd-0.14.14.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog new/ChangeLog
--- old/ChangeLog   2017-02-17 22:22:06.0 +0100
+++ new/ChangeLog   2017-03-24 05:16:16.0 +0100
@@ -1,5 +1,43 @@
 # v0.14
 
+## Release v0.14.14 - 2017/03/23
+
+### New features / Enhancements
+
+* in_http: Support 'application/msgpack` header
+  https://github.com/fluent/fluentd/pull/1498
+* in_udp: Add message_length_limit parameter for parameter name consistency 
with in_syslog
+  https://github.com/fluent/fluentd/pull/1515
+* in_monitor_agent: Start one HTTP server per worker on sequential port numbers
+  https://github.com/fluent/fluentd/pull/1493
+* in_tail: Skip the refresh of watching list on startup
+  https://github.com/fluent/fluentd/pull/1487
+* filter_parser: filter_parser: Add emit_invalid_record_to_error parameter
+  https://github.com/fluent/fluentd/pull/1494
+* parser_syslog: Support RFC5424 syslog format
+  https://github.com/fluent/fluentd/pull/1492
+* parser: Allow escape sequence in Apache access log
+  https://github.com/fluent/fluentd/pull/1479
+* config: Add actual value in the placholder error message
+  https://github.com/fluent/fluentd/pull/1497
+* log: Add Fluent::Log#<< to support some SDKs
+  https://github.com/fluent/fluentd/pull/1478
+
+### Bug fixes
+
+* Fix cleanup resource
+  https://github.com/fluent/fluentd/pull/1483
+* config: Set encoding forcefully to avoid UndefinedConversionError
+  https://github.com/fluent/fluentd/pull/1477
+* Fix Input and Output deadlock when buffer is full during startup
+  https://github.com/fluent/fluentd/pull/1502
+* config: Fix log_level handling in 
+