Skip to content

Commit 94b661d

Browse files
author
Malte Münch
authored
Merge pull request #74 from gardenlinux/new-filetype-uki-log
Adds new filetype uki.log
2 parents 6ff798e + 295689b commit 94b661d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python_gardenlinux_lib"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
55
authors = ["Garden Linux Maintainers <[email protected]>"]
66
license = "Apache-2.0"

src/python_gardenlinux_lib/features/parse_features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"manifest",
3030
"vmdk.log",
3131
"tar.log",
32+
"uki.log",
3233
"vmlinuz",
3334
"release",
3435
"vhd.log",
@@ -61,6 +62,7 @@
6162
"vmdk": "application/io.gardenlinux.image.format.vmdk",
6263
"ova": "application/io.gardenlinux.image.format.ova",
6364
"uki": "application/io.gardenlinux.uki",
65+
"uki.log": "application/io.gardenlinux.log",
6466
"raw": "application/io.gardenlinux.image.archive.format.raw",
6567
"manifest.log": "application/io.gardenlinux.log",
6668
"release.log": "application/io.gardenlinux.log",

0 commit comments

Comments
 (0)