sensu-plugins-memory-checks 4.1.0 → 4.1.1

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: 58c05cb934dc5bcc02ed2e5d041c5a261d4dbaf4e3d20f8f2612328e6c2aeefe
4
- data.tar.gz: f9a68273dc15551bfcdd4e9b1f611bd5d2ae96a3ed0f03cc26abd45d7b49ef4f
3
+ metadata.gz: a01167870bba14f4e74e42a33122145426ede45db7593bcff12cda7e1cccf6f4
4
+ data.tar.gz: 91789d375154c6e1c1a0a1aaa68c4e3210f955ca7ea8b171f7b0d692976d9b72
5
5
  SHA512:
6
- metadata.gz: 444ee9c818fd13079f1a8fb116cda2848743693c0b9b7b60be61e5a18cef7a098e904426ac97830d31560ccf3c17c8ff913ee884a2558f9ebb002d79a75759d5
7
- data.tar.gz: 6180f388967ddc4936965581301b6933ed5eef40c48d8145972865db90853de83246f2d15ab156d01dd0b797b9f514963bd9d79b1c28ee5786b7bd1f3b30f8fb
6
+ metadata.gz: 98cb21afe6d4cf1b57040ebecb9b02d70413e8649b9eeacd839de1e03907889c241fdebfae5ced610104589110133bfd772b3d3509b67b9429d105b172e2739b
7
+ data.tar.gz: b9881807f1cd41bda8ba6d0d9541261f9d4884e45d4848cf55bf4c568b4142f30ab9bfa732e37d7bee9693e5fc36543a7783bc6275f23c5d70f3a78a4171d282
@@ -5,6 +5,10 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [4.1.1] - 2019-12-17
9
+ ### Fixed
10
+ - Quick fix for asset generation, removing centos build from bonsai.yml
11
+
8
12
  ## [4.1.0] - 2019-12-16
9
13
  ### Changed
10
14
  - Updated asset build target to support Centos6
@@ -163,7 +167,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
163
167
  ### Added
164
168
  - initial release
165
169
 
166
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.0...HEAD
170
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.1...HEAD
171
+ [4.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.1.0..4.1.1
167
172
  [4.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/4.0.0..4.1.0
168
173
  [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.2.0..4.0.0
169
174
  [3.2.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3..3.2.0
@@ -4,7 +4,7 @@ module SensuPluginsMemoryChecks
4
4
  module Version
5
5
  MAJOR = 4
6
6
  MINOR = 1
7
- PATCH = 0
7
+ PATCH = 1
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-memory-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors