diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 53eabf820..f783bfa38 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: "workflows: yocto-build-deploy: allow to pass barys arguments" + hash: 71b8b94141a41c70bc551d43be425502d30d6afe + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "barys: allow for custom templates" + hash: 2169419b13d4d6985d386292a4294e90a446d426 + body: | + By default barys assumes there is only one integration layers and looks + for the custom sample templates in there. This might not be the case + if there are feature layers like adding secure boot support, so this + commit allows to specify which layer to look the sample templates from. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 1.30.16 + title: "" + date: 2025-01-13T20:38:41.835Z - commits: - subject: revert to building secure boot with cache hash: cad0b71d6a2b26ff90d6ae5b0f8247c4b3237479 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1332b7736..95b9c294f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v1.30.16 +## (2025-01-13) + +* workflows: yocto-build-deploy: allow to pass barys arguments [Alex Gonzalez] +* barys: allow for custom templates [Alex Gonzalez] + # v1.30.15 ## (2025-01-13) diff --git a/VERSION b/VERSION index 607044adc..19887db24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.15 \ No newline at end of file +1.30.16 \ No newline at end of file