#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
2.1.1 - 2020-06-25
- Change frozen_string_literal to false in the check
2.1.0 - 2020-05-15
- Bonsai asset support, missed .bonsai.yml before
- Updated net-sftp dependency to '3.0.0'
2.0.0 - 2020-05-15
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
- Bump
sensu-plugin
dependency to~> 4.0
- Bonsai asset support
- Updated bundler dependancy to '~> 2.1'
- Updated rubocop dependency to '~> 0.81.0'
- Remediated rubocop issues
- Updated rake dependency to '~> 13.0'
- Updated net-sftp dependency to '2.1.2'
1.0.1 - 2017-09-20
- Corrected Auth Method in Net::SFTP.start (@makaveli0129)
- Ruby 2.4.1 testing
1.0.0 - 2016-09-25
- Ruby 1.9.3 support
- Ruby 2.3.0 support
- uninitialized constant CheckSftp::Timeout error (@nickptrvc)
- Update to rubocop 0.40 and cleanup
0.0.2 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
- initial release