Skip to content

Commit

Permalink
fix travis and roll version
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Campbell <[email protected]>
  • Loading branch information
Todd Campbell committed Aug 5, 2020
1 parent e85b413 commit b27eac0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_deploy:
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
deploy:
- provider: script
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-hardware
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-systemd
skip_cleanup: true
on:
tags: true
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]

## [0.2.1] - 2020-08-05
### Changed
- Fixed Travis Bonsai upload

## [0.2.0] - 2020-08-05
### Breaking Changes
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
Expand Down Expand Up @@ -46,7 +50,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.1...HEAD
[0.2.1]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.2.0...0.2.1
[0.2.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
[0.1.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-systemd/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsSystemd
module Version
MAJOR = 0
MINOR = 2
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit b27eac0

Please sign in to comment.