You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for GL canonical names without a commit ID and changes for ADR (#306)
* Add workaround to accept GL canonical names without a commit ID
* Allow artifact base names for S3 uploads to differ from GL canonical names
* Fix `gardenlinux_epoch` value of S3 artifact metadata and add test for it
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
On-behalf-of: SAP <tobias.wolf@sap.com>
Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
[tool.poetry]
2
2
name = "gardenlinux"
3
-
version = "0.10.10"
3
+
version = "0.10.11"
4
4
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
5
5
authors = ["Garden Linux Maintainers <contact@gardenlinux.io>"]
6
6
license = "Apache-2.0"
7
7
readme = "README.md"
8
8
packages = [{ include = "gardenlinux", from = "src" }]
0 commit comments