sensu-plugins-aws 18.2.0 → 18.3.0

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: 035f0f0a2734ebf234b0ce583f2f2f8445dcded05c338daf6fed19f8cdbfd228
4
- data.tar.gz: 62b1c3aa175de9d5168ca40f52a4ecff68b7ae0903c9c35b85fbeffdf59bfe1f
3
+ metadata.gz: bb986d62da220b60b0f2e66794be82bbbf685320d42e7f126d1454e672ee7915
4
+ data.tar.gz: 1c3b455fb96f1d194af0a12693fc6ecd127114379eb14bd88352f6aad5bcbc8c
5
5
  SHA512:
6
- metadata.gz: 672be9ffc6ea0c80fe1c4c62b918d716c9b0aa86c41af54dd81b4c4dd05788b283237c042cd1e12b3277da69a59ae1b3c6191daff54b69485caa6d8a5158717f
7
- data.tar.gz: c92d0af59c7b9576fe574c32cd69ee3051e1741a0367f9cf2d5fa1af39dfb1c2388495e308f7ce456567279ae503c5bf8a7e730d2cdaccdc2cc5985eedb6cf65
6
+ metadata.gz: b6ebc68a7983287cc91e5411cb70e589500880e9a5181259bcf4b1ee63520d666eb357b286eed8ce91b4953c8671b21cc8b0ecc934ac6575f85b968e51dde279
7
+ data.tar.gz: d45fe80f8643a31112732663e58048e0947d2a95883cf9f37d97f19009a9a66ea27a139c616825c87b4e8844ff5196f39f00beac13d8b76df9998addea08527b
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [18.3.0] - 2019-05-07
9
+ ### Added
10
+ - 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
11
+
8
12
  ## [18.2.0] - 2019-05-06
9
13
  ### Added
10
14
  - check-rds.rb: added support for new `t3` and `r5` family instances (@mmitucha)
@@ -578,7 +582,8 @@ WARNING: This release contains major breaking changes that will impact all user
578
582
  ### Added
579
583
  - initial release
580
584
 
581
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.2.0...HEAD
585
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.3.0...HEAD
586
+ [18.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.2.0...18.3.0
582
587
  [18.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.1.0...18.2.0
583
588
  [18.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.0.0...18.1.0
584
589
  [18.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/17.2.0...18.0.0
data/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-aws.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-aws)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-aws.svg)](https://badge.fury.io/rb/sensu-plugins-aws.svg)
5
+ [![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-aws)
6
+
7
+ ## Sensu Asset
8
+ 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).
5
9
 
6
10
  ## Functionality
7
11
 
@@ -283,7 +287,7 @@
283
287
 
284
288
  [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
285
289
 
286
- Note: In addition to the standard installation requirements the installation of this gem will require compiling the nokogiri gem. Due to this you'll need certain development packages on your system.
290
+ Note: In addition to the standard installation requirements the installation of this gem will require compiling the nokogiri gem. Due to this you'll need certain development packages on your system.
287
291
 
288
292
  On Ubuntu systems run the following to install build dependencies:
289
293
 
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsAWS
2
2
  module Version
3
3
  MAJOR = 18
4
- MINOR = 2
4
+ MINOR = 3
5
5
  PATCH = 0
6
6
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.2.0
4
+ version: 18.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors