mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.2.2
This commit is contained in:
parent
d681dacc6d
commit
812b11db5f
@ -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:
|
- commits:
|
||||||
- subject: Add back the device mac_address field
|
- subject: Add back the device mac_address field
|
||||||
hash: 6add63c6acc08b6b2cdab255b8368860ee821da9
|
hash: 6add63c6acc08b6b2cdab255b8368860ee821da9
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
## 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
|
## 12.2.1 - 2020-06-29
|
||||||
|
|
||||||
* Add back the device mac_address field [Thodoris Greasidis]
|
* Add back the device mac_address field [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.2.1",
|
"version": "12.2.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.2.1",
|
"version": "12.2.2",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user