sensu-plugins-logs 3.0.0 → 4.0.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: c44dd4ef2de918ac705ee251a37f5e52172cc845b25f3a8ff3ae0b394a395b25
4
- data.tar.gz: 1deab3e0ea3f7e80fa090d914248f97cf1db32beaeb12d3a90531fb3b80f99d4
3
+ metadata.gz: 5646f253e7275327de3e15974feffb894e7fed41307af85ba2e7475f056867a1
4
+ data.tar.gz: 1d8f4719950fc23752f73125131892029648af0ebaa9cdcdf8765e13926cf6aa
5
5
  SHA512:
6
- metadata.gz: 46468b7f7f0de3669d07b47cfb6ac57d02cb9de76a95f17252dc06fd05bbd22255f31f86b4d53ec80bb63c84bc9ebc919f4aedc162cf3fb01566159fd1487fb8
7
- data.tar.gz: ec7e7f19260f4a434e4d6880a5a60b4bcec1a52d16c31d3570c762c55533e5ba694808401512810b672e4775a1575effde3cad54279dd0a8abe968392702efff
6
+ metadata.gz: c6bf4e21046eeb4c3beef0459333e5fe7020f171e6599ac7ae76fe13e1e795b7bf7b9ccdbf67413bd0c0ae7b39babde0c20b0825dcc820d639d2b78852003cd7
7
+ data.tar.gz: 4ffada43997bbc7a5660b25db6d6abcb85bffe778542975c002332cc291c2be3f11d395e0ee2727d3e7c9ba0c1b0073fb77c78562c13867d9835e0b5c1d722e2
data/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [4.0.0] - 2019-05-07
9
+ ### Breaking Changes
10
+ - Bump `sensu-plugin` dependency from `~> 3.0` 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
+ ### Added
13
+ - Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
14
+ - Require latest sensu-plugin for [Sensu Go support](https://github.com/sensu-plugins/sensu-plugin#sensu-go-enablement)
15
+
16
+
8
17
  ## [3.0.0] - 2018-12-15
9
18
  ### Breaking Changes
10
19
  - updated to use sensu-plugin 3.0 with Sensu Go to Sensu Core 1.x migration option
@@ -102,7 +111,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
102
111
  ### Added
103
112
  - initial release
104
113
 
105
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/3.0.0...HEAD
114
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/4.0.0...HEAD
115
+ [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/3.0.0...4.0.0
106
116
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/2.0.0...3.0.0
107
117
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.1...2.0.0
108
118
  [1.3.1]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.0...1.3.1
data/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-logs/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-logs)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-logs/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-logs)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-logs.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-logs)
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-logs)
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 SensuPluginsLogs
2
2
  module Version
3
- MAJOR = 3
3
+ MAJOR = 4
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-logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 4.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: 2018-12-15 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: '3.0'
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: '3.0'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -287,8 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  - !ruby/object:Gem::Version
288
288
  version: '0'
289
289
  requirements: []
290
- rubyforge_project:
291
- rubygems_version: 2.7.8
290
+ rubygems_version: 3.0.3
292
291
  signing_key:
293
292
  specification_version: 4
294
293
  summary: Sensu plugins for logs