sensu-plugins-sftp 2.0.0 → 2.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3058a87dd6467abdf2a72111144b7e86aee550f5360a4849ca83ee80aace2d7e
4
- data.tar.gz: 7674453c913cb2cab8c65a8357a6b7eb81e951f7ce2d2d9365f93398e4d5cb79
3
+ metadata.gz: 5a2db7ef3dfa01fd340b5d7b482c6a3fada5d50a0fd373193adc65fa29f5075d
4
+ data.tar.gz: 31dbda96ec5441b0915c9b9e90b7c63482b80c3f7cd1a2e619fb6a98104e22a8
5
5
  SHA512:
6
- metadata.gz: df83c92c5fff159cad660cb26a89fdc684cf9ead7abbb6be9050bfe245858be6798c5314e801e3593ceb86e853c0827d94c97510585937fc62da5e49093af967
7
- data.tar.gz: 678a5ed4154d5a058761b8c69734826b191cfe4a5bcda8e42c5b64d93759c98cdcb422b4597a8691d4f59c3d18c9c3cedf6289605c835b495176733916a95aaa
6
+ metadata.gz: a87302cf34df000d432b1a1010f29afaaae48e6aa19b8c5c63701e04299a3b1847cf01967fcf81a705302355cbee0c0bee0d829e12054b1d034abe7f3d79db9b
7
+ data.tar.gz: c82497855d60c65eaa43d9f0451c06cd98bfe3f85d47966d59e806df0fc2987c572a4046d22564eeccc0fa46a3fb3d18d380be050b4baa87b41fca02bf98d7c0
@@ -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.0.0...HEAD
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
@@ -4,7 +4,7 @@ module SensuPluginsSftp
4
4
  # This defines the version of the gem
5
5
  module Version
6
6
  MAJOR = 2
7
- MINOR = 0
7
+ MINOR = 1
8
8
  PATCH = 0
9
9
 
10
10
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
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.0.0
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: 2.1.2
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: 2.1.2
26
+ version: 3.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sensu-plugin
29
29
  requirement: !ruby/object:Gem::Requirement