This commit is contained in:
Balena CI 2022-10-18 00:24:29 +03:00 committed by VersionBot
parent 1fb46bfa5d
commit 507c8a1bfd
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: "config generate: Fix the incompatible arch errors showing as not found"
hash: 2e115968d5dce98fe05ab0607e1c04bd9f4c67c8
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: 14.4.3
title: "'config generate: Fix the incompatible arch errors showing as not found'"
date: 2022-10-17T20:46:59.653Z
- commits:
- subject: Stop relying on device-type.json for resolving the device type aliases
hash: a20d2a04a86797d77819c63e556d8ec7d4c128ca

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/).
## 14.4.3 - 2022-10-17
* config generate: Fix the incompatible arch errors showing as not found [Thodoris Greasidis]
## 14.4.2 - 2022-10-17
* Stop relying on device-type.json for resolving the device type aliases [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.4.2",
"version": "14.4.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.4.2",
"version": "14.4.3",
"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": "2022-10-17T16:15:08.533Z"
"publishedAt": "2022-10-17T20:47:01.414Z"
}
}