File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.1.6
4
+
5
+ * Added Ubuntu 20 support
6
+
3
7
## 0.1.5
4
8
5
9
* Updated metadata for ** eyp-systemd 0.2.0**
Original file line number Diff line number Diff line change 13
13
{
14
14
case $::operatingsystemrelease
15
15
{
16
- /^18.*$/:
16
+ /^18.*$|20.*$ /:
17
17
{
18
18
}
19
19
default: { fail(" Unsupported Ubuntu version! - ${::operatingsystemrelease} " ) }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eyp-netplan" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"author" : " eyp" ,
5
5
"summary" : " network management using netplan.io" ,
6
6
"license" : " Apache-2.0" ,
16
16
"operatingsystem_support" : [
17
17
{
18
18
"operatingsystem" : " Ubuntu" ,
19
- "operatingsystemrelease" : [ " 18.04" ]
19
+ "operatingsystemrelease" : [ " 18.04" , " 20.04 " ]
20
20
}
21
21
],
22
22
"requirements" : [
You can’t perform that action at this time.
0 commit comments