Skip to content

Commit 7223ad4

Browse files
author
Todd Campbell
committed
removed centos build from .bonsai.yml
Signed-off-by: Todd Campbell <todd@sensu.io>
1 parent 2e36632 commit 7223ad4

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.bonsai.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ builds:
1818
- "entity.system.os == 'linux'"
1919
- "entity.system.arch == 'amd64'"
2020
- "entity.system.platform == 'alpine'"
21-
- platform: "centos"
22-
arch: "amd64"
23-
asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz"
24-
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
25-
filter:
26-
- "entity.system.os == 'linux'"
27-
- "entity.system.arch == 'amd64'"
28-
- "entity.system.platform_family == 'rhel'"
2921
- platform: "centos6"
3022
arch: "amd64"
3123
asset_filename: "#{repo}_#{version}_centos6_linux_amd64.tar.gz"
@@ -59,3 +51,6 @@ builds:
5951
filter:
6052
- "entity.system.os == 'linux'"
6153
- "entity.system.arch == 'amd64'"
54+
- "entity.system.platform_family == 'debian'"
55+
- "entity.system.platform_version.split('.')[0] == '9'"
56+

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8-
## [3.0.1] - 2020-08-27
8+
### Changed
9+
- Removed centos build from .bonsai.yml
10+
11+
## [3.0.2] - 2020-08-27
912
### Changed
1013
- Fixed bonsai script in .travis.yml
1114

@@ -137,7 +140,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
137140
### Added
138141
- initial release
139142

140-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.2...HEAD
143+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.3...HEAD
144+
[3.0.3]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.2...3.0.3
141145
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.1...3.0.2
142146
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.0...3.0.1
143147
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.1...3.0.0

0 commit comments

Comments
 (0)