puppet_webhook 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/helpers/tasks.rb +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a886b73c30fd2cac5e6a1081ac59db422211581
|
4
|
+
data.tar.gz: 5ca3fba7bba2fe6c2a5a1eef8046884a1dedf2bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab31c27456f9b2baf0add372e2fe4de4e155a0a3e7c0a55e8e8a7d0d771c2a459503d44b8b46f4e74d55c869230a4ea63d130d79f62cda6395b6a3c6ac46f15e
|
7
|
+
data.tar.gz: 744a3adc4e93d37ac6a0ee73dd6b83df293b39c08e3f011357208d24b70fd08affc8111511b11beebe258d9a0f0c05e46e1ef04c2ebb31b50fa09aa3bffe91d7
|
data/CHANGELOG.md
CHANGED
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
Each new release typically also includes the latest modulesync defaults.
|
5
5
|
These should not affect the functionality of the module.
|
6
6
|
|
7
|
-
## [v1.5.
|
7
|
+
## [v1.5.1](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.1) (2018-11-02)
|
8
|
+
[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.5.0...v1.5.1)
|
9
|
+
|
10
|
+
**Merged pull requests:**
|
11
|
+
|
12
|
+
- Remove global mcollective requirement as it has been moved into a plugin [\#63](https://github.com/voxpupuli/puppet_webhook/pull/63) ([dhollinger](https://github.com/dhollinger))
|
13
|
+
|
14
|
+
## [v1.5.0](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.0) (2018-11-02)
|
8
15
|
[Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.4.0...v1.5.0)
|
9
16
|
|
10
17
|
**Implemented enhancements:**
|
data/lib/helpers/tasks.rb
CHANGED