mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 03:16:42 +00:00
v16.2.7
This commit is contained in:
parent
2b878e87d8
commit
c3a8a905f7
@ -1,3 +1,33 @@
|
||||
- commits:
|
||||
- subject: "device init: Avoid extra request when not providing the --fleet option"
|
||||
hash: 063e9d40f0bb7cf5fd80d04d7989ffb1c5f7d98f
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
- subject: "devices: Use a single request when providing the --fleet parameter"
|
||||
hash: 2b58143164f7933c5910c1e99d2d651841eb29b8
|
||||
body: |
|
||||
Reduces the response time when using
|
||||
--fleet from 1.5s to 1s.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
- subject: "ssh,tunnel: Fetch the fleet & devices in one request"
|
||||
hash: 861d4f33b761b4bacb1756fc4a4345fdef512ad5
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 16.2.7
|
||||
title: ""
|
||||
date: 2023-05-24T12:04:56.372Z
|
||||
- commits:
|
||||
- subject: "device init: Stop fetching unnecessary app fields"
|
||||
hash: 07cb0cbfcd2b3dae8d360096a743fe844c671d45
|
||||
|
@ -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/).
|
||||
|
||||
## 16.2.7 - 2023-05-24
|
||||
|
||||
* device init: Avoid extra request when not providing the --fleet option [Thodoris Greasidis]
|
||||
* devices: Use a single request when providing the --fleet parameter [Thodoris Greasidis]
|
||||
* ssh,tunnel: Fetch the fleet & devices in one request [Thodoris Greasidis]
|
||||
|
||||
## 16.2.6 - 2023-05-24
|
||||
|
||||
* device init: Stop fetching unnecessary app fields [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.6",
|
||||
"version": "16.2.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.6",
|
||||
"version": "16.2.7",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.2.6",
|
||||
"version": "16.2.7",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -285,6 +285,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-05-24T11:17:29.059Z"
|
||||
"publishedAt": "2023-05-24T12:04:57.912Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user