Skip to content

Commit

Permalink
updated travis and rolled to 3.0.1
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 27, 2020
1 parent 8bbd23b commit 6e723ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
sudo: true
service: docker
language: ruby
services:
- docker
cache:
- bundler
before_install:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
install:
- bundle install
rvm:
Expand All @@ -22,6 +20,13 @@ script:
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-bonsai-assets.sh sensu-plugins-ssl
skip_cleanup: true
on:
tags: true
all_branches: true
rvm: 2.4.1
- provider: rubygems
api_key:
secure: Kr0fckXoukenIVyWMFVYAi+llLNNKRtfnZatnGDgqQON+vRXuuLGnta2TyBEhmPdiRU8nax5VL3K5uNSkxWmPi7Vtzizz453KShtnFGXuq73H37WIvcJ4bLcvz5K/1RWNEcXMN7/6hgSeDBUzcliFyph4p00WhdhqgFttf0UI/Y=
Expand All @@ -31,10 +36,3 @@ deploy:
all_branches: true
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-ssl
- provider: script
script: bonsai/ruby-runtime/travis-build-bonsai-assets.sh sensu-plugins-ssl
skip_cleanup: true
on:
tags: true
all_branches: true
rvm: 2.4.1
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [3.0.1] - 2020-08-27
### Changed
- Modified .travis.yml to re-order deploy steps

## [3.0.0] - 2020-08-27
### Breaking Changes
- Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
Expand Down Expand Up @@ -129,7 +133,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.1...HEAD
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.1...3.0.0
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.5.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-ssl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsSSL
module Version
MAJOR = 3
MINOR = 0
PATCH = 0
PATCH = 1

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

0 comments on commit 6e723ab

Please sign in to comment.