chore(deps): update all non-major dependencies #1

Open
renovate wants to merge 1 commits from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.19 -> 3.20
fluent-plugin-kubernetes_metadata_filter minor "~> 3.4.0" -> "~> 3.5.0"
fluent-plugin-prometheus minor "~> 2.1.0" -> "~> 2.2.0"
fluentd minor "1.16.5" -> "1.17.1"
rexml (changelog) minor "~> 3.2.5" -> "~> 3.3.0"

Release Notes

fabric8io/fluent-plugin-kubernetes_metadata_filter (fluent-plugin-kubernetes_metadata_filter)

v3.5.1

Compare Source

v3.5.0

Compare Source

fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)

v2.2.0

Compare Source

ruby/rexml (rexml)

v3.3.9: REXML 3.3.9 - 2024-10-24

Compare Source

Improvements
  • Improved performance.
Fixes
  • Fixed a parse bug for text only invalid XML.

  • Fixed a parse bug that &#​0x...; is accepted as a character
    reference.

Thanks
  • NAITOH Jun

v3.3.8: REXML 3.3.8 - 2024-09-29

Compare Source

Improvements
  • SAX2: Improve parse performance.
Fixes
  • Fixed a bug that unexpected attribute namespace conflict error for
    the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto
Thanks
  • NAITOH Jun

  • KITAITI Makoto

v3.3.7: REXML 3.3.7 - 2024-09-04

Compare Source

Improvements
  • Added local entity expansion limit methods

    • GH-192
    • GH-202
    • Reported by takuya kodama.
    • Patch by NAITOH Jun.
  • Removed explicit strscan dependency

    • GH-204
    • Patch by Bo Anderson.
Thanks
  • takuya kodama

  • NAITOH Jun

  • Bo Anderson

v3.3.6: REXML 3.3.6 - 2024-08-22

Compare Source

Improvements
  • Removed duplicated entity expansions for performance.

    • GH-194
    • Patch by Viktor Ivarsson.
  • Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.

    • Reported by l33thaxor.
Fixes
  • Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.

  • Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.

  • Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.

Thanks
  • Viktor Ivarsson

  • NAITOH Jun

  • l33thaxor

v3.3.5: REXML 3.3.5 - 2024-08-12

Compare Source

Fixes
  • Fixed a bug that REXML::Security.entity_expansion_text_limit
    check has wrong text size calculation in SAX and pull parsers.
    • GH-193
    • GH-195
    • Reported by Viktor Ivarsson.
    • Patch by NAITOH Jun.
Thanks
  • Viktor Ivarsson

  • NAITOH Jun

v3.3.4: REXML 3.3.4 - 2024-08-01

Compare Source

Fixes
  • Fixed a bug that REXML::Security isn't defined when
    REXML::Parsers::StreamParser is used and
    rexml/parsers/streamparser is only required.
    • GH-189
    • Patch by takuya kodama.
Thanks
  • takuya kodama

v3.3.3: REXML 3.3.3 - 2024-08-01

Compare Source

Improvements
  • Added support for detecting invalid XML that has unsupported
    content before root element

  • Added support for REXML::Security.entity_expansion_limit= and
    REXML::Security.entity_expansion_text_limit= in SAX2 and pull
    parsers

  • Added more tests for invalid XMLs.

  • Added more performance tests.

    • Patch by Watson.
  • Improved parse performance.

    • GH-186
    • Patch by tomoya ishida.
Thanks
  • NAITOH Jun

  • Watson

  • tomoya ishida

v3.3.2: REXML 3.3.2 - 2024-07-16

Compare Source

Improvements
  • Improved parse performance.

  • Improved parse performance.

  • Added support for raising a parse exception when an XML has extra
    content after the root element.

  • Added support for raising a parse exception when an XML
    declaration exists in wrong position.

  • Removed needless a space after XML declaration in pretty print mode.

  • Stopped to emit :text event after the root element.

Fixes
  • Fixed a bug that SAX2 parser doesn't expand predefined entities for
    characters callback.
