This commit is contained in:
flowzone-app[bot] 2023-11-10 11:03:00 +00:00 committed by GitHub
parent bfaa91c752
commit 11eabc4b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 84 additions and 4 deletions

View File

@ -1,3 +1,61 @@
- commits:
- subject: Update @balena/compose to 3.0.5
hash: 1b615e4690f40fce125ca1a5de53d83a519bc852
body: |
Update @balena/compose from 3.0.2 to 3.0.5
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: "builder: Fix unawaited buildDir pack() promise"
hash: 76a9cecc44a5c252c9052d1613a8b37ed9cb2dbc
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: balena-compose-3.0.5
title: ""
date: 2023-11-09T16:40:49.186Z
- commits:
- subject: "api: Restore the accidentally removed concurrency limits"
hash: ae349e6c4487ad293766b077faddaacbb2e10007
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: balena-compose-3.0.4
title: ""
date: 2023-11-09T16:23:23.111Z
- commits:
- subject: '.mocharc: Use "exit: true" to workaround hanging on completion on
node20'
hash: db962acc46aab246a42579ddd873f24ea5f9c3ec
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "tests: Fix the expected error message for Dockerfile syntax errors"
hash: a675b7419876a34d35d6c8b6078e2d9bd54d41dc
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: balena-compose-3.0.3
title: ""
date: 2023-11-09T16:03:42.407Z
version: 17.3.2
title: ""
date: 2023-11-10T11:02:53.751Z
- commits:
- subject: Use `pipeline` instead of `.pipe` when downloading OS image
hash: 56cff464080df51251be94a6ffd6799203d1ca8c

View File

@ -4,6 +4,28 @@ 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/).
## 17.3.2 - 2023-11-10
<details>
<summary> Update @balena/compose to 3.0.5 [Thodoris Greasidis] </summary>
> ### balena-compose-3.0.5 - 2023-11-09
>
> * builder: Fix unawaited buildDir pack() promise [Thodoris Greasidis]
>
> ### balena-compose-3.0.4 - 2023-11-09
>
> * api: Restore the accidentally removed concurrency limits [Thodoris Greasidis]
>
> ### balena-compose-3.0.3 - 2023-11-09
>
> * .mocharc: Use "exit: true" to workaround hanging on completion on node20 [Thodoris Greasidis]
> * tests: Fix the expected error message for Dockerfile syntax errors [Thodoris Greasidis]
>
</details>
## 17.3.1 - 2023-11-09
* Use `pipeline` instead of `.pipe` when downloading OS image [Pagan Gazzard]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.3.1",
"version": "17.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.3.1",
"version": "17.3.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.3.1",
"version": "17.3.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -282,6 +282,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-09T17:26:36.954Z"
"publishedAt": "2023-11-10T11:02:55.619Z"
}
}