diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0961e43..2868b8a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,83 @@ +- commits: + - subject: Update balena-yocto-scripts to v1.16.3 + hash: 283f6dbefa56a2f1a0a09ddf29dac9b304f88932 + body: | + Update balena-yocto-scripts from v1.16.1 to v1.16.3 + footer: + Change-type: patch + change-type: patch + Changelog-entry: Update balena-yocto-scripts to v1.16.3 + changelog-entry: Update balena-yocto-scripts to v1.16.3 + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: + - commits: + - subject: >- + balena-deploy-block: Check for existing tag only in specific + hostapp + hash: 8893fd94bc0cc31a7fa7af8a87af68a69fec908d + body: | + The same version tag can exist across different hostapps. + 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.16.3 + date: 2022-01-17T17:18:11.734Z + - commits: + - subject: >- + balena-api: Propagate balena API environment, token and OS + organization + hash: 64c2854c85aafebf80e6a13b725ff610ae25a467 + body: > + This is required to allow building against cloud instances with + + different names for the balenaOS organization and private device + types. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: 'balena-build.sh: Propagate balena API environment and token' + hash: 35d39c4a400df0552bfb3d875c8a9d1289ad8d4e + body: | + This is required to use the API for private slugs. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: 'prepare-and-start: Propagate balena API environment and token' + hash: bb7b903e00fc153afea182a330da08a49b72cced + body: > + The balena-build.sh script accepts a token in the command line. + This + + commit modifies the prepare-and-start.sh script to use it if + + available, and also modifies it to take into account the balena + + environment too. + 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.16.2 + date: 2022-01-15T16:04:34.389Z + version: 2.85.10+rev5 + date: 2022-01-18T14:52:23.383Z - commits: - subject: Update balena-yocto-scripts to v1.16.1 hash: f1c1a07766cc8dd91489d3d00925b2e6ea506122 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5b276..ab24678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Change log ----------- +# v2.85.10+rev5 +## (2022-01-18) + + +
+ Update balena-yocto-scripts to v1.16.3 [Alex Gonzalez] + +> ## balena-yocto-scripts-1.16.3 +> ### (2022-01-17) +> +> * balena-deploy-block: Check for existing tag only in specific hostapp [Alex Gonzalez] +> +> ## balena-yocto-scripts-1.16.2 +> ### (2022-01-15) +> +> * balena-api: Propagate balena API environment, token and OS organization [Alex Gonzalez] +> * balena-build.sh: Propagate balena API environment and token [Alex Gonzalez] +> * prepare-and-start: Propagate balena API environment and token [Alex Gonzalez] +> +
+ # v2.85.10+rev4 ## (2022-01-12) diff --git a/VERSION b/VERSION index 1634edf..294ea47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.85.10+rev4 \ No newline at end of file +2.85.10+rev5 \ No newline at end of file