Skip to content

Commit

Permalink
Merge pull request #35 from nixwiz/pre_release/3.2.0
Browse files Browse the repository at this point in the history
Prepping for release 3.2.0
  • Loading branch information
Jef Spaleta authored Jan 10, 2020
2 parents b35ab95 + e14331f commit 9f04d77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
- platform: "centos"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- platform: "centos6"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos6_linux_amd64.tar.gz"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This Changelog following the conventions laid out [here](https://github.com/sens

## [Unreleased]

## [3.1.0] - 2019-12-19
### Changed
- Updated bundler development depedency to '~> 2.1'
- Updated README to conform with standardization guidelines (sensu-plugins/community#134)
- Removed centos asset definition

## [3.1.0] - 2019-12-09
### Added
- Updated asset build targets
Expand Down Expand Up @@ -64,7 +70,8 @@ This Changelog following the conventions laid out [here](https://github.com/sens
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.2.0...HEAD
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/1.2.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-uptime-checks/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsUptimeChecks
module Version
MAJOR = 3
MINOR = 1
MINOR = 2
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
Expand Down

0 comments on commit 9f04d77

Please sign in to comment.