This commit is contained in:
balenaCI 2023-07-09 21:29:55 +00:00
parent 4df1831187
commit 8f39c1de6c
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: "fleet/block/app create: Fetch the supported device types using the
hostApps"
hash: d78b76aceb4cff60dbfe29d61b3ee5e9a2883fc9
body: ""
footer:
Change-type: patch
change-type: patch
See: https://balena.fibery.io/Organisation/Improvements-849#Improvements/Stop-relying-on-device-types-v1-device-type.json-for-unrelated-things-257
see: https://balena.fibery.io/Organisation/Improvements-849#Improvements/Stop-relying-on-device-types-v1-device-type.json-for-unrelated-things-257
author: Thodoris Greasidis
nested: []
version: 16.6.5
title: ""
date: 2023-07-09T21:29:52.818Z
- commits:
- subject: Bump balena-compose to v2.3.0
hash: 9d0b82122a3df2791a55c83371828635f6e4a0c1

View File

@ -4,6 +4,10 @@ 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.6.5 - 2023-07-09
* fleet/block/app create: Fetch the supported device types using the hostApps [Thodoris Greasidis]
## 16.6.4 - 2023-07-06
* Bump balena-compose to v2.3.0 [Felipe Lalanne]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.6.4",
"version": "16.6.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-07-06T13:58:26.495Z"
"publishedAt": "2023-07-09T21:29:53.832Z"
}
}