Thanks
  • NAITOH Jun

  • Watson

v3.3.1: REXML 3.3.1 - 2024-06-25

Compare Source

Improvements
  • Added support for detecting malformed top-level comments.

    • GH-145
    • Patch by Hiroya Fujinami.
  • Improved REXML::Element#attribute performance.

    • GH-146
    • Patch by Hiroya Fujinami.
  • Added support for detecting malformed <!--> comments.

    • GH-147
    • Patch by Hiroya Fujinami.
  • Added support for detecting unclosed DOCTYPE.

    • GH-152
    • Patch by Hiroya Fujinami.
  • Added changlog_uri metadata to gemspec.

  • Improved parse performance.

Fixes
  • Fixed a bug that large XML can't be parsed.

  • Fixed a bug that private constants are visible.

Thanks
  • Hiroya Fujinami

  • NAITOH Jun

  • fynsta

v3.3.0: REXML 3.3.0 - 2024-06-11

Compare Source

Improvements
  • Added support for strscan 0.7.0 installed with Ruby 2.6.
    • GH-142
    • Reported by Fernando Trigoso.
Thanks
  • Fernando Trigoso

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.19` -> `3.20` | | [fluent-plugin-kubernetes_metadata_filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter) | | minor | `"~> 3.4.0"` -> `"~> 3.5.0"` | | [fluent-plugin-prometheus](https://github.com/fluent/fluent-plugin-prometheus) | | minor | `"~> 2.1.0"` -> `"~> 2.2.0"` | | fluentd | | minor | `"1.16.5"` -> `"1.17.1"` | | [rexml](https://github.com/ruby/rexml) ([changelog](https://github.com/ruby/rexml/releases/tag/v3.3.9)) | | minor | `"~> 3.2.5"` -> `"~> 3.3.0"` | --- ### Release Notes <details> <summary>fabric8io/fluent-plugin-kubernetes_metadata_filter (fluent-plugin-kubernetes_metadata_filter)</summary> ### [`v3.5.1`](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/compare/v3.5.0...v3.5.1) [Compare Source](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/compare/v3.5.0...v3.5.1) ### [`v3.5.0`](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/compare/v3.4.0...v3.5.0) [Compare Source](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/compare/v3.4.0...v3.5.0) </details> <details> <summary>fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)</summary> ### [`v2.2.0`](https://github.com/fluent/fluent-plugin-prometheus/compare/v2.1.0...v2.2.0) [Compare Source](https://github.com/fluent/fluent-plugin-prometheus/compare/v2.1.0...v2.2.0) </details> <details> <summary>ruby/rexml (rexml)</summary> ### [`v3.3.9`](https://github.com/ruby/rexml/releases/tag/v3.3.9): REXML 3.3.9 - 2024-10-24 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9) ##### Improvements - Improved performance. - [GH-210](https://github.com/ruby/rexml/issues/210) - Patch by NAITOH Jun. ##### Fixes - Fixed a parse bug for text only invalid XML. - [GH-215](https://github.com/ruby/rexml/issues/215) - Patch by NAITOH Jun. - Fixed a parse bug that `&#&#8203;0x...;` is accepted as a character reference. ##### Thanks - NAITOH Jun ### [`v3.3.8`](https://github.com/ruby/rexml/releases/tag/v3.3.8): REXML 3.3.8 - 2024-09-29 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.7...v3.3.8) ##### Improvements - SAX2: Improve parse performance. - [GH-207](https://github.com/ruby/rexml/issues/207) - Patch by NAITOH Jun. ##### Fixes - Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported. - [GH-208](https://github.com/ruby/rexml/issues/208) - Patch by KITAITI Makoto ##### Thanks - NAITOH Jun - KITAITI Makoto ### [`v3.3.7`](https://github.com/ruby/rexml/releases/tag/v3.3.7): REXML 3.3.7 - 2024-09-04 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.7) ##### Improvements - Added local entity expansion limit methods - [GH-192](https://github.com/ruby/rexml/issues/192) - [GH-202](https://github.com/ruby/rexml/issues/202) - Reported by takuya kodama. - Patch by NAITOH Jun. - Removed explicit strscan dependency - [GH-204](https://github.com/ruby/rexml/issues/204) - Patch by Bo Anderson. ##### Thanks - takuya kodama - NAITOH Jun - Bo Anderson ### [`v3.3.6`](https://github.com/ruby/rexml/releases/tag/v3.3.6): REXML 3.3.6 - 2024-08-22 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.5...v3.3.6) ##### Improvements - Removed duplicated entity expansions for performance. - [GH-194](https://github.com/ruby/rexml/issues/194) - Patch by Viktor Ivarsson. - Improved namespace conflicted attribute check performance. It was too slow for deep elements. - Reported by l33thaxor. ##### Fixes - Fixed a bug that default entity expansions are counted for security check. Default entity expansions should not be counted because they don't have a security risk. - [GH-198](https://github.com/ruby/rexml/issues/198) - [GH-199](https://github.com/ruby/rexml/issues/199) - Patch Viktor Ivarsson - Fixed a parser bug that parameter entity references in internal subsets are expanded. It's not allowed in the XML specification. - [GH-191](https://github.com/ruby/rexml/issues/191) - Patch by NAITOH Jun. - Fixed a stream parser bug that user-defined entity references in text aren't expanded. - [GH-200](https://github.com/ruby/rexml/issues/200) - Patch by NAITOH Jun. ##### Thanks - Viktor Ivarsson - NAITOH Jun - l33thaxor ### [`v3.3.5`](https://github.com/ruby/rexml/releases/tag/v3.3.5): REXML 3.3.5 - 2024-08-12 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.4...v3.3.5) ##### Fixes - Fixed a bug that `REXML::Security.entity_expansion_text_limit` check has wrong text size calculation in SAX and pull parsers. - [GH-193](https://github.com/ruby/rexml/issues/193) - [GH-195](https://github.com/ruby/rexml/issues/195) - Reported by Viktor Ivarsson. - Patch by NAITOH Jun. ##### Thanks - Viktor Ivarsson - NAITOH Jun ### [`v3.3.4`](https://github.com/ruby/rexml/releases/tag/v3.3.4): REXML 3.3.4 - 2024-08-01 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.3...v3.3.4) ##### Fixes - Fixed a bug that `REXML::Security` isn't defined when `REXML::Parsers::StreamParser` is used and `rexml/parsers/streamparser` is only required. - [GH-189](https://github.com/ruby/rexml/issues/189) - Patch by takuya kodama. ##### Thanks - takuya kodama ### [`v3.3.3`](https://github.com/ruby/rexml/releases/tag/v3.3.3): REXML 3.3.3 - 2024-08-01 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3) ##### Improvements - Added support for detecting invalid XML that has unsupported content before root element - [GH-184](https://github.com/ruby/rexml/issues/184) - Patch by NAITOH Jun. - Added support for `REXML::Security.entity_expansion_limit=` and `REXML::Security.entity_expansion_text_limit=` in SAX2 and pull parsers - [GH-187](https://github.com/ruby/rexml/issues/187) - Patch by NAITOH Jun. - Added more tests for invalid XMLs. - [GH-183](https://github.com/ruby/rexml/issues/183) - Patch by Watson. - Added more performance tests. - Patch by Watson. - Improved parse performance. - [GH-186](https://github.com/ruby/rexml/issues/186) - Patch by tomoya ishida. ##### Thanks - NAITOH Jun - Watson - tomoya ishida ### [`v3.3.2`](https://github.com/ruby/rexml/releases/tag/v3.3.2): REXML 3.3.2 - 2024-07-16 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.1...v3.3.2) ##### Improvements - Improved parse performance. - [GH-160](https://github.com/ruby/rexml/issues/160) - Patch by NAITOH Jun. - Improved parse performance. - [GH-169](https://github.com/ruby/rexml/issues/169) - [GH-170](https://github.com/ruby/rexml/issues/170) - [GH-171](https://github.com/ruby/rexml/issues/171) - [GH-172](https://github.com/ruby/rexml/issues/172) - [GH-173](https://github.com/ruby/rexml/issues/173) - [GH-174](https://github.com/ruby/rexml/issues/174) - [GH-175](https://github.com/ruby/rexml/issues/175) - [GH-176](https://github.com/ruby/rexml/issues/176) - [GH-177](https://github.com/ruby/rexml/issues/177) - Patch by Watson. - Added support for raising a parse exception when an XML has extra content after the root element. - [GH-161](https://github.com/ruby/rexml/issues/161) - Patch by NAITOH Jun. - Added support for raising a parse exception when an XML declaration exists in wrong position. - [GH-162](https://github.com/ruby/rexml/issues/162) - Patch by NAITOH Jun. - Removed needless a space after XML declaration in pretty print mode. - [GH-164](https://github.com/ruby/rexml/issues/164) - Patch by NAITOH Jun. - Stopped to emit `:text` event after the root element. - [GH-167](https://github.com/ruby/rexml/issues/167) - Patch by NAITOH Jun. ##### Fixes - Fixed a bug that SAX2 parser doesn't expand predefined entities for `characters` callback. - [GH-168](https://github.com/ruby/rexml/issues/168) - Patch by NAITOH Jun. ##### Thanks - NAITOH Jun - Watson ### [`v3.3.1`](https://github.com/ruby/rexml/releases/tag/v3.3.1): REXML 3.3.1 - 2024-06-25 [Compare Source](https://github.com/ruby/rexml/compare/v3.3.0...v3.3.1) ##### Improvements - Added support for detecting malformed top-level comments. - [GH-145](https://github.com/ruby/rexml/issues/145) - Patch by Hiroya Fujinami. - Improved `REXML::Element#attribute` performance. - [GH-146](https://github.com/ruby/rexml/issues/146) - Patch by Hiroya Fujinami. - Added support for detecting malformed `<!-->` comments. - [GH-147](https://github.com/ruby/rexml/issues/147) - Patch by Hiroya Fujinami. - Added support for detecting unclosed `DOCTYPE`. - [GH-152](https://github.com/ruby/rexml/issues/152) - Patch by Hiroya Fujinami. - Added `changlog_uri` metadata to gemspec. - [GH-156](https://github.com/ruby/rexml/issues/156) - Patch by fynsta. - Improved parse performance. - [GH-157](https://github.com/ruby/rexml/issues/157) - [GH-158](https://github.com/ruby/rexml/issues/158) - Patch by NAITOH Jun. ##### Fixes - Fixed a bug that large XML can't be parsed. - [GH-154](https://github.com/ruby/rexml/issues/154) - Patch by NAITOH Jun. - Fixed a bug that private constants are visible. - [GH-155](https://github.com/ruby/rexml/issues/155) - Patch by NAITOH Jun. ##### Thanks - Hiroya Fujinami - NAITOH Jun - fynsta ### [`v3.3.0`](https://github.com/ruby/rexml/releases/tag/v3.3.0): REXML 3.3.0 - 2024-06-11 [Compare Source](https://github.com/ruby/rexml/compare/v3.2.9...v3.3.0) ##### Improvements - Added support for strscan 0.7.0 installed with Ruby 2.6. - [GH-142](https://github.com/ruby/rexml/issues/142) - Reported by Fernando Trigoso. ##### Thanks - Fernando Trigoso </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2024-11-20 03:05:53 +00:00
chore(deps): update all non-major dependencies
Some checks failed
ZeroDownTime/fluentd-concenter/pipeline/pr-main There was a failure building this commit
31ddbbe4b0
Some checks failed
ZeroDownTime/fluentd-concenter/pipeline/pr-main There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/fluentd-concenter#1
No description provided.