fluent-plugin-kubernetes-objects 1.2.1 → 1.2.2
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/Gemfile.lock +2 -2
- data/README.md +3 -0
- data/VERSION +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd3ae627826a790457fbcba8513490579551349f57013d5f18f93217ace50ee4
|
|
4
|
+
data.tar.gz: 9de581b25e0858069101310106f9a88609155eb8260563df750f1251e71293c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcf4469ae8149e106298f76a4e37c560b44b5b6edac2dc8993ec4108f8cd68819267dd8d00512afa33d2e883228d9cf83f984f7cc0eab357fdf7f09ab82bef46
|
|
7
|
+
data.tar.gz: ae6bfbe6abefe54d22dba2caa400dd41ef1ce29525b69496334023601ce155ccf0b7eb2cd659d4261f84e0f51929e39cccfc3aabef316fa1bf379b508f02d8e5
|
data/Gemfile.lock
CHANGED
|
@@ -12,7 +12,7 @@ GIT
|
|
|
12
12
|
PATH
|
|
13
13
|
remote: .
|
|
14
14
|
specs:
|
|
15
|
-
fluent-plugin-kubernetes-objects (1.2.
|
|
15
|
+
fluent-plugin-kubernetes-objects (1.2.2)
|
|
16
16
|
fluentd (>= 1.9.1)
|
|
17
17
|
http_parser.rb (= 0.8.0)
|
|
18
18
|
kubeclient (~> 4.9.3)
|
|
@@ -117,4 +117,4 @@ DEPENDENCIES
|
|
|
117
117
|
webmock (~> 3.5)
|
|
118
118
|
|
|
119
119
|
BUNDLED WITH
|
|
120
|
-
2.
|
|
120
|
+
2.4.9
|
data/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# End of Support
|
|
2
|
+
|
|
3
|
+
**Important:** The fluent-plugin-kubernetes-objects will reach End of Support on January 1, 2024. After that date, this repository will no longer receive updates from Splunk and will no longer be supported by Splunk. Until then, only critical security fixes and bug fixes will be provided.
|
|
1
4
|
|
|
2
5
|
# fluent-plugin-kubernetes-objects
|
|
3
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.2
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-kubernetes-objects
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Splunk Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -172,12 +172,12 @@ signing_key:
|
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: Fluentd Plugin for Kubernetes Objects.
|
|
174
174
|
test_files:
|
|
175
|
-
- test/lib/no_webmock/http_lib_adapters/
|
|
176
|
-
- test/lib/no_webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
177
|
-
- test/lib/no_webmock/http_lib_adapters/curb_adapter.rb
|
|
175
|
+
- test/lib/no_webmock/http_lib_adapters/excon_adapter.rb
|
|
178
176
|
- test/lib/no_webmock/http_lib_adapters/patron_adapter.rb
|
|
177
|
+
- test/lib/no_webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
|
|
178
|
+
- test/lib/no_webmock/http_lib_adapters/httpclient_adapter.rb
|
|
179
179
|
- test/lib/no_webmock/http_lib_adapters/em_http_request_adapter.rb
|
|
180
|
-
- test/lib/no_webmock/http_lib_adapters/
|
|
180
|
+
- test/lib/no_webmock/http_lib_adapters/curb_adapter.rb
|
|
181
181
|
- test/lib/no_webmock/http_lib_adapters/manticore_adapter.rb
|
|
182
182
|
- test/test_helper.rb
|
|
183
183
|
- test/fluent/plugin/in_kubernetes_objects_test.rb
|