Skip to content

Commit 81b74e1

Browse files
authored
Merge pull request #198 from kube-logging/renovate/v1.16-4.10/filters-all
v1.16-4.10/filters Update dependency fluent-plugin-prometheus to v2.2.1
2 parents b0d77a8 + d163d16 commit 81b74e1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

v1.16-4.10/filters/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'fluent-plugin-detect-exceptions', '0.0.16'
4-
gem 'fluent-plugin-prometheus', '2.2.0'
4+
gem 'fluent-plugin-prometheus', '2.2.1'
55
gem 'fluent-plugin-dedot_filter', '1.0.0'
66
gem 'fluent-plugin-geoip', '1.3.2'
77
gem 'fluent-plugin-tag-normaliser', '0.1.3'

v1.16-4.10/filters/Gemfile.lock

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.2.0)
45
concurrent-ruby (1.2.3)
56
console (1.23.7)
67
fiber-annotation
@@ -37,7 +38,7 @@ GEM
3738
fluent-plugin-parser-logfmt (0.0.0)
3839
fluentd (>= 1, < 2)
3940
logfmt (~> 0.0.8)
40-
fluent-plugin-prometheus (2.2.0)
41+
fluent-plugin-prometheus (2.2.1)
4142
fluentd (>= 1.9.1, < 2)
4243
prometheus-client (>= 2.1.0)
4344
fluent-plugin-record-modifier (2.2.0)
@@ -53,11 +54,12 @@ GEM
5354
fluentd (>= 0.14, < 2)
5455
lru_redux (>= 1.0.0)
5556
user_agent_parser (>= 2.2.0)
56-
fluentd (1.16.6)
57+
fluentd (1.16.7)
5758
bundler
5859
console (< 1.24)
5960
cool.io (>= 1.4.5, < 2.0.0)
6061
http_parser.rb (>= 0.5.1, < 0.9.0)
62+
logger (= 1.6.2)
6163
msgpack (>= 1.3.1, < 2.0.0)
6264
serverengine (>= 2.3.2, < 3.0.0)
6365
sigdump (~> 0.2.5)
@@ -69,12 +71,14 @@ GEM
6971
geoip-c (0.9.1)
7072
geoip2_c (0.3.4)
7173
http_parser.rb (0.8.0)
72-
json (2.9.0)
74+
json (2.9.1)
7375
logfmt (0.0.10)
76+
logger (1.6.2)
7477
lru_redux (1.1.0)
7578
msgpack (1.7.5)
7679
myslog (0.1.1)
77-
prometheus-client (4.2.1)
80+
prometheus-client (4.2.4)
81+
base64
7882
serverengine (2.3.2)
7983
sigdump (~> 0.2.2)
8084
sigdump (0.2.5)
@@ -100,7 +104,7 @@ DEPENDENCIES
100104
fluent-plugin-multi-format-parser (= 1.1.0)
101105
fluent-plugin-mysqlslowquery (= 0.0.9)
102106
fluent-plugin-parser-logfmt (= 0.0.0)
103-
fluent-plugin-prometheus (= 2.2.0)
107+
fluent-plugin-prometheus (= 2.2.1)
104108
fluent-plugin-record-modifier (= 2.2.0)
105109
fluent-plugin-rewrite-tag-filter (= 2.4.0)
106110
fluent-plugin-tag-normaliser (= 0.1.3)

0 commit comments

Comments
 (0)