v12.44.22

This commit is contained in:
Balena CI 2021-06-24 19:55:41 +03:00 committed by VersionBot
parent 350c4abb96
commit bb6b4b255a
4 changed files with 32 additions and 2 deletions

@ -1,3 +1,28 @@
- commits:
- subject: 'preload: Warn that zip files are only accepted for Intel Edison'
hash: fec96b41ee59c61f6074aab907de6d05d431ba99
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: []
- subject: 'preload: Catch sfdisk errors that result in an endless spinner'
hash: 1dba5cc7c1119a024c1138c7d8b6f980fcfe0d39
body: ''
footer:
Change-type: patch
change-type: patch
Changelog-entry: 'preload: Catch sfdisk errors that result in an endless spinner'
changelog-entry: 'preload: Catch sfdisk errors that result in an endless spinner'
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 12.44.22
date: 2021-06-24T15:07:51.415Z
- commits: - commits:
- subject: 'Update author details in package.json, Windows Programs and Features' - subject: 'Update author details in package.json, Windows Programs and Features'
hash: 4d588e51a762e25c7fbee34786e9d90d809ecdb5 hash: 4d588e51a762e25c7fbee34786e9d90d809ecdb5

@ -4,6 +4,11 @@ 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.44.22 - 2021-06-24
* preload: Warn that zip files are only accepted for Intel Edison [Kyle Harding]
* preload: Catch sfdisk errors that result in an endless spinner [Kyle Harding]
## 12.44.21 - 2021-06-22 ## 12.44.21 - 2021-06-22
* Update author details in package.json, Windows Programs and Features [Paulo Castro] * Update author details in package.json, Windows Programs and Features [Paulo Castro]

2
npm-shrinkwrap.json generated

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

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.44.21", "version": "12.44.22",
"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",