mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.48.1
This commit is contained in:
parent
8db36ccec9
commit
08ee8643cb
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Improve error handling (remove most occurrences of process.exit())
|
||||
hash: deb3e4c4ac1b23e96b283848580428f61de4eb05
|
||||
body: |
|
||||
Finally delete the deprecated exitWithExpectedError() function from
|
||||
'lib/errors.ts'.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'build, deploy: Extend CTRL-C coverage on Windows (PowerShell, cmd.exe)'
|
||||
hash: a8ff21af691cd69dd39cc5aba06729e12cf3d046
|
||||
body: |
|
||||
Before this commit, `balena build` and `balena deploy` would almost
|
||||
never respect CTRL-C on Windows (PowerShell, cmd.exe). Now CTRL-C
|
||||
is respected over a large extent of runtime and, if CTRL-C is hit
|
||||
while images are being uploaded (`balena deploy`), the release status
|
||||
is correctly set to 'failed'.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.48.1
|
||||
date: 2021-08-27T00:01:06.667Z
|
||||
- commits:
|
||||
- subject: Add contract contents at release creation time
|
||||
hash: d0cdc900a2f89a30631cc835d7691ea7ebdb2be3
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 12.48.1 - 2021-08-27
|
||||
|
||||
* Improve error handling (remove most occurrences of process.exit()) [Paulo Castro]
|
||||
* build, deploy: Extend CTRL-C coverage on Windows (PowerShell, cmd.exe) [Paulo Castro]
|
||||
|
||||
## 12.48.0 - 2021-08-26
|
||||
|
||||
* Add contract contents at release creation time [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.0",
|
||||
"version": "12.48.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.0",
|
||||
"version": "12.48.1",
|
||||
"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-08-26T15:16:03.344Z"
|
||||
"publishedAt": "2021-08-27T00:01:06.913Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user