mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v12.51.2
This commit is contained in:
parent
72eeffcfb8
commit
bf60c04b59
@ -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:
|
- commits:
|
||||||
- subject: Fix forums support link in README.md
|
- subject: Fix forums support link in README.md
|
||||||
hash: 112a7b8194d098e9c66754eb256590e13f54fe29
|
hash: 112a7b8194d098e9c66754eb256590e13f54fe29
|
||||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 12.51.1 - 2021-10-25
|
||||||
|
|
||||||
* Fix forums support link in README.md [Scott Lowe]
|
* Fix forums support link in README.md [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.51.1",
|
"version": "12.51.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.51.1",
|
"version": "12.51.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -289,6 +289,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-10-25T17:29:37.217Z"
|
"publishedAt": "2021-10-26T19:30:13.674Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user