sensu-plugins-cassandra 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7237723aafd832cfdde0e71861c91fbf2827104c07fdd6eb1402ce974d93d0bf
4
- data.tar.gz: fe039ced16ea785a578bd07d33ca3b1cca68b80c6e9f685058e1b782ded46268
3
+ metadata.gz: 11bb5a1601baad40d48f12799577bab0afe9575b5fd83fc192dc686f1a5cbf2a
4
+ data.tar.gz: cbe95dfc9c0dd51530bb129cf5b9d2476f66e45a932663e75d2ffdfa6cb8b81c
5
5
  SHA512:
6
- metadata.gz: 3a6f2d6232f0d4504286b4476aab4d481c2fee8881d9f69bc7b9bb0fe9f034690daa233603aa16c2dcba5c38066840cdaa5ca6d797ff1cda1b45610614f79b68
7
- data.tar.gz: ff9a27076089f9cc6f53e93007ecd9d0bef3d3b1f426c4d8470dc7c71f1987e9dfe4d6750c1eb6ca58ae7b5b2ccfc557ef55b5ca349142eb88908486e559f9e3
6
+ metadata.gz: 5775e99900f11520194a5db3e8635afc3835160531389869a72530990bc7d43a709f25cc07f6c6e32572d34852bdeb9d3c87f2526a3765db45558f330de3bfe6
7
+ data.tar.gz: 12dd56382228af869f1a02787b5e45a51bae0c1d3bbcd8a26d7e40a22953fa48edf4c6808ddfe6c64f371ed0b8abaf1a1c14700479f08876472a727a10749e78
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.0.2] - 2020-05-12
9
+ ### Added
10
+ - Added .bonsai.yml for Bonsai
11
+
8
12
  ## [3.0.1] - 2020-05-12
9
13
  ### Changed
10
14
  - Nothing, rolled version to force Travis build after failure
@@ -89,7 +93,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
89
93
  ### Added
90
94
  - initial release
91
95
 
92
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.1...HEAD
96
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.2...HEAD
97
+ [3.0.2]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.1...3.0.2
93
98
  [3.0.1]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/3.0.0...3.0.1
94
99
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/2.1.0...3.0.0
95
100
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-cassandra/compare/2.0.2...2.1.0
@@ -4,7 +4,7 @@ module SensuPluginsCassandra
4
4
  module Version
5
5
  MAJOR = 3
6
6
  MINOR = 0
7
- PATCH = 1
7
+ PATCH = 2
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-cassandra
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors