sensu-plugins-vmstats 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 38a4ced50f97574713cf8864655b5dbc96bd79c6
4
- data.tar.gz: e776efdd41cc398fe88adea01bc649d34e45754c
2
+ SHA256:
3
+ metadata.gz: 181dfafd963661d2c1f7764bf428ebc5080614005f59e9d8bf662122ac20d6c9
4
+ data.tar.gz: 4748fadc46061b6816c7d86fe711f3524e766af8fe25f17d365f229195cb66bf
5
5
  SHA512:
6
- metadata.gz: c13874e1157f6bd6e246ae09130138262a26d4759f979528824747520e0f95faa8e066c7663cf93b12c6146043b7aa2b543838db60ad1c4734e7cf4cadf30ede
7
- data.tar.gz: f481a80191319bede97d2347b78023fce8f73a0e1bff3f43b33d1018cdd227ea21f0fb1f3a8417f80cdb132185518cf8c1d416500bf96fd392e134bf6e85c856
6
+ metadata.gz: b12f75e66980a4deb84fc01539c1d4da26ccec307ea5574c486dd2a918d8b8a4e7705ceb5555a962882faa06bdb568a97a834fc5efa2903f9712307dae069d2e
7
+ data.tar.gz: 9f3fe56a10ac04632b423e92337024a195a757545db59a6e26b3a474d7f22f8d69d29cde5f7ce548f15d6e042b017b7778a3acd420f24e3f8c8a69480e29f961
@@ -5,6 +5,17 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.0] - 2018-05-07
9
+ ### Breaking Changes
10
+ - 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)
11
+
12
+ ### Changed
13
+ - Removed Ruby 2.0, 2.1, and 2.2 support
14
+
15
+ ### Added
16
+ - Ruby 2.4.1 testing
17
+ - Travis build automation to generate Sensu Asset tarballs that can be used in conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
18
+
8
19
  ## [1.0.0] - 2016-06-16
9
20
  ### Added
10
21
  - metric-vmstat: added CPU steal metric
@@ -31,7 +42,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
31
42
  ### Added
32
43
  - initial release
33
44
 
34
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/1.0.0...HEAD
45
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/2.0.0...HEAD
46
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/1.0.0...2.0.0
35
47
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.3...1.0.0
36
48
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.2...0.0.3
37
49
  [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-vmstats/compare/0.0.1...0.0.2
data/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-vmstats)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-vmstats.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-vmstats)
8
+ [![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-vmstats)
9
+
10
+ ## Sensu Asset
11
+ The Sensu assets packaged from this repository are built against the Sensu Ruby runtime environment. When using these assets as part of a Sensu Go resource (check, mutator or handler), make sure you include the corresponding Sensu Ruby runtime asset in the list of assets needed by the resource. The current ruby-runtime assets can be found [here](https://bonsai.sensu.io/assets/sensu/sensu-ruby-runtime) in the [Bonsai Asset Index](bonsai.sensu.io).
8
12
 
9
13
  ## Functionality
10
14
 
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsVmstats
2
2
  module Version
3
- MAJOR = 1
3
+ MAJOR = 2
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-vmstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2019-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.2'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.2'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.3'
61
+ version: '3.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.3'
68
+ version: '3.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: pry
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -191,10 +191,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  - !ruby/object:Gem::Version
192
192
  version: '0'
193
193
  requirements: []
194
- rubyforge_project:
195
- rubygems_version: 2.5.1
194
+ rubygems_version: 3.0.3
196
195
  signing_key:
197
196
  specification_version: 4
198
197
  summary: Sensu plugins for working with vmstats
199
198
  test_files: []
200
- has_rdoc: