mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.31.0
This commit is contained in:
parent
9a9d56b419
commit
eba2e7e4fb
@ -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:
|
||||
- subject: 'Convert commands join, leave to oclif.'
|
||||
hash: 3aa72dde4c5925e7a1aa9c7f1f3ad7fbabcdced6
|
||||
|
@ -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/).
|
||||
|
||||
## 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
|
||||
|
||||
* Convert commands join, leave to oclif. [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.17",
|
||||
"version": "11.31.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.17",
|
||||
"version": "11.31.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user