File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ builds:
18
18
- " entity.system.os == 'linux'"
19
19
- " entity.system.arch == 'amd64'"
20
20
- " 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'"
29
21
- platform : " centos6"
30
22
arch : " amd64"
31
23
asset_filename : " #{repo}_#{version}_centos6_linux_amd64.tar.gz"
@@ -59,3 +51,6 @@ builds:
59
51
filter :
60
52
- " entity.system.os == 'linux'"
61
53
- " entity.system.arch == 'amd64'"
54
+ - " entity.system.platform_family == 'debian'"
55
+ - " entity.system.platform_version.split('.')[0] == '9'"
56
+
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
- ## [ 3.0.1] - 2020-08-27
8
+ ### Changed
9
+ - Removed centos build from .bonsai.yml
10
+
11
+ ## [ 3.0.2] - 2020-08-27
9
12
### Changed
10
13
- Fixed bonsai script in .travis.yml
11
14
@@ -137,7 +140,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
137
140
### Added
138
141
- initial release
139
142
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
141
145
[ 3.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.1...3.0.2
142
146
[ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.0...3.0.1
143
147
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.1...3.0.0
You can’t perform that action at this time.
0 commit comments