We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1898784 + ca5ac8e commit b740550Copy full SHA for b740550
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
5
## Development
6
7
+
8
+## Release 1.0.0 (2020-02-28)
9
10
* **BREAKING CHANGE**
11
Converted from `nodes` to `targets` for all plans and tasks. This is in support of Bolt `2.0`.
12
Any calling plans or CLI will need to use the `targets` parameter to pass in the hosts
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "encore-patching",
3
- "version": "0.5.0",
+ "version": "1.0.0",
"author": "Encore Technologies",
"summary": "Implements OS patching workflows using Bolt tasks and plans.",
"license": "Apache-2.0",
0 commit comments