Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-fluentd for openSUSE:Factory checked in at 2022-02-02 22:41:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old) and /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-fluentd" Wed Feb 2 22:41:18 2022 rev:18 rq:950622 version:1.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes 2021-08-24 10:55:14.804291235 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.1898/rubygem-fluentd.changes 2022-02-02 22:42:20.591153847 +0100 @@ -1,0 +2,176 @@ +Tue Jan 25 06:55:33 UTC 2022 - Stephan Kulow <co...@suse.com> + +updated to version 1.14.4 + see installed CHANGELOG.md + + # v1.14.4 + + ## Release v1.14.4 - 2022/01/06 + + ### Enhancement + + * `in_tail`: Add option to skip long lines (`max_line_size`) + https://github.com/fluent/fluentd/pull/3565 + + ### Bug fix + + * Incorrect BufferChunkOverflowError when each event size is < `chunk_limit_size` + https://github.com/fluent/fluentd/pull/3560 + * On macOS with Ruby 2.7/3.0, `out_file` fails to write events if `append` is true. + https://github.com/fluent/fluentd/pull/3579 + * test: Fix unstable test cases + https://github.com/fluent/fluentd/pull/3574 + https://github.com/fluent/fluentd/pull/3577 + + # v1.14.3 + + ## Release v1.14.3 - 2021/11/26 + + ### Enhancement + + * Changed to accept `http_parser.rb` 0.8.0. + `http_parser.rb` 0.8.0 is ready for Ractor. + https://github.com/fluent/fluentd/pull/3544 + + ### Bug fix + + * in_tail: Fixed a bug that no new logs are read when + `enable_stat_watcher true` and `enable_watch_timer false` is set. + https://github.com/fluent/fluentd/pull/3541 + * in_tail: Fixed a bug that the beginning and initial lines are lost + after startup when `read_from_head false` and path includes wildcard '*'. + https://github.com/fluent/fluentd/pull/3542 + * Fixed a bug that processing messages were lost when + BufferChunkOverflowError was thrown even though only a specific + message size exceeds chunk_limit_size. + https://github.com/fluent/fluentd/pull/3553 + https://github.com/fluent/fluentd/pull/3562 + + ### Misc + + * Bump up required version of `win32-service` gem. + newer version is required to implement additional `fluent-ctl` commands. + https://github.com/fluent/fluentd/pull/3556 + + # v1.14.2 + + ## Release v1.14.2 - 2021/10/29 + + IMPORTANT: This release contain the fix for CVE-2021-41186 - + ReDoS vulnerability in `parser_apache2`. + This vulnerability is affected from Fluentd v0.14.14 to v1.14.1. + We recommend to upgrade Fluentd to v1.14.2 or use patched version of + `parser_apache2` plugin. + + ### Enhancement + + * fluent-cat: Add `--event-time` option to send specified event time for testing. + + ### Bug fix + + * Fixed to generate correct epoch timestamp even after switching Daylight Saving Time + https://github.com/fluent/fluentd/pull/3524 + * Fixed ReDoS vulnerability in parser_apache2. + This vulnerability is caused by a certain pattern of a broken apache log. + + # v1.14.1 + + ## Release v1.14.1 - 2021/09/29 + + ### Enhancement + + * in_tail: Added file related metrics. + These metrics should be collected same as fluent-bit's in_tail. + https://github.com/fluent/fluentd/pull/3504 + * out_forward: Changed to use metrics mechanism for node statistics + https://github.com/fluent/fluentd/pull/3506 + + ### Bug fix + + * in_tail: Fixed a crash bug that it raise undefined method of eof? error. + This error may happen only when `read_bytes_limit_per_second` was specified. + https://github.com/fluent/fluentd/pull/3500 + * out_forward: Fixed a bug that node statistics information is not included correctly. + https://github.com/fluent/fluentd/pull/3503 + https://github.com/fluent/fluentd/pull/3507 + * Fixed a error when using `@include` directive + It was occurred when http/https scheme URI is used in `@include` directive with Ruby 3. + https://github.com/fluent/fluentd/pull/3517 + * out_copy: Fixed to suppress a wrong warning for `ignore_if_prev_success` + It didn't work even if a user set it. + https://github.com/fluent/fluentd/pull/3515 + * Fixed not to output nanoseconds field of next retry time in warning log + Then, inappropriate labels in log are also fixed. (retry_time -> retry_times, + next_retry_seconds -> next_retry_time) + https://github.com/fluent/fluentd/pull/3518 + + # v1.14.0 + + ## Release v1.14.0 - 2021/08/30 + + ### Enhancement + + * Added `enable_input_metrics`, `enable_size_metrics` system + configuration parameter + This feature might need to pay higher CPU cost, so input event metrics + features are disabled by default. These features are also enabled by + `--enable-input-metrics`,`--enable-size-metrics` command line + option. + https://github.com/fluent/fluentd/pull/3440 + * Added reserved word `@ROOT` for getting root router. + This is incompatible change. Do not use `@ROOT` for label name. + https://github.com/fluent/fluentd/pull/3358 + * in_syslog: Added `send_keepalive_packet` option + https://github.com/fluent/fluentd/pull/3474 + * in_http: Added `cors_allow_credentials` option. + This option tells browsers whether to expose the response to + frontend when the credentials mode is "include". + https://github.com/fluent/fluentd/pull/3481 + https://github.com/fluent/fluentd/pull/3491 + + ### Bug fix + + * in_tail: Fixed a bug that deleted paths are not removed + from pos file by file compaction at start up + https://github.com/fluent/fluentd/pull/3467 + * in_tail: Revived a warning message of retrying unaccessible file + https://github.com/fluent/fluentd/pull/3478 + * TLSServer: Fixed a crash bug on logging peer host name errors + https://github.com/fluent/fluentd/pull/3483 + + ### Misc + + * Added metrics plugin mechanism + The implementations is changed to use metrics plugin. + In the future, 3rd party plugin will be able to handle these metrics. + https://github.com/fluent/fluentd/pull/3471 + https://github.com/fluent/fluentd/pull/3473 + https://github.com/fluent/fluentd/pull/3479 + https://github.com/fluent/fluentd/pull/3484 + + # v1.13.3 + + ## Release v1.13.3 - 2021/07/27 + + ### Bug fix + + * in_tail: Care DeletePending state on Windows + https://github.com/fluent/fluentd/pull/3457 + https://github.com/fluent/fluentd/pull/3460 + * in_tail: Fix some pos_file bugs. + Avoid deleting pos_file entries unexpectedly when both + `pos_file_compaction_interval` and `follow_inode` are enabled. + Use `bytesize` instead of `size` for path length. + https://github.com/fluent/fluentd/pull/3459 + * in_tail: Fix detecting rotation twice on `follow_inode`. + https://github.com/fluent/fluentd/pull/3466 + + ### Misc + + * Remove needless spaces in a sample config file + https://github.com/fluent/fluentd/pull/3456 + + ### Enhancement + + +------------------------------------------------------------------- Old: ---- fluentd-1.13.2.gem New: ---- fluentd-1.14.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-fluentd.spec ++++++ --- /var/tmp/diff_new_pack.NzoB19/_old 2022-02-02 22:42:21.039150810 +0100 +++ /var/tmp/diff_new_pack.NzoB19/_new 2022-02-02 22:42:21.043150783 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-fluentd # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-fluentd -Version: 1.13.2 +Version: 1.14.4 Release: 0 %define mod_name fluentd %define mod_full_name %{mod_name}-%{version} ++++++ fluentd-1.13.2.gem -> fluentd-1.14.4.gem ++++++ ++++ 5408 lines of diff (skipped)