We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8282399 commit 4d0bae2Copy full SHA for 4d0bae2
2 files changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
## Development
6
7
8
+## Release 1.5.0 (2021-06-20)
9
+
10
+* Added disconnect_wait input to be passed to the reboot plan so that
11
+ there can be controls around when the plan checks if the server has
12
+ rebooted.
13
14
+ Contributed by Bradley Bishop (@bishopbm1)
15
16
## Release 1.4.0 (2021-04-30)
17
18
* Added a new plan and task `patching::snapshot_kvm` for creating/deleting
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "encore-patching",
3
- "version": "1.4.0",
+ "version": "1.5.0",
4
"author": "Encore Technologies",
"summary": "Implements OS patching workflows using Bolt tasks and plans.",
"license": "Apache-2.0",
0 commit comments