sensu-plugins-logs 1.3.2 → 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
2
  SHA256:
3
- metadata.gz: 1d478deec3743ad1bc2aa766e7816b5db24bed2f21d6567f016b165e719a18b5
4
- data.tar.gz: 7879c34388521e7ffc9822e6c47b76d8942bc106fd8ca865ef9724b75cf797a4
3
+ metadata.gz: d288a092b148c6797a5687b0ea786cd60a990aa16b164acb79f6a5f19e23bd7e
4
+ data.tar.gz: 91b02e5ac5c243c5ba8ee30bee469123838320458272ce47a0c4b7b02e80f9e1
5
5
  SHA512:
6
- metadata.gz: a3473450a2d537d66c5d77b15330fd31766ec8081836b3a1cf567be480d835ac38ea67ff3d85f028305ba4180277827235362397e684ab6aba0bba3c1ab39275
7
- data.tar.gz: 7009638ab2bb71a5690c6959ea6d22ea4e22d4df02e9ffe591c2c00c778507fe5b91d212d4a87c132c377a3670bd1ab930dc3b34c86439618f0a87c9bf13d63c
6
+ metadata.gz: b519ade55705145b887612edb137bb4bbf9463c09a573b611d3ad872f0911cd10cc1216fb6e26ef31789e6bb4b933f3c28e73435b17322b87706b0d4f16287f8
7
+ data.tar.gz: 254f5990069c2ee01c57892a9f9c65e66d81799e9dd08bb020282045ab544019c3276d03966386ac8fe60e46ae883d4899d970034aec74387e8aae844a316169
@@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
5
5
 
6
6
  ## [Unreleased]
7
+
8
+ ### Breaking Changes
9
+ - remove support for ruby versions `< 2.3.0` (@jspaleta)
10
+
11
+ ### Added
12
+ - updated to use sensu-plugin 2.7 with 2.x to 1.x migration option (@jspaleta)
13
+
14
+
7
15
  ### Fixed
8
16
  - check-log.rb: pattern is now required via option config
9
17
  - check-log.rb: update descriptions of crit and warn options
@@ -75,7 +83,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
75
83
  ### Added
76
84
  - initial release
77
85
 
78
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.1...HEAD
86
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/2.0.0...HEAD
87
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.1...2.0.0
79
88
  [1.3.1]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.0...1.3.1
80
89
  [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.1...1.3.0
81
90
  [1.2.1]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.0...1.2.1
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsLogs
2
2
  module Version
3
- MAJOR = 1
4
- MINOR = 3
5
- PATCH = 2
3
+ MAJOR = 2
4
+ MINOR = 0
5
+ PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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: 1.3.2
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: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-10-01 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: '2.7'
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: '2.7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -266,7 +266,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
266
266
  requirements:
267
267
  - - ">="
268
268
  - !ruby/object:Gem::Version
269
- version: '2.1'
269
+ version: '2.3'
270
270
  required_rubygems_version: !ruby/object:Gem::Requirement
271
271
  requirements:
272
272
  - - ">="
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
274
274
  version: '0'
275
275
  requirements: []
276
276
  rubyforge_project:
277
- rubygems_version: 2.7.6
277
+ rubygems_version: 2.7.7
278
278
  signing_key:
279
279
  specification_version: 4
280
280
  summary: Sensu plugins for logs