v2.98.30+rev1
This commit is contained in:
parent
3d2d7799d2
commit
759e9e7f90
3 changed files with 109 additions and 1 deletions
|
@ -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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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
|
||||
|
|
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,6 +1,25 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.98.30+rev1
|
||||
## (2022-05-26)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update balena-yocto-scripts to 7b2a89987f196ec4261d240a88c1790c55b366b0 [Renovate Bot] </summary>
|
||||
|
||||
> ## 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]
|
||||
>
|
||||
</details>
|
||||
|
||||
# v2.98.30
|
||||
## (2022-05-26)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.98.30
|
||||
2.98.30+rev1
|
Loading…
Add table
Reference in a new issue