diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c0fd7f8..1748c5d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,92 @@ +- commits: + - subject: Update balena-yocto-scripts to 7b2a89987f196ec4261d240a88c1790c55b366b0 + hash: 4b3528af286b56ed16150d93d2fddc6c6667d268 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 7b2a89987f196ec4261d240a88c1790c55b366b0 + changelog-entry: Update balena-yocto-scripts to 7b2a89987f196ec4261d240a88c1790c55b366b0 + author: Renovate Bot + nested: + - commits: + - subject: "balena-lib: Check versions before finalizing" + hash: 0ae1389a69b857b466b4eef81396d5f1b6bc4ae6 + body: > + Only allow to finalize draft releases that have matching semver + with + + the device repository being deployed. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-deploy-block: Do not always finalise on deploy" + hash: 754833d6ef773b68a9eecafb426783ac70eb8767 + body: > + Introduce a new final step after draft deployment to finalise + releases. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-deploy-block: Add OS version to contract" + hash: 2c692984079215c2c916c5e4df79e200486be1ff + body: > + If there is an OS contract, add the OS version we are building + for. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-deploy: Generate OS contract if not available" + hash: 2205c4de1dadafbf26f9f7b303b88c4da6d7710e + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-lib: Build contracts" + hash: b8c08faf2a86434793bcad67e063ade9754142ff + body: > + Add a function to build all OS contracts and return the one for + the + + specified slug. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: Add generate-oscontract script + hash: 20894636355622ab0ded6b2e6a4f804f78961d99 + body: | + This script generates OS contracts for all device types. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: balena-yocto-scripts-1.19.6 + title: "'Configure Renovate'" + date: 2022-05-24T10:16:21.892Z + version: 2.98.30+rev1 + title: "'Update balena-yocto-scripts digest to 7b2a899'" + date: 2022-05-26T17:07:45.327Z - commits: - subject: Update layers/meta-balena to 55903947dc4dbbf7a0a1c5626ba6c8eaa1b09f67 hash: 389475b82c10f2a48e2f42718e74f1d1d1180aa2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 945a9f1..615f9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Change log ----------- +# v2.98.30+rev1 +## (2022-05-26) + + +
+ Update balena-yocto-scripts to 7b2a89987f196ec4261d240a88c1790c55b366b0 [Renovate Bot] + +> ## balena-yocto-scripts-1.19.6 +> ### (2022-05-24) +> +> * balena-lib: Check versions before finalizing [Alex Gonzalez] +> * balena-deploy-block: Do not always finalise on deploy [Alex Gonzalez] +> * balena-deploy-block: Add OS version to contract [Alex Gonzalez] +> * balena-deploy: Generate OS contract if not available [Alex Gonzalez] +> * balena-lib: Build contracts [Alex Gonzalez] +> * Add generate-oscontract script [Alex Gonzalez] +> +
+ # v2.98.30 ## (2022-05-26) diff --git a/VERSION b/VERSION index 8cf2839..7164bf1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.98.30 \ No newline at end of file +2.98.30+rev1 \ No newline at end of file