File tree 3 files changed +8
-3
lines changed
lib/sensu-plugins-systemd
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_deploy:
22
22
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
23
23
deploy :
24
24
- 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
26
26
skip_cleanup : true
27
27
on :
28
28
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.1] - 2020-08-05
10
+ ### Changed
11
+ - Fixed Travis Bonsai upload
12
+
9
13
## [ 0.2.0] - 2020-08-05
10
14
### Breaking Changes
11
15
- 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
46
50
### Added
47
51
- initial release
48
52
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
50
55
[ 0.2.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
51
56
[ 0.1.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
52
57
[ 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
4
4
module Version
5
5
MAJOR = 0
6
6
MINOR = 2
7
- PATCH = 0
7
+ PATCH = 1
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
10
10
end
You can’t perform that action at this time.
0 commit comments