We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cec7e commit ae3c008Copy full SHA for ae3c008
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## Development
6
7
+- Fixed issue where puppet facts were not in the expected spot causing
8
+ puppet_facts plan to fail. We added a conditional to check for the facts
9
+ in both places
10
+
11
+ Contributed by Bradley Bishop (@bishopbm1)
12
13
## Release 1.2.1 (2021-02-02)
14
15
- Fixed issue where agruments for reboot strategy are being overridden by
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "encore-patching",
3
- "version": "1.2.1",
+ "version": "1.2.2",
"author": "Encore Technologies",
"summary": "Implements OS patching workflows using Bolt tasks and plans.",
"license": "Apache-2.0",
0 commit comments