mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v15.1.3
This commit is contained in:
parent
c778aaffaf
commit
7ad9e685f6
@ -1,3 +1,59 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "devices supported: Fix showing types without a valid & finalized
|
||||||
|
release"
|
||||||
|
hash: b98047cacf12929a64bcda7bf253da6102179b63
|
||||||
|
body: |
|
||||||
|
Update balena-sdk from 16.28.0 to 16.28.2
|
||||||
|
footer:
|
||||||
|
Resolves: "#2524"
|
||||||
|
resolves: "#2524"
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Update tests to run on node 18
|
||||||
|
hash: 1838f590aaf27da8cc84952ffb9ea96b48e0f5b3
|
||||||
|
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
|
||||||
|
nested: []
|
||||||
|
- subject: "deviceType.getAllSupported: Require a valid & final release to exist"
|
||||||
|
hash: a32e4666ba7e4ea273606854f1c16c99df6a97d6
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
See: https://balena.zulipchat.com/#narrow/stream/350505-aspect.2Fcommunication/topic/Device-type.20listings.20on.20Docs.20.26.20Hub.20Conflicts
|
||||||
|
see: https://balena.zulipchat.com/#narrow/stream/350505-aspect.2Fcommunication/topic/Device-type.20listings.20on.20Docs.20.26.20Hub.20Conflicts
|
||||||
|
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.28.2
|
||||||
|
title: ""
|
||||||
|
date: 2022-10-27T15:33:07.297Z
|
||||||
|
- commits:
|
||||||
|
- subject: "flowzone: Run the node tests using the latest LTS version"
|
||||||
|
hash: d6e497829f5b687ab45d2e473d888a76b9996064
|
||||||
|
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
|
||||||
|
nested: []
|
||||||
|
version: balena-sdk-16.28.1
|
||||||
|
title: ""
|
||||||
|
date: 2022-10-14T18:17:33.333Z
|
||||||
|
version: 15.1.3
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-05T08:06:53.629Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Improve type checking by using the satisfies operator
|
- subject: Improve type checking by using the satisfies operator
|
||||||
hash: 174312977a52836b12a799d0e2b8ea39c942883a
|
hash: 174312977a52836b12a799d0e2b8ea39c942883a
|
||||||
|
18
CHANGELOG.md
18
CHANGELOG.md
@ -4,6 +4,24 @@ 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/).
|
||||||
|
|
||||||
|
## 15.1.3 - 2023-04-05
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> devices supported: Fix showing types without a valid & finalized release [Thodoris Greasidis] </summary>
|
||||||
|
|
||||||
|
> ### balena-sdk-16.28.2 - 2022-10-27
|
||||||
|
>
|
||||||
|
> * Update tests to run on node 18 [Thodoris Greasidis]
|
||||||
|
> * deviceType.getAllSupported: Require a valid & final release to exist [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
> ### balena-sdk-16.28.1 - 2022-10-14
|
||||||
|
>
|
||||||
|
> * flowzone: Run the node tests using the latest LTS version [Thodoris Greasidis]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 15.1.2 - 2023-03-27
|
## 15.1.2 - 2023-03-27
|
||||||
|
|
||||||
* Improve type checking by using the satisfies operator [Thodoris Greasidis]
|
* Improve type checking by using the satisfies operator [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "15.1.2",
|
"version": "15.1.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "15.1.2",
|
"version": "15.1.3",
|
||||||
"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",
|
||||||
@ -284,6 +284,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-03-27T15:14:46.144Z"
|
"publishedAt": "2023-04-05T08:06:55.314Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user