Skip to content

Commit

Permalink
Update rubygem-fluentd to version 1.12.0 / rev 16 via SR 865189
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/865189
by user coolo + dimstar_suse
updated to version 1.12.0
 see installed CHANGELOG.md
  # v1.12

  ## Release v1.12.0 - 2020/01/05

  ### New feature

  * in_tail: Add `follow_inode` to support log rotation with wild card
    fluent/fluentd#2992
  * in_tail: Handle linux capability
    fluent/fluentd#3155
    fluent/fluentd#3162
  * windows: Add win32 events alternative to unix signals
    fluent/fluentd#3131

  ### Enhancement

  * buffer: Enable metadata comparison optimization on all platform
    fluent/fluentd#3095
  * fluent-plugin-config-formatter: Handle `service_discovery` type
    fluent/fluentd#3178
  * in_http: Add `add_query_params` parameter to add query par
  • Loading branch information
coolo authored and bmwiedemann committed Jan 22, 2021
1 parent a59ae51 commit a1bff8d
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2 deletions.
47 changes: 47 additions & 0 deletions packages/r/rubygem-fluentd/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,51 @@
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>838035</requestid>
</revision>
<revision rev="16" vrev="1">
<srcmd5>088f96893b1b9b63950d67b9aee9ecd4</srcmd5>
<version>1.12.0</version>
<time>1611262537</time>
<user>dimstar_suse</user>
<comment>updated to version 1.12.0
see installed CHANGELOG.md
# v1.12

## Release v1.12.0 - 2020/01/05

### New feature

* in_tail: Add `follow_inode` to support log rotation with wild card
https://github.com/fluent/fluentd/pull/2992
* in_tail: Handle linux capability
https://github.com/fluent/fluentd/pull/3155
https://github.com/fluent/fluentd/pull/3162
* windows: Add win32 events alternative to unix signals
https://github.com/fluent/fluentd/pull/3131

### Enhancement

* buffer: Enable metadata comparison optimization on all platform
https://github.com/fluent/fluentd/pull/3095
* fluent-plugin-config-formatter: Handle `service_discovery` type
https://github.com/fluent/fluentd/pull/3178
* in_http: Add `add_query_params` parameter to add query params to event record
https://github.com/fluent/fluentd/pull/3197
* inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
https://github.com/fluent/fluentd/pull/3220
* Refactoring code
https://github.com/fluent/fluentd/pull/3167
https://github.com/fluent/fluentd/pull/3170
https://github.com/fluent/fluentd/pull/3180
https://github.com/fluent/fluentd/pull/3196
https://github.com/fluent/fluentd/pull/3213
https://github.com/fluent/fluentd/pull/3222

### Bug fix

* output: Prevent retry.step from being called too many times in a short time
https://github.com/fluent/fluentd/pull/3203

</comment>
<requestid>865189</requestid>
</revision>
</revisionlist>
1 change: 1 addition & 0 deletions packages/r/rubygem-fluentd/fluentd-1.12.0.gem
44 changes: 44 additions & 0 deletions packages/r/rubygem-fluentd/rubygem-fluentd.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Wed Jan 20 12:37:15 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.12.0
see installed CHANGELOG.md

# v1.12

## Release v1.12.0 - 2020/01/05

### New feature

* in_tail: Add `follow_inode` to support log rotation with wild card
https://github.com/fluent/fluentd/pull/2992
* in_tail: Handle linux capability
https://github.com/fluent/fluentd/pull/3155
https://github.com/fluent/fluentd/pull/3162
* windows: Add win32 events alternative to unix signals
https://github.com/fluent/fluentd/pull/3131

### Enhancement

* buffer: Enable metadata comparison optimization on all platform
https://github.com/fluent/fluentd/pull/3095
* fluent-plugin-config-formatter: Handle `service_discovery` type
https://github.com/fluent/fluentd/pull/3178
* in_http: Add `add_query_params` parameter to add query params to event record
https://github.com/fluent/fluentd/pull/3197
* inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
https://github.com/fluent/fluentd/pull/3220
* Refactoring code
https://github.com/fluent/fluentd/pull/3167
https://github.com/fluent/fluentd/pull/3170
https://github.com/fluent/fluentd/pull/3180
https://github.com/fluent/fluentd/pull/3196
https://github.com/fluent/fluentd/pull/3213
https://github.com/fluent/fluentd/pull/3222

### Bug fix

* output: Prevent retry.step from being called too many times in a short time
https://github.com/fluent/fluentd/pull/3203


-------------------------------------------------------------------
Fri Sep 25 13:57:44 UTC 2020 - Stephan Kulow <coolo@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions packages/r/rubygem-fluentd/rubygem-fluentd.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-fluentd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -24,7 +24,7 @@
#

Name: rubygem-fluentd
Version: 1.11.2
Version: 1.12.0
Release: 0
%define mod_name fluentd
%define mod_full_name %{mod_name}-%{version}
Expand Down

0 comments on commit a1bff8d

Please sign in to comment.