sensu-plugins-ssl 3.0.0 → 3.0.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/CHANGELOG.md +11 -1
- data/lib/sensu-plugins-ssl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61a03c614854b22a64ca82592d13705f04a51b4dc564f8659ed0e8ce46eacd9e
|
|
4
|
+
data.tar.gz: 4f15129501ac3878eef485918941e74455eaa9c6245d60f0a2980f70c502785a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ee7fbca09b4a980e1b027b1c59f9bdac98e3a1e4c0ecf7f031aa18a0cb14f068e267cfe4031f05b7ec6b3837cdae5512ff24df1a2aa080ad2261ee50762144b
|
|
7
|
+
data.tar.gz: 89d0f6aa80d3ee579f2204382726a40838bcd1b72163f020a093c9c27993c8d54794d0a3dfb01f19d625429b7fc17e9f6df2b8aa7ca2e8f907e23ea9b26cd758
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [3.0.1] - 2020-08-27
|
|
9
|
+
### Changed
|
|
10
|
+
- Fixed bonsai script in .travis.yml
|
|
11
|
+
|
|
12
|
+
## [3.0.1] - 2020-08-27
|
|
13
|
+
### Changed
|
|
14
|
+
- Modified .travis.yml to re-order deploy steps
|
|
15
|
+
|
|
8
16
|
## [3.0.0] - 2020-08-27
|
|
9
17
|
### Breaking Changes
|
|
10
18
|
- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
|
|
@@ -129,7 +137,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
129
137
|
### Added
|
|
130
138
|
- initial release
|
|
131
139
|
|
|
132
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.
|
|
140
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.2...HEAD
|
|
141
|
+
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.1...3.0.2
|
|
142
|
+
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.0...3.0.1
|
|
133
143
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.1...3.0.0
|
|
134
144
|
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.0...2.0.1
|
|
135
145
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.5.0...2.0.0
|