Skip to content

Commit 62453ba

Browse files
authored
Merge pull request #7 from mherrre/master
Ubuntu 20 support
2 parents bea0573 + 513aa7c commit 62453ba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.1.6
4+
5+
* Added Ubuntu 20 support
6+
37
## 0.1.5
48

59
* Updated metadata for **eyp-systemd 0.2.0**

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
case $::operatingsystemrelease
1515
{
16-
/^18.*$/:
16+
/^18.*$|20.*$/:
1717
{
1818
}
1919
default: { fail("Unsupported Ubuntu version! - ${::operatingsystemrelease}") }

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eyp-netplan",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"author": "eyp",
55
"summary": "network management using netplan.io",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"operatingsystem_support": [
1717
{
1818
"operatingsystem": "Ubuntu",
19-
"operatingsystemrelease": [ "18.04" ]
19+
"operatingsystemrelease": [ "18.04", "20.04" ]
2020
}
2121
],
2222
"requirements": [

0 commit comments

Comments
 (0)