Skip to content

Commit

Permalink
removed centos6 asset build
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Sep 21, 2022
1 parent 27c5464 commit 0638500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
- platform: "centos6"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos6_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'"
- "entity.system.platform_version.split('.')[0] == '6'"
- platform: "centos7"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.0.3] - 2022-01-26
## [2.0.3] - 2022-09-21

###Fixed
- 'check-haproxy.rb': Compatibility with HAProxy 2.3.0
Expand All @@ -16,6 +16,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

### Changed
- Fixed frozen_string_literal issues
- Removed centos6 build

## [2.0.1] - 2020-03-06

Expand Down

0 comments on commit 0638500

Please sign in to comment.