File tree Expand file tree Collapse file tree
lib/sensu-plugins-systemd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_deploy:
2222- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2323deploy :
2424- provider : script
25- script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-hardware
25+ script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-systemd
2626 skip_cleanup : true
2727 on :
2828 tags : true
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
66
77## [ Unreleased]
88
9+ ## [ 0.2.1] - 2020-08-05
10+ ### Changed
11+ - Fixed Travis Bonsai upload
12+
913## [ 0.2.0] - 2020-08-05
1014### Breaking Changes
1115- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -46,7 +50,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4650### Added
4751- initial release
4852
49- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.0...HEAD
53+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.1...HEAD
54+ [ 0.2.1 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.2.0...0.2.1
5055[ 0.2.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
5156[ 0.1.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
5257[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsSystemd
44 module Version
55 MAJOR = 0
66 MINOR = 2
7- PATCH = 0
7+ PATCH = 1
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments