Skip to content

Commit

Permalink
Update fluent-plugin-(detect-exceptions|kubernetes_metadata_filter)
Browse files Browse the repository at this point in the history
… and related gem versions. (#445)
  • Loading branch information
franciscovalentecastro authored Nov 25, 2024
1 parent 0bbbf88 commit 816a2b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
download "json", "2.6.3"
download "msgpack", "1.7.3"
download "cool.io", "1.9.0"
download "http_parser.rb", "0.6.0"
download "yajl-ruby", "1.3.1"
download "http_parser.rb", "0.8.0"
download "yajl-ruby", "1.4.3"
download "sigdump", "0.2.4"
download "thread_safe", "0.3.5"
download "oj", "3.16.7"
Expand Down
6 changes: 3 additions & 3 deletions plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The order of these dependencies matters due to how Ruby pulls dependencies.
download "httpclient", "2.8.3"
download "uuidtools", "2.1.5"
download "jmespath", "1.4.0"
download "jmespath", "1.6.2"
download "aws-partitions", "1.149.0"
download "aws-sigv4", "1.1.0"
download "aws-sdk-core", "3.48.3"
Expand All @@ -17,7 +17,7 @@
# The release candidate build will overwrite this gem with a gem version that is built from the master branch
# later in the build pipeline.
download "fluent-plugin-google-cloud", "0.13.2"
download "fluent-plugin-detect-exceptions", "0.0.15"
download "fluent-plugin-detect-exceptions", "0.0.16"
# Keep this version compatible with
# https://github.com/fluent/fluent-plugin-prometheus/blob/master/fluent-plugin-prometheus.gemspec
download "prometheus-client", "0.9.0"
Expand All @@ -26,7 +26,7 @@
download "fluent-plugin-multi-format-parser", "1.0.0"
download "fluent-plugin-record-reformer", "0.9.1"
download "fluent-plugin-record-modifier", "2.0.1"
download "fluent-plugin-kubernetes_metadata_filter", "2.5.2"
download "fluent-plugin-kubernetes_metadata_filter", "3.5.1"
download "systemd-journal", "1.4.2"
download "fluent-plugin-systemd", "1.0.5"
if windows?
Expand Down

0 comments on commit 816a2b4

Please sign in to comment.