This commit is contained in:
Balena CI 2020-04-15 16:48:28 +03:00
parent 9a9d56b419
commit eba2e7e4fb
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: 'device os-update: allow host OS upgrade with development balenaOS images'
hash: 320b4864d97c7fea234bc25ec755e2e5013b2a18
body: |
also:
fix `device os-update` incorrectly showing 0% progress
convert `device os-update` to use async/await
footer:
Change-type: minor
change-type: minor
Resolves: '#1725'
resolves: '#1725'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.31.0
date: 2020-04-15T13:10:48.862Z
- commits: - commits:
- subject: 'Convert commands join, leave to oclif.' - subject: 'Convert commands join, leave to oclif.'
hash: 3aa72dde4c5925e7a1aa9c7f1f3ad7fbabcdced6 hash: 3aa72dde4c5925e7a1aa9c7f1f3ad7fbabcdced6

View File

@ -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! 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/).
## 11.31.0 - 2020-04-15
* device os-update: allow host OS upgrade with development balenaOS images [Scott Lowe]
## 11.30.17 - 2020-04-09 ## 11.30.17 - 2020-04-09
* Convert commands join, leave to oclif. [Scott Lowe] * Convert commands join, leave to oclif. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.30.17", "version": "11.31.0",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",