Skip to content

Commit

Permalink
Merge pull request #1 from dhpowrhost/feature
Browse files Browse the repository at this point in the history
Feature
  • Loading branch information
dhpowrhost authored Feb 10, 2020
2 parents 02b65bc + 7e26cf3 commit 58b3b34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ notifications:
on_success: change
on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-zfs.gemspec
- gem install sensu-plugins-zfs-*.gem
- bundle exec rake default
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:
Expand All @@ -28,12 +28,12 @@ deploy:
tags: true
all_branches: true
rvm: 2.4.1
provider: rubygems
api_key:
secure: Dn+KoumNlRtK92pSP9BOWZOEarALoN76rO13pOtustp58vapbc/uw5uElSJHJFKyA9/UutCV7RAS+kcc6Kg2gGEzo8JuIayZdscU+rqpvWa8/NcL1xwDjuRd/K1tKmNiT5UfxEiMD8HczO4v9gcuDq3Hwgl84MPKRqlGRoOteujmiMjU3ytxQ2uXfr19Cmksk6bnjJAHQYMWPKa3YonQHRNk7vBm3Bf/MGKyUQ2sIGsvYlv5paOuc8Itl+HGKCVL7jp6YgelW2oT6NuB1EJSqoLtkQ9Z2yTH0qXOH+UkXQ73IuvHvDgPQ1J0sug1OHahcDSSLyIRv/O5P+j9lBfQuvgfdkSnAr9MHzcIiUKlXTyQjZUwxMHk+k4cdzXQZHvIUuiwLsOuQhI16fsC5CwNrH7fimHeCuyCml4a93zGwNjAifzAUGyGPhV39dFXgIA+GMEyTb5gGazVoS6rv5mte2nvyx29z2WnCKtvedf0EHGIw9b75khV3CULAzM+e76as/MattWZ0NXokMshgrG6i6p1rLrbeh10bW7ggXG0IBZaBvQ+yE4sKZPUmAyi5RGJ1xCu8smvk8fgFc83P5CJrLCZJCmBITLZ9hzyJz6vcXjKMTSqdirAnQ/nSnmL59XSq+IZsSPUU6CdDmdP5yw7gkMp0wiXC9WzgRt63df6hhg=
gem: sensu-plugins-zfs
on:
tags: true
all_branches: true
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-zfs
- provider: rubygems
api_key:
secure: Dn+KoumNlRtK92pSP9BOWZOEarALoN76rO13pOtustp58vapbc/uw5uElSJHJFKyA9/UutCV7RAS+kcc6Kg2gGEzo8JuIayZdscU+rqpvWa8/NcL1xwDjuRd/K1tKmNiT5UfxEiMD8HczO4v9gcuDq3Hwgl84MPKRqlGRoOteujmiMjU3ytxQ2uXfr19Cmksk6bnjJAHQYMWPKa3YonQHRNk7vBm3Bf/MGKyUQ2sIGsvYlv5paOuc8Itl+HGKCVL7jp6YgelW2oT6NuB1EJSqoLtkQ9Z2yTH0qXOH+UkXQ73IuvHvDgPQ1J0sug1OHahcDSSLyIRv/O5P+j9lBfQuvgfdkSnAr9MHzcIiUKlXTyQjZUwxMHk+k4cdzXQZHvIUuiwLsOuQhI16fsC5CwNrH7fimHeCuyCml4a93zGwNjAifzAUGyGPhV39dFXgIA+GMEyTb5gGazVoS6rv5mte2nvyx29z2WnCKtvedf0EHGIw9b75khV3CULAzM+e76as/MattWZ0NXokMshgrG6i6p1rLrbeh10bW7ggXG0IBZaBvQ+yE4sKZPUmAyi5RGJ1xCu8smvk8fgFc83P5CJrLCZJCmBITLZ9hzyJz6vcXjKMTSqdirAnQ/nSnmL59XSq+IZsSPUU6CdDmdP5yw7gkMp0wiXC9WzgRt63df6hhg=
gem: sensu-plugins-zfs
on:
tags: true
all_branches: true
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-zfs
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [Unreleased] - 2020-02-10
### Changed
- release adds support for sensu-go/bonsai

## [2.1.0] - 2019-05-06
### Added
Expand Down

0 comments on commit 58b3b34

Please sign in to comment.