This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here
- Removed bare centos build from bonsai definition
3.1.1 - 2020-04-03
- Fixed travis build
3.1.0 - 2020-04-03
- Updated rubocop rubocop requirement from ~> 0.51.0 to ~> 0.81.0
- Remediated rubocop warnings
- Updated bundler requirement from ~> 1.7 to ~> 2.1
- Updated rake requirement from ~> 10.0 to ~> 13.0
- Updated codeclimate-test-reporter requirement from ~> 0.4 to ~> 1.0
3.0.0 - 2019-09-16
- Bump
sensu-plugin
dependency from~> 1.2
to~> 4.0
you can read the changelog entries for 4.0, 3.0, and 2.0
- Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
- Require latest sensu-plugin for Sensu Go support
2.2.3 - 2018-10-01
check-nginx-status.rb
: Fixed usage of hostheader without setting url
2.2.2 - 2018-03-28
- updated yard dependency to
~> 0.9.11
per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
2.2.1 - 2018-03-17
- updated rubocop dependency to
~> 0.51.0
per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
- misc typos (@majormoses)
- uipdated Changelog guidelines location (@majormoses)
- ruby 2.4 testing (@majormoses)
2.2.0 - 2017-07-02
- add jwt token support (@Ishahar)
2.1.0 - 2017-02-28
- add
check-nginx-status
plugin (@hany)
2.0.0 - 2016-05-24
- remove support for rubies < 2.0
- update to rubocop 0.40 and cleanup
- ability to specify custom host header values
1.0.0 - 2015-12-03
- metrics-nginx.rb: Added default hostname of 'localhost'
- metrics-nginx.rb: Added usage
- Removed nginx-metrics.rb; use metrics-nginx.rb instead
- Update to rubocop 0.32.1
0.0.6 - 2015-08-04
- add gem description
0.0.5 - 2015-07-15
- bump version due to wrong file name, no code changes
0.0.4 - 2015-07-14 YANKED
- updated sensu-plugin gem to 1.2.0
0.0.3 - 2015-06-10 YANKED
- changed the name of nginx-metrics.rb to metrics-nginx.rb to conform to std naming
- nginx-metrics.rb is now depericiated and will be removed in a future release
- clean Rakefile
- put gem deps in alpha order in gemspec
- update doc links in README and CONTRIBUTING
- add binstubs for ruby files only
0.0.2 - 2015-06-03 YANKED
- added binstubs
- removed cruft from /lib
- initial stable release