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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-memory-checks/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a01167870bba14f4e74e42a33122145426ede45db7593bcff12cda7e1cccf6f4
|
4
|
+
data.tar.gz: 91789d375154c6e1c1a0a1aaa68c4e3210f955ca7ea8b171f7b0d692976d9b72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98cb21afe6d4cf1b57040ebecb9b02d70413e8649b9eeacd839de1e03907889c241fdebfae5ced610104589110133bfd772b3d3509b67b9429d105b172e2739b
|
7
|
+
data.tar.gz: b9881807f1cd41bda8ba6d0d9541261f9d4884e45d4848cf55bf4c568b4142f30ab9bfa732e37d7bee9693e5fc36543a7783bc6275f23c5d70f3a78a4171d282
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|