logstash-mixin-ca_trusted_fingerprint_support 1.0.0-java → 1.0.1-java
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/CHANGELOG.md +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3be4a53ea562ce06a03f06a0f440a43171045de462a4ecbc4a7089d0a4fa7b2b
|
|
4
|
+
data.tar.gz: 87a171b68c3bbeba74251a9d4ff375a0a3c7b82292f5445d3cac1b6038c511ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e14470e64e8db214911cf87e9e3decc1d96db01da2e240d58f28b7926e3c5ec5e65ea798bc447e1e6703d9c45d06d294753ba1ae7c489aabfaf3d039890487
|
|
7
|
+
data.tar.gz: 49d77dccd91f417d856b237c69efe1abef7e16dba2db0f07a07d5dfc4d6842bdf6c527ae8e07dfedbe86830d043cf7c432f3a720425210d9d0570414c39bcb82
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 1.0.1
|
|
2
|
+
- Include support for plugins running on Logstash 6.8 [#5](https://github.com/logstash-plugins/logstash-mixin-ca_trusted_fingerprint_support/pull/5)
|
|
3
|
+
|
|
1
4
|
## 1.0.0
|
|
2
5
|
- Support Mixin for adding API-compatibility with the CATrustedFingerprintSupport introduced in Logstash 8.3 [#2](https://github.com/logstash-plugins/logstash-mixin-ca_trusted_fingerprint_support/pull/2)
|
|
3
6
|
- When a plugin includes this support adapter, and the plugin is run on
|
metadata
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-mixin-ca_trusted_fingerprint_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version:
|
|
18
|
+
version: 6.8.0
|
|
19
19
|
name: logstash-core
|
|
20
20
|
prerelease: false
|
|
21
21
|
type: :runtime
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 6.8.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|