File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## Development
66
7- * Ensure the patching.json file exists by creating a blank file if it was previously missing.
7+
8+ ## Release 1.0.1 (2020-03-04)
9+
10+ * Ensure the ` patching.json ` file exists on Windows by creating a blank file if it was previously missing.
811
912 Contributed by Bill Sirinek (@sirinek )
1013
11- * use ' name' instead of ' host' to better represent targets in inventory
14+ * use ` name ` instead of ` host ` to better represent targets in inventory
1215
1316 Contributed by Vadym Chepkov (@vchepkov )
1417
Original file line number Diff line number Diff line change 11{
22 "name" : " encore-patching" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "author" : " Encore Technologies" ,
55 "summary" : " Implements OS patching workflows using Bolt tasks and plans." ,
66 "license" : " Apache-2.0" ,
6161 {
6262 "operatingsystem" : " Ubuntu" ,
6363 "operatingsystemrelease" : [
64- " 16.04"
64+ " 16.04" ,
65+ " 18.04"
6566 ]
6667 },
6768 {
6869 "operatingsystem" : " windows" ,
6970 "operatingsystemrelease" : [
7071 " 2008 R2" ,
7172 " 2012 R2" ,
73+ " 2016" ,
74+ " 2019" ,
7275 " 10"
7376 ]
7477 }
You can’t perform that action at this time.
0 commit comments