From ac4bb9272ed3d1458aa1b91509db2c6553d70200 Mon Sep 17 00:00:00 2001 From: Todd Campbell Date: Thu, 12 Dec 2019 11:11:35 -0800 Subject: [PATCH 1/2] Prepping 2.1.0 release that includes additional asset builds --- CHANGELOG.md | 4 +++- lib/sensu-plugins-filesystem-checks/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef78b7e..d44bab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ## [Unreleased] +## [2.1.0] - 2019-12-12 ### Added - Updated asset build targets to support centos6 @@ -59,7 +60,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...HEAD +[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.4...1.0.0 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.3...0.0.4 diff --git a/lib/sensu-plugins-filesystem-checks/version.rb b/lib/sensu-plugins-filesystem-checks/version.rb index 5809a01..a5f8262 100644 --- a/lib/sensu-plugins-filesystem-checks/version.rb +++ b/lib/sensu-plugins-filesystem-checks/version.rb @@ -1,7 +1,7 @@ module SensuPluginsFilesystemChecks module Version MAJOR = 2 - MINOR = 0 + MINOR = 1 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') From 278fe73d60133a5f93c3ee21b21cab3b4ac18b7e Mon Sep 17 00:00:00 2001 From: Todd Campbell Date: Thu, 19 Dec 2019 08:23:09 -0800 Subject: [PATCH 2/2] Updated CHANGELOG with additional PRs Signed-off-by: Todd Campbell --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44bab5..4a1da65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ## [Unreleased] ## [2.1.0] - 2019-12-12 +### Changed +- Updated bundler development depedency to '~> 2.1' +- Updated README to conform with standardization guidelines (sensu-plugins/community#134) + ### Added - Updated asset build targets to support centos6