mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.48.14
This commit is contained in:
parent
52ad0f6a57
commit
ed49938504
@ -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 <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.13",
|
||||
"version": "12.48.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user