mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-12 05:35:52 +00:00
v16.2.0
This commit is contained in:
parent
9a8b0b4a0d
commit
9d197317ca
@ -1,3 +1,177 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "secureboot: Retrieve the OS release & contract in one request"
|
||||||
|
hash: 83a5e7392adc371b8e4c3edfe7efb22b5f3f6eee
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: "os configure, config generate: Add '--secureBoot' option to opt-in
|
||||||
|
secure boot"
|
||||||
|
hash: f0c8c370228676313d57b00505c589f1832ec0d4
|
||||||
|
body: |
|
||||||
|
Allow to generate a config file with `installer.secureboot` set so that
|
||||||
|
a secure boot and disk encrypted system can be installed.
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
author: Alex Gonzalez
|
||||||
|
nested: []
|
||||||
|
- subject: "package.json: Update balena-sdk to 16.44.2"
|
||||||
|
hash: ba26d3204db82168133de467035aa5b2dbd506a1
|
||||||
|
body: |
|
||||||
|
Update balena-sdk from 16.40.0 to 16.44.2
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
author: Alex Gonzalez
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Update flowzone's macos runner to v12
|
||||||
|
hash: 0217b18d0410cb47254a586fe61a24b1bc602a4f
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Add device type yocto properties to typings
|
||||||
|
hash: 2659041f88cd5130020ab8a57ecc90a1533f10f2
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: Optimize getDeviceUrl request in one query
|
||||||
|
hash: 9b30c54425eff504f3e3c6a2948d9f1ed2fe8225
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.44.2
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-16T09:40:50.769Z
|
||||||
|
- commits:
|
||||||
|
- subject: Fix device.getAllByOrganization parameter docs
|
||||||
|
hash: b0ac935ec4a8e59cd69f27824077fe2de867d145
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.44.1
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-09T13:45:49.211Z
|
||||||
|
- commits:
|
||||||
|
- subject: Add device.getAllByOrganization()
|
||||||
|
hash: cae28e8a6b2ec00c3be8df046ec1d334993816e1
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Deprecate Device's is_managed_by__device & manages__device properties
|
||||||
|
hash: 7dd18a0f6087fa4e4fb002700d27550c1539356f
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.44.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-27T18:36:49.103Z
|
||||||
|
- commits:
|
||||||
|
- subject: Add test case DeviceHistory expandable resources
|
||||||
|
hash: 8d6160dd6e65964043fd64115a3ca08cb0d03764
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: fisehara <harald@balena.io>
|
||||||
|
signed-off-by: fisehara <harald@balena.io>
|
||||||
|
author: fisehara
|
||||||
|
nested: []
|
||||||
|
- subject: Make DeviceHistory referenced resources expandable
|
||||||
|
hash: 04d3aea7e86ca90bf9b456d21161c5e0b586f9ad
|
||||||
|
body: |
|
||||||
|
Add NavigationResource for Actor and fix DeviceType resource
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: fisehara <harald@balena.io>
|
||||||
|
signed-off-by: fisehara <harald@balena.io>
|
||||||
|
author: fisehara
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.43.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-19T08:21:57.502Z
|
||||||
|
- commits:
|
||||||
|
- subject: Add support for pine queries on Concept Type properties
|
||||||
|
hash: 2da182dc83fac63eb7d29dc00cfdcf40865969b2
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Properly type Actor properties on resources
|
||||||
|
hash: b8d55511c5faff1d28cbd1f93988f7ffb6a55b3a
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: fisehara <harald@balena.io>
|
||||||
|
signed-off-by: fisehara <harald@balena.io>
|
||||||
|
author: fisehara
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.42.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-18T18:38:08.173Z
|
||||||
|
- commits:
|
||||||
|
- subject: "Release model: Add support for getting/patching releases by
|
||||||
|
`application` & `rawVersion` pairs"
|
||||||
|
hash: 9086f70becf3fc7ffc8f5e21f52dd509d14b46f4
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Changelog-entry: "Release model: Add support for getting/patching releases by
|
||||||
|
`application` & `rawVersion` pairs"
|
||||||
|
changelog-entry: "Release model: Add support for getting/patching releases by
|
||||||
|
`application` & `rawVersion` pairs"
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.41.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-07T13:17:25.193Z
|
||||||
|
- subject: "flowzone: update custom runs to use macos-12"
|
||||||
|
hash: d53542975edd144319986484401a1421a35c4845
|
||||||
|
body: >
|
||||||
|
After the flowzone update to use zstd as compression algorithm for
|
||||||
|
sources
|
||||||
|
|
||||||
|
there is an error on macos-11 as tar does not support it.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||||
|
author: Alex Gonzalez
|
||||||
|
nested: []
|
||||||
|
version: 16.2.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-19T18:11:53.353Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: build linux/arm packages
|
- subject: build linux/arm packages
|
||||||
hash: d61c30075036bf82fd81fdf6445bc5309d8af721
|
hash: d61c30075036bf82fd81fdf6445bc5309d8af721
|
||||||
|
42
CHANGELOG.md
42
CHANGELOG.md
@ -4,6 +4,48 @@ 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/).
|
||||||
|
|
||||||
|
## 16.2.0 - 2023-05-19
|
||||||
|
|
||||||
|
* secureboot: Retrieve the OS release & contract in one request [Thodoris Greasidis]
|
||||||
|
* os configure, config generate: Add '--secureBoot' option to opt-in secure boot [Alex Gonzalez]
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> package.json: Update balena-sdk to 16.44.2 [Alex Gonzalez] </summary>
|
||||||
|
|
||||||
|
> ### balena-sdk-16.44.2 - 2023-05-16
|
||||||
|
>
|
||||||
|
> * Update flowzone's macos runner to v12 [Thodoris Greasidis]
|
||||||
|
> * Add device type yocto properties to typings [Otávio Jacobi]
|
||||||
|
> * Optimize getDeviceUrl request in one query [Otávio Jacobi]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.44.1 - 2023-05-09
|
||||||
|
>
|
||||||
|
> * Fix device.getAllByOrganization parameter docs [Otávio Jacobi]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.44.0 - 2023-04-27
|
||||||
|
>
|
||||||
|
> * Add device.getAllByOrganization() [Thodoris Greasidis]
|
||||||
|
> * Deprecate Device's is_managed_by__device & manages__device properties [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.43.0 - 2023-04-19
|
||||||
|
>
|
||||||
|
> * Add test case DeviceHistory expandable resources [fisehara]
|
||||||
|
> * Make DeviceHistory referenced resources expandable [fisehara]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.42.0 - 2023-04-18
|
||||||
|
>
|
||||||
|
> * Add support for pine queries on Concept Type properties [Thodoris Greasidis]
|
||||||
|
> * Properly type Actor properties on resources [fisehara]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.41.0 - 2023-04-07
|
||||||
|
>
|
||||||
|
> * Release model: Add support for getting/patching releases by `application` & `rawVersion` pairs [myarmolinsky]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
* flowzone: update custom runs to use macos-12 [Alex Gonzalez]
|
||||||
|
|
||||||
## 16.1.0 - 2023-05-16
|
## 16.1.0 - 2023-05-16
|
||||||
|
|
||||||
* build linux/arm packages [balenaCI]
|
* build linux/arm packages [balenaCI]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.1.0",
|
"version": "16.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.1.0",
|
"version": "16.2.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.1.0",
|
"version": "16.2.0",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -285,6 +285,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-05-16T18:26:09.494Z"
|
"publishedAt": "2023-05-19T18:11:55.798Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user