Skip to content

Commit 8fe8c55

Browse files
authored
Merge pull request #38 from EncoreTechnologies/release/v1.0.1
Release v1.0.1
2 parents 94dd457 + e3f7b22 commit 8fe8c55

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

metadata.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -61,14 +61,17 @@
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
}

0 commit comments

Comments
 (0)