diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f5021b1d..6abbe7e7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: 'os download: Avoid incomplete os downloads appearing as successful' + hash: 7f6738c73cd36cdfce0726c4eadbf51fecaebdc1 + body: | + By forcing the zlib flush mode to Z_NO_FLUSH we are more likely to + see an error on image download pipelines vs silent failure and + incomplete files. + + This is part of a larger investigation and may be removed in the + future when the root cause of the pipeline failures are identified. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.48.14 + date: 2021-09-20T17:38:23.398Z - commits: - subject: 'config inject: Remove requirement of being logged in' hash: 09a4e8db2d840f0b207afee7c5d99a47f967093d diff --git a/CHANGELOG.md b/CHANGELOG.md index a6845496..264d7572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.48.14 - 2021-09-20 + +* os download: Avoid incomplete os downloads appearing as successful [Kyle Harding] + ## 12.48.13 - 2021-09-17 * config inject: Remove requirement of being logged in [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0a900ccc..88f69633 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.13", + "version": "12.48.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67143276..639b2b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.13", + "version": "12.48.14", "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-09-17T13:02:03.633Z" + "publishedAt": "2021-09-20T17:38:23.634Z" } }