Skip to content

Commit fe9c41b

Browse files
committed
Update bundle ruby gem versions
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 81adb43 commit fe9c41b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ About the past changelog entries, see [old CHANGELOG](CHANGELOG-v4.md) instead.
3838
* fluent-plugin-flowcounter-simple 0.1.0
3939
* fluent-plugin-kafka v0.19.5 (update)
4040
* fluent-plugin-metrics-cmetrics v0.1.2
41-
* fluent-plugin-obsolete-plugins v0.2.1 (new)
41+
* fluent-plugin-obsolete-plugins v0.2.2 (new)
4242
* fluent-plugin-opensearch v1.1.5 (update)
4343
* fluent-plugin-prometheus v2.2.1 (update)
4444
* fluent-plugin-prometheus_pushgateway v0.2.1 (update)
@@ -58,7 +58,7 @@ About the past changelog entries, see [old CHANGELOG](CHANGELOG-v4.md) instead.
5858
* td-client v3.0.0 (update)
5959
* webhdfs v0.11.0 (update)
6060
* fluent-plugin-opentelemetry 0.3.0 (new)
61-
* fluent-plugin-fluent-package-update-notifier 0.2.1 (new)
61+
* fluent-plugin-fluent-package-update-notifier 0.2.2 (new)
6262

6363
On Windows
6464

fluent-package/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ gem "cmetrics", "0.3.3"
8686
gem "fluent-plugin-metrics-cmetrics", "0.1.2"
8787
gem "opensearch-ruby", "3.4.0"
8888
gem "fluent-plugin-opensearch", "1.1.5"
89-
gem "fluent-plugin-fluent-package-update-notifier", "0.2.1"
90-
gem "fluent-plugin-obsolete-plugins", "0.2.1"
89+
gem "fluent-plugin-fluent-package-update-notifier", "0.2.2"
90+
gem "fluent-plugin-obsolete-plugins", "0.2.2"
9191
gem "fluent-plugin-opentelemetry", "0.3.0"
9292

9393
windows_platforms = [:mingw, :x64_mingw] # :mswin

fluent-package/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ GEM
148148
fluentd (>= 0.14.22)
149149
fluent-plugin-flowcounter-simple (0.1.0)
150150
fluentd (>= 1.0)
151-
fluent-plugin-fluent-package-update-notifier (0.2.1)
151+
fluent-plugin-fluent-package-update-notifier (0.2.2)
152152
fluentd (>= 0.14.10, < 2)
153153
specinfra (~> 2.94.1)
154154
fluent-plugin-kafka (0.19.5)
@@ -159,7 +159,7 @@ GEM
159159
fluent-plugin-metrics-cmetrics (0.1.2)
160160
cmetrics (>= 0.2.0)
161161
fluentd (>= 0.14.0, < 2)
162-
fluent-plugin-obsolete-plugins (0.2.1)
162+
fluent-plugin-obsolete-plugins (0.2.2)
163163
fluentd (>= 0.14.10, < 2)
164164
fluent-plugin-opensearch (1.1.5)
165165
aws-sdk-core (~> 3)
@@ -236,7 +236,7 @@ GEM
236236
bindata (~> 2.4.8)
237237
logger (1.7.0)
238238
ltsv (0.1.2)
239-
metrics (0.13.0)
239+
metrics (0.14.0)
240240
mini_portile2 (2.8.9)
241241
msgpack (1.8.0)
242242
multi_json (1.17.0)
@@ -262,7 +262,7 @@ GEM
262262
base64
263263
protocol-hpack (1.5.1)
264264
protocol-http (0.53.0)
265-
protocol-http1 (0.34.1)
265+
protocol-http1 (0.35.0)
266266
protocol-http (~> 0.22)
267267
protocol-http2 (0.22.1)
268268
protocol-hpack (~> 1.4)
@@ -315,7 +315,7 @@ GEM
315315
msgpack (>= 0.5.6, < 2.0)
316316
mutex_m (>= 0.2.0, < 1.0)
317317
td-client (>= 1.0.8, < 4.0)
318-
traces (0.18.0)
318+
traces (0.18.1)
319319
tzinfo (2.0.6)
320320
concurrent-ruby (~> 1.0)
321321
tzinfo-data (1.2025.2)
@@ -362,10 +362,10 @@ DEPENDENCIES
362362
fluent-diagtool (= 1.0.5)
363363
fluent-plugin-elasticsearch (= 6.0.0)
364364
fluent-plugin-flowcounter-simple (= 0.1.0)
365-
fluent-plugin-fluent-package-update-notifier (= 0.2.1)
365+
fluent-plugin-fluent-package-update-notifier (= 0.2.2)
366366
fluent-plugin-kafka (= 0.19.5)
367367
fluent-plugin-metrics-cmetrics (= 0.1.2)
368-
fluent-plugin-obsolete-plugins (= 0.2.1)
368+
fluent-plugin-obsolete-plugins (= 0.2.2)
369369
fluent-plugin-opensearch (= 1.1.5)
370370
fluent-plugin-opentelemetry (= 0.3.0)
371371
fluent-plugin-parser-winevt_xml (= 0.2.8)

0 commit comments

Comments
 (0)