sensu-plugins-sftp 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/sensu-plugins-sftp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a2db7ef3dfa01fd340b5d7b482c6a3fada5d50a0fd373193adc65fa29f5075d
|
4
|
+
data.tar.gz: 31dbda96ec5441b0915c9b9e90b7c63482b80c3f7cd1a2e619fb6a98104e22a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a87302cf34df000d432b1a1010f29afaaae48e6aa19b8c5c63701e04299a3b1847cf01967fcf81a705302355cbee0c0bee0d829e12054b1d034abe7f3d79db9b
|
7
|
+
data.tar.gz: c82497855d60c65eaa43d9f0451c06cd98bfe3f85d47966d59e806df0fc2987c572a4046d22564eeccc0fa46a3fb3d18d380be050b4baa87b41fca02bf98d7c0
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [2.1.0] - 2020-05-15
|
9
|
+
### Added
|
10
|
+
- Bonsai asset support, missed .bonsai.yml before
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
- Updated net-sftp dependency to '3.0.0'
|
14
|
+
|
8
15
|
## [2.0.0] - 2020-05-15
|
9
16
|
### Breaking Changes
|
10
17
|
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
|
@@ -47,7 +54,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
47
54
|
### Added
|
48
55
|
- initial release
|
49
56
|
|
50
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.
|
57
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.1.0...HEAD
|
58
|
+
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.0.0...2.1.0
|
51
59
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/1.0.1...2.0.0
|
52
60
|
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/1.0.0...1.0.1
|
53
61
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/0.0.2...1.0.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-sftp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu-Plugins and contributors
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 3.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 3.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sensu-plugin
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|