fluent-plugin-kubernetes_metadata_filter 2.9.5 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -6
- data/Gemfile.lock +8 -8
- data/README.md +1 -0
- data/fluent-plugin-kubernetes_metadata_filter.gemspec +3 -3
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dcf9979d36d0b08161765e73d3ae244efba378ac3dd0d4d10f582be6abcc488
|
|
4
|
+
data.tar.gz: 9ea29129e636535052a9183119b61647ae419773e8174ca86adb9a9ebbbdebd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dc73fe9ef457fdd9bf424fe935ac99060df59d7c67273dc2c1320ae891cb70c98483c427613a675603557a7bc675d48029d4eefa69eb29b8c2b1f9536cccad2
|
|
7
|
+
data.tar.gz: fb160f1bc82037cc0ed3ddd7fae884aeab816c8d246256a40d7e5831b5ff64ee93512955709830028180017df4889421c9920f9364d9282029e8ceda5fe000c6
|
data/.circleci/config.yml
CHANGED
|
@@ -4,7 +4,8 @@ install: &install
|
|
|
4
4
|
name: Install bundle
|
|
5
5
|
command: |
|
|
6
6
|
gem install bundler
|
|
7
|
-
bundle
|
|
7
|
+
bundle config set --local path vendor/bundle
|
|
8
|
+
bundle install
|
|
8
9
|
|
|
9
10
|
missingdeps: &missingdeps
|
|
10
11
|
name: Install missing dependecies
|
|
@@ -20,9 +21,6 @@ test: &test
|
|
|
20
21
|
command: bundle exec rake test --trace
|
|
21
22
|
|
|
22
23
|
executors:
|
|
23
|
-
ruby-2-5:
|
|
24
|
-
docker:
|
|
25
|
-
- image: circleci/ruby:2.5.5
|
|
26
24
|
ruby-2-6:
|
|
27
25
|
docker:
|
|
28
26
|
- image: circleci/ruby:2.6.3
|
|
@@ -49,8 +47,6 @@ jobs:
|
|
|
49
47
|
workflows:
|
|
50
48
|
"test_multiple_ruby_versions":
|
|
51
49
|
jobs:
|
|
52
|
-
- ruby-test:
|
|
53
|
-
ruby-version: ruby-2-5
|
|
54
50
|
- ruby-test:
|
|
55
51
|
ruby-version: ruby-2-6
|
|
56
52
|
- ruby-test:
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-kubernetes_metadata_filter (2.
|
|
4
|
+
fluent-plugin-kubernetes_metadata_filter (2.10.0)
|
|
5
5
|
fluentd (>= 0.14.0, < 1.15)
|
|
6
6
|
kubeclient (>= 4.0.0, < 5.0.0)
|
|
7
7
|
lru_redux
|
|
@@ -16,7 +16,7 @@ GEM
|
|
|
16
16
|
charlock_holmes (0.7.7)
|
|
17
17
|
codeclimate-test-reporter (0.6.0)
|
|
18
18
|
simplecov (>= 0.7.1, < 1.0.0)
|
|
19
|
-
concurrent-ruby (1.1.
|
|
19
|
+
concurrent-ruby (1.1.10)
|
|
20
20
|
cool.io (1.7.1)
|
|
21
21
|
copyright-header (1.0.22)
|
|
22
22
|
github-linguist
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
ffi-compiler (1.0.1)
|
|
31
31
|
ffi (>= 1.0.0)
|
|
32
32
|
rake
|
|
33
|
-
fluentd (1.14.
|
|
33
|
+
fluentd (1.14.6)
|
|
34
34
|
bundler
|
|
35
35
|
cool.io (>= 1.4.5, < 2.0.0)
|
|
36
36
|
http_parser.rb (>= 0.5.1, < 0.9.0)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
http_parser.rb (0.8.0)
|
|
63
63
|
jsonpath (1.1.0)
|
|
64
64
|
multi_json
|
|
65
|
-
kubeclient (4.9.
|
|
65
|
+
kubeclient (4.9.3)
|
|
66
66
|
http (>= 3.0, < 5.0)
|
|
67
67
|
jsonpath (~> 1.0)
|
|
68
68
|
recursive-open-struct (~> 1.1, >= 1.1.1)
|
|
@@ -73,7 +73,7 @@ GEM
|
|
|
73
73
|
mime-types-data (3.2022.0105)
|
|
74
74
|
mini_mime (1.1.2)
|
|
75
75
|
minitest (4.7.5)
|
|
76
|
-
msgpack (1.
|
|
76
|
+
msgpack (1.5.1)
|
|
77
77
|
multi_json (1.15.0)
|
|
78
78
|
netrc (0.11.0)
|
|
79
79
|
parallel (1.21.0)
|
|
@@ -122,11 +122,11 @@ GEM
|
|
|
122
122
|
test-unit (>= 2.5.2)
|
|
123
123
|
tzinfo (2.0.4)
|
|
124
124
|
concurrent-ruby (~> 1.0)
|
|
125
|
-
tzinfo-data (1.
|
|
125
|
+
tzinfo-data (1.2022.1)
|
|
126
126
|
tzinfo (>= 1.0.0)
|
|
127
127
|
unf (0.1.4)
|
|
128
128
|
unf_ext
|
|
129
|
-
unf_ext (0.0.8)
|
|
129
|
+
unf_ext (0.0.8.1)
|
|
130
130
|
unicode-display_width (2.1.0)
|
|
131
131
|
vcr (6.0.0)
|
|
132
132
|
webmock (3.14.0)
|
|
@@ -134,7 +134,7 @@ GEM
|
|
|
134
134
|
crack (>= 0.3.2)
|
|
135
135
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
136
136
|
webrick (1.7.0)
|
|
137
|
-
yajl-ruby (1.4.
|
|
137
|
+
yajl-ruby (1.4.2)
|
|
138
138
|
|
|
139
139
|
PLATFORMS
|
|
140
140
|
ruby
|
data/README.md
CHANGED
|
@@ -17,6 +17,7 @@ that rely on the authenticity of the namespace for proper log isolation.
|
|
|
17
17
|
|
|
18
18
|
| fluent-plugin-kubernetes_metadata_filter | fluentd | ruby |
|
|
19
19
|
|-------------------|---------|------|
|
|
20
|
+
| >= 2.10.0 | >= v1.10.0 | >= 2.6 |
|
|
20
21
|
| >= 2.5.0 | >= v1.10.0 | >= 2.5 |
|
|
21
22
|
| >= 2.0.0 | >= v0.14.20 | >= 2.1 |
|
|
22
23
|
| < 2.0.0 | >= v0.12.0 | >= 1.9 |
|
|
@@ -5,9 +5,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = 'fluent-plugin-kubernetes_metadata_filter'
|
|
8
|
-
gem.version = '2.
|
|
9
|
-
gem.authors = ['Jimmi Dyson']
|
|
10
|
-
gem.email = ['jimmidyson@gmail.com']
|
|
8
|
+
gem.version = '2.10.0'
|
|
9
|
+
gem.authors = ['OpenShift Cluster Logging','Jimmi Dyson']
|
|
10
|
+
gem.email = ['team-logging@redhat.com','jimmidyson@gmail.com']
|
|
11
11
|
gem.description = 'Filter plugin to add Kubernetes metadata'
|
|
12
12
|
gem.summary = 'Fluentd filter plugin to add Kubernetes metadata'
|
|
13
13
|
gem.homepage = 'https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter'
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-kubernetes_metadata_filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
+
- OpenShift Cluster Logging
|
|
7
8
|
- Jimmi Dyson
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
12
|
+
date: 2022-04-12 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: fluentd
|
|
@@ -206,6 +207,7 @@ dependencies:
|
|
|
206
207
|
version: '0'
|
|
207
208
|
description: Filter plugin to add Kubernetes metadata
|
|
208
209
|
email:
|
|
210
|
+
- team-logging@redhat.com
|
|
209
211
|
- jimmidyson@gmail.com
|
|
210
212
|
executables: []
|
|
211
213
|
extensions: []
|
|
@@ -271,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
273
|
- !ruby/object:Gem::Version
|
|
272
274
|
version: '0'
|
|
273
275
|
requirements: []
|
|
274
|
-
rubygems_version: 3.
|
|
276
|
+
rubygems_version: 3.0.9
|
|
275
277
|
signing_key:
|
|
276
278
|
specification_version: 4
|
|
277
279
|
summary: Fluentd filter plugin to add Kubernetes metadata
|