v2.85.10+rev5
This commit is contained in:
parent
c865464897
commit
69fa6543da
3 changed files with 102 additions and 1 deletions
|
@ -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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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 <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to v1.16.1
|
- subject: Update balena-yocto-scripts to v1.16.1
|
||||||
hash: f1c1a07766cc8dd91489d3d00925b2e6ea506122
|
hash: f1c1a07766cc8dd91489d3d00925b2e6ea506122
|
||||||
|
|
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,6 +1,27 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.85.10+rev5
|
||||||
|
## (2022-01-18)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update balena-yocto-scripts to v1.16.3 [Alex Gonzalez] </summary>
|
||||||
|
|
||||||
|
> ## 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]
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.85.10+rev4
|
# v2.85.10+rev4
|
||||||
## (2022-01-12)
|
## (2022-01-12)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.85.10+rev4
|
2.85.10+rev5
|
Loading…
Add table
Reference in a new issue