sensu-plugins-systemd 0.2.0 → 0.2.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-systemd/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: 97519bafcb263c8b20cc64112e0a9af65714b2ba08159892eb17d06a06f3cf7d
|
|
4
|
+
data.tar.gz: 3ef6c4e709aa924adeb507711e8bdee5fc66d9c43a9e42ffb7c524d9ac3bac10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8aff394d64cf6a928b67e71d6d23cd7acf2b068cc4632e52f12da2c7d1fa1763579b6ebf41ae793560e6b30416169445759795b5379dd77e8a6c913b1f5fed28
|
|
7
|
+
data.tar.gz: 2a407d51b4ad0379ecfd4e9b6dec17fcf37f16f7f1c38d27cc21b81134da5a3ac45f256860bfcae6dd87b285bd9de60db15d97d812afd4aa16aed74a520b0d22
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.1] - 2020-08-05
|
|
10
|
+
### Changed
|
|
11
|
+
- Fixed Travis Bonsai upload
|
|
12
|
+
|
|
9
13
|
## [0.2.0] - 2020-08-05
|
|
10
14
|
### Breaking Changes
|
|
11
15
|
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
|
|
@@ -46,7 +50,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
46
50
|
### Added
|
|
47
51
|
- initial release
|
|
48
52
|
|
|
49
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.
|
|
53
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.1...HEAD
|
|
54
|
+
[0.2.1]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.2.0...0.2.1
|
|
50
55
|
[0.2.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
|
|
51
56
|
[0.1.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
|
|
52
57
|
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
|