Skip to content
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

feat(deps): Bump fluent-plugin-opensearch from 1.0.9 to 1.0.10 #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "fluent-plugin-datadog", "0.14.2"
gem "fluent-plugin-elasticsearch", "5.2.4"
gem "fluent-plugin-grafana-loki", "1.2.18"
gem "fluent-plugin-kafka", "0.18.1"
gem "fluent-plugin-opensearch", "1.0.9"
gem "fluent-plugin-opensearch", "1.0.10"
gem "fluent-plugin-prometheus", "2.0.3"
gem "fluent-plugin-record-modifier", "2.1.1"
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ GEM
async-pool (0.3.12)
async (>= 1.25)
aws-eventstream (1.2.0)
aws-partitions (1.665.0)
aws-partitions (1.706.0)
aws-sdk-cloudwatchlogs (1.53.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.168.1)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand All @@ -41,7 +41,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
azure-loganalytics-datacollector-api (0.5.0)
rest-client
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
console (1.16.2)
fiber-local
Expand All @@ -60,8 +60,8 @@ GEM
multi_json
ethon (0.15.0)
ffi (>= 1.15.0)
excon (0.94.0)
faraday (1.10.2)
excon (0.99.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -122,11 +122,11 @@ GEM
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 1.4.0, < 2)
fluent-plugin-opensearch (1.0.9)
fluent-plugin-opensearch (1.0.10)
aws-sdk-core (~> 3)
excon
faraday (~> 1.10)
faraday_middleware-aws-sigv4
faraday_middleware-aws-sigv4 (~> 0.6.1)
fluentd (>= 0.14.22)
opensearch-ruby
fluent-plugin-prometheus (2.0.3)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http_parser.rb (0.8.0)
jmespath (1.6.1)
jmespath (1.6.2)
json (2.6.3)
libxml-ruby (4.0.0)
ltsv (0.1.2)
Expand All @@ -172,18 +172,18 @@ GEM
mime-types-data (3.2022.0105)
msgpack (1.6.0)
multi_json (1.15.0)
multipart-post (2.2.3)
multipart-post (2.3.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.5.8)
oj (3.14.1)
opensearch-api (2.0.2)
opensearch-api (2.1.0)
multi_json
opensearch-ruby (2.0.3)
opensearch-api (= 2.0.2)
opensearch-transport (~> 2.0.0)
opensearch-transport (2.0.1)
opensearch-ruby (2.1.0)
opensearch-api (~> 2.1)
opensearch-transport (~> 2.0)
opensearch-transport (2.1.0)
faraday (>= 1.0, < 3)
multi_json
prometheus-client (4.0.0)
Expand All @@ -203,17 +203,17 @@ GEM
ruby-kafka (1.5.0)
digest-crc
ruby2_keywords (0.0.5)
serverengine (2.3.0)
serverengine (2.3.1)
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.5)
timers (4.3.5)
traces (0.8.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.6)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand All @@ -239,7 +239,7 @@ DEPENDENCIES
fluent-plugin-elasticsearch (= 5.2.4)
fluent-plugin-grafana-loki (= 1.2.18)
fluent-plugin-kafka (= 0.18.1)
fluent-plugin-opensearch (= 1.0.9)
fluent-plugin-opensearch (= 1.0.10)
fluent-plugin-prometheus (= 2.0.3)
fluent-plugin-record-modifier (= 2.1.1)
fluent-plugin-rewrite-tag-filter (= 2.4.0)
Expand Down