Skip to content

Commit

Permalink
prepping brown bag 4.1.1 release to fix asset generation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Dec 17, 2019
1 parent e52d43a commit db2bd12
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ 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: "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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu

## [Unreleased]

## [4.1.1] - 2019-12-17
### Fixed
- Quick fix for asset generation, removing centos build from bonsai.yml

## [4.1.0] - 2019-12-16
### Changed
- Updated asset build target to support Centos6
Expand Down Expand Up @@ -163,7 +167,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.1...HEAD
[4.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.0..4.1.1
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.0.0..4.1.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.2.0..4.0.0
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3..3.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-memory-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsMemoryChecks
module Version
MAJOR = 4
MINOR = 1
PATCH = 0
PATCH = 1

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

0 comments on commit db2bd12

Please sign in to comment.