Skip to content

v6.0.0 test preflight #801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 33 additions & 31 deletions fluent-package/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ source "https://rubygems.org"
no_fat_gem = [:ruby]
gem "rake"
gem "bundler", BUNDLER_VERSION
gem "cool.io", "1.8.1", platforms: no_fat_gem
gem "cool.io", "1.9.0", platforms: no_fat_gem
gem "sigdump", "0.2.5"
gem "http_parser.rb", "0.8.0"
gem "yajl-ruby", "1.4.3"
gem "serverengine", '2.4.0'
gem "msgpack", "1.7.3"
gem "oj", "3.16.7"
gem "serverengine", "2.4.0"
gem "msgpack", "1.8.0"
gem "oj", "3.16.10"
gem "tzinfo", "2.0.6"
gem "tzinfo-data", "1.2024.2"
gem "async", "1.32.1"
gem "tzinfo-data", "1.2025.2"
gem "async", "2.23.1"
# async-http 0.65.0 or later does not support async 1.x
gem "async-http", "0.64.2"
gem "async-http", "0.88.0"
gem "webrick", "1.9.1"

if ENV["INSTALL_GEM_FROM_LOCAL_REPO"]
Expand All @@ -46,24 +46,24 @@ end

# plugin gems

gem "elasticsearch", "8.14.0"
gem "elasticsearch", "9.0.0"
gem "fluent-plugin-elasticsearch", "5.4.3"
gem "ruby-kafka", "1.5.0"
gem "digest-murmurhash", "1.1.1"
gem "fluent-plugin-kafka", "0.19.3"
gem "fluent-plugin-kafka", "0.19.4"
# f-p-prometheus_pushgateway doesn't support prometheus 3.0 or later
gem "prometheus-client", "2.1.0"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluent-plugin-prometheus_pushgateway", "0.1.1"
gem "prometheus-client", "4.2.4"
gem "fluent-plugin-prometheus", "2.2.1"
gem "fluent-plugin-prometheus_pushgateway", "0.2.1"
gem "jmespath", "1.6.2"
gem "aws-partitions", "1.957.0"
gem "aws-sdk-core", "3.201.2"
gem "aws-sdk-kms", "1.88.0"
gem "aws-sdk-sqs", "1.80.0"
gem "aws-sigv4", "1.8.0"
gem "aws-sdk-s3", "1.156.0"
gem "fluent-plugin-s3", "1.8.1"
gem "httpclient", "2.8.3"
gem "aws-partitions", "1.1089.0"
gem "aws-sdk-core", "3.222.2"
gem "aws-sdk-kms", "1.99.0"
gem "aws-sdk-sqs", "1.93.0"
gem "aws-sigv4", "1.11.0"
gem "aws-sdk-s3", "1.183.0"
gem "fluent-plugin-s3", "1.8.3"
gem "httpclient", "2.9.0"
gem "fluent-diagtool", "1.0.5"
# td doesn't support td-client 2.0.0 or later yet
gem "td", "0.17.1"
Expand All @@ -75,31 +75,33 @@ gem "fluent-plugin-record-modifier", "2.2.0"
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
gem "fluent-plugin-sd-dns", "0.1.0"
gem "fluent-plugin-flowcounter-simple", "0.1.0"
gem "mini_portile2", "2.8.7"
gem "mini_portile2", "2.8.8"
gem "cmetrics", "0.3.3"
gem "fluent-plugin-metrics-cmetrics", "0.1.2"
gem "fluent-plugin-calyptia-monitoring", "0.1.3"
gem "opensearch-ruby", "3.4.0"
gem "fluent-plugin-opensearch", "1.1.4"
gem "fluent-plugin-opensearch", "1.1.5"

windows_platforms = [:mingw, :x64_mingw] # :mswin
# ffi-win32-extensions doesn't support ffi 1.17.1 or later
gem "ffi", "1.17.0", platforms: windows_platforms
gem "ffi-win32-extensions", "1.0.4", platforms: windows_platforms
# keep nokogiri 1.16.x because winevt_xml requires < 1.17
gem "nokogiri", "1.16.8", platforms: windows_platforms
gem "ffi-win32-extensions", "1.1.0", platforms: windows_platforms
# fiddle gem that isn't default gems as of Ruby 3.5
gem "fiddle", "1.1.6", platforms: windows_platforms
gem "nokogiri", "1.18.7", platforms: windows_platforms
gem "win32-event", "0.6.3", platforms: windows_platforms
gem "win32-ipc", "0.7.0", platforms: windows_platforms
# Use officially released version when PR was merged and released.
#gem "win32-service", "2.3.2", platforms: windows_platforms
gem "winevt_c", "0.11.1", platforms: windows_platforms
gem "win32-eventlog", "0.6.7", platforms: windows_platforms
gem "fluent-plugin-parser-winevt_xml", "0.2.7", platforms: windows_platforms
gem "fluent-plugin-windows-eventlog", "0.9.0", platforms: windows_platforms
gem "fluent-plugin-parser-winevt_xml", "0.2.8", platforms: windows_platforms
gem "fluent-plugin-windows-eventlog", "0.9.1", platforms: windows_platforms
gem "fluent-plugin-windows-exporter", "1.0.0", platforms: windows_platforms

not_windows_platforms = [:ruby]
gem "capng_c", "0.2.3", platforms: not_windows_platforms
gem "rdkafka", "0.16.1", platforms: not_windows_platforms
gem "systemd-journal", "2.0.0", platforms: not_windows_platforms
gem "fluent-plugin-systemd", "1.1.0", platforms: not_windows_platforms
# rdkafka bundles librdkafka, it should be < 2.8.0 (rdkafka 0.20.0) to support OpenSSL 1.1.x
gem "rdkafka", "0.20.0", platforms: not_windows_platforms
gem "systemd-journal", "2.1.0", platforms: not_windows_platforms
gem "fluent-plugin-systemd", "1.1.1", platforms: not_windows_platforms
gem "fluent-plugin-utmpx", "0.5.0", platforms: not_windows_platforms
Loading
Loading