This commit is contained in:
Balena CI 2020-09-10 15:09:25 +03:00 committed by VersionBot
parent e755d9f03f
commit b3510f205f
4 changed files with 71 additions and 2 deletions

View File

@ -1,3 +1,64 @@
- commits:
- subject: Fix numerical id support in device rm
hash: f9224b05af886944fb4ec5f5de2a0dfda1b712e8
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2031'
resolves: '#2031'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
- subject: Fix numerical id support in device move
hash: ece4d88bfde3dd1749bbe618ed534bf2820a6711
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2030'
resolves: '#2030'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
- subject: Fix required status of param in os versions
hash: 0dd7c33237da613246b4a2a1a911c688be140995
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
- subject: Add ability to specify poll interval in join command
hash: 0ca1faba0939215e10c2fdd36097d204b50f8890
body: ''
footer:
Change-type: minor
change-type: minor
Resolves: '#1432 #1697 #1670'
resolves: '#1432 #1697 #1670'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
- subject: Improve error handling in internal scandevices
hash: 9f8569e33fd01bcac4249172338d64537a4eeaf7
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#1703'
connects-to: '#1703'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.19.0
date: 2020-09-10T10:55:31.705Z
- commits:
- subject: >-
push (local device): Add --pull option to force pulling base images

View File

@ -4,6 +4,14 @@ 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.19.0 - 2020-09-10
* Fix numerical id support in device rm [Scott Lowe]
* Fix numerical id support in device move [Scott Lowe]
* Fix required status of param in os versions [Scott Lowe]
* Add ability to specify poll interval in join command [Scott Lowe]
* Improve error handling in internal scandevices [Scott Lowe]
## 12.18.0 - 2020-09-09
* push (local device): Add --pull option to force pulling base images again [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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