This commit is contained in:
Balena CI 2021-10-26 22:31:18 +03:00 committed by VersionBot
parent 72eeffcfb8
commit bf60c04b59
4 changed files with 53 additions and 3 deletions

View File

@ -1,3 +1,41 @@
- commits:
- subject: 'os download: Prevent image cache from closing the stream early'
hash: c3774b790e91ae848fb45dbfbd029377e47d0d87
body: >
Update balena-image-manager from 7.0.3 to 7.0.4
Currently the os download function will create two file streams,
one to write to the provided path, and one to write to the local image
cache.
This change prevents the target stream from closing early if the image
cache completes first.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested:
- commits:
- subject: Prevent the cacheStream from closing the other passthrough
hash: fd11d7e66915fefc8356dc3f8ac6b9ac3188be54
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: balena-image-manager-7.0.4
date: 2021-10-26T13:53:57.049Z
version: 12.51.2
date: 2021-10-26T19:30:13.278Z
- commits:
- subject: Fix forums support link in README.md
hash: 112a7b8194d098e9c66754eb256590e13f54fe29

View File

@ -4,6 +4,18 @@ 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/).
## 12.51.2 - 2021-10-26
<details>
<summary> os download: Prevent image cache from closing the stream early [Kyle Harding] </summary>
> ### balena-image-manager-7.0.4 - 2021-10-26
>
> * Prevent the cacheStream from closing the other passthrough [Kyle Harding]
>
</details>
## 12.51.1 - 2021-10-25
* Fix forums support link in README.md [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.51.1",
"version": "12.51.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.51.1",
"version": "12.51.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-10-25T17:29:37.217Z"
"publishedAt": "2021-10-26T19:30:13.674Z"
}
}