This commit is contained in:
balenaCI 2023-05-24 11:17:30 +00:00
parent 46ab335407
commit 81f4aae7d2
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 120 additions and 4 deletions

View File

@ -1,3 +1,105 @@
- commits:
- subject: "device init: Stop fetching unnecessary app fields"
hash: 07cb0cbfcd2b3dae8d360096a743fe844c671d45
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "device move: Stop fetching unnecessary device & app fields"
hash: a2392dc580b6cac5bef137d21ddfedff03fd5cdd
body: |
Reduces the amount of device data retrieved
by 66%.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "device register: Stop fetching unnecessary app fields"
hash: 8b3235ab2b57aa8240e9e28b871ca0f9501f5445
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "config generate: Stop fetching unnecessary app fields"
hash: 15dac6f19488464a8c89fa51f835a7ce48493fba
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "devices: Stop fetching unnecessary device fields"
hash: 3c93db844935ebf42b00cfa6d8df2b4b7a95df0f
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "fleet rm,restart,rename,purge: Stop fetching unnecessary app fields"
hash: 9d8df0b78122fedee2290a2b3ca784ae1d8461a6
body: |
Halves the amout of application data retrieved.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "push: Stop unnecessarily fetching the application name"
hash: bcadbdbed8b3355b00df185844c33f28617a6b1f
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "ssh,tunnel: Reduce the amount of application fields fetched"
hash: 05a96fa60eeda2da64832fb1b95f732660011065
body: |
Halves the amout of application data retrieved.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "orgs: Stop fetching unnecessary org fields"
hash: 2e37536e7a53ddc331a894c2e292736b354c27f1
body: |
Halves the amount of org data retrieved to
show the list of orgs to select from.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "fleet create: Reduce the amount of org fields fetched"
hash: 025c4ef7f2522dc9542a99c4dd008a956828669a
body: |
Halves the amount of org data retrieved to
show the list of orgs to select from.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Fetch only the app slug when resolving an app by name
hash: ecbc660bf50a2d0cdc1f69e6646a816df18ea247
body: |
Affects many env & tags commands, as well
as support, releases & preload.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 16.2.6
title: ""
date: 2023-05-24T11:17:28.049Z
- commits:
- subject: Fix device int & os initialize failing to initialize the drive list
hash: 0a25bec01056f1653936f17722c15a4af79808eb

View File

@ -4,6 +4,20 @@ 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.6 - 2023-05-24
* device init: Stop fetching unnecessary app fields [Thodoris Greasidis]
* device move: Stop fetching unnecessary device & app fields [Thodoris Greasidis]
* device register: Stop fetching unnecessary app fields [Thodoris Greasidis]
* config generate: Stop fetching unnecessary app fields [Thodoris Greasidis]
* devices: Stop fetching unnecessary device fields [Thodoris Greasidis]
* fleet rm,restart,rename,purge: Stop fetching unnecessary app fields [Thodoris Greasidis]
* push: Stop unnecessarily fetching the application name [Thodoris Greasidis]
* ssh,tunnel: Reduce the amount of application fields fetched [Thodoris Greasidis]
* orgs: Stop fetching unnecessary org fields [Thodoris Greasidis]
* fleet create: Reduce the amount of org fields fetched [Thodoris Greasidis]
* Fetch only the app slug when resolving an app by name [Thodoris Greasidis]
## 16.2.5 - 2023-05-24
* Fix device int & os initialize failing to initialize the drive list [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.2.5",
"version": "16.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.2.5",
"version": "16.2.6",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.2.5",
"version": "16.2.6",
"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-24T10:30:20.201Z"
"publishedAt": "2023-05-24T11:17:29.059Z"
}
}