diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 42dc517e..58daa040 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Kyle Harding + 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 + signed-off-by: Kyle Harding + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c38a291..bd5ea732 100644 --- a/CHANGELOG.md +++ b/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! This project adheres to [Semantic Versioning](http://semver.org/). +## 12.51.2 - 2021-10-26 + + +
+ os download: Prevent image cache from closing the stream early [Kyle Harding] + +> ### balena-image-manager-7.0.4 - 2021-10-26 +> +> * Prevent the cacheStream from closing the other passthrough [Kyle Harding] +> +
+ ## 12.51.1 - 2021-10-25 * Fix forums support link in README.md [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6dbba2f7..c1cb3560 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.51.1", + "version": "12.51.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb433d6e..1394fb02 100644 --- a/package.json +++ b/package.json @@ -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" } }