Skip to content

Commit

Permalink
Merge pull request #43 from nixwiz/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
Todd Campbell authored Apr 3, 2020
2 parents b83d88d + 0237140 commit 01614b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [3.1.0] - 2020-04-03
### Changed
- Removed bare centos build from bonsai definition

## [3.1.1] - 2020-04-03
### Changed
- Fixed travis build

Expand Down

0 comments on commit 01614b8

Please sign in to comment.