This commit is contained in:
Balena CI 2020-06-29 23:54:25 +03:00 committed by VersionBot
parent d681dacc6d
commit 812b11db5f
4 changed files with 36 additions and 2 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: Prepare for field based retrieval of device overall_status
hash: 3207a2922aa0d519bbd21701bce5e0ff2dde873a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
- subject: Drop balena-device-status from the dependencies
hash: 45f131ec93a94453ac38c31bbe8d4b277f67dc2d
body: ''
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: Stop using the removed imageMakerUrl balena-sdk argument
hash: bd4d836a314c34f30fc82d35f3eaf62f9bb28627
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 12.2.2
date: 2020-06-29T19:58:13.335Z
- commits:
- subject: Add back the device mac_address field
hash: 6add63c6acc08b6b2cdab255b8368860ee821da9

View File

@ -4,6 +4,12 @@ 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.2.2 - 2020-06-29
* Prepare for field based retrieval of device overall_status [Thodoris Greasidis]
* Drop balena-device-status from the dependencies [Thodoris Greasidis]
* Stop using the removed imageMakerUrl balena-sdk argument [Thodoris Greasidis]
## 12.2.1 - 2020-06-29
* Add back the device mac_address field [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

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