This commit is contained in:
Balena CI 2022-10-17 21:15:25 +03:00 committed by VersionBot
parent 0c4647e980
commit 83020797b0
4 changed files with 36 additions and 3 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: Stop relying on device-type.json for resolving the device type aliases
hash: a20d2a04a86797d77819c63e556d8ec7d4c128ca
body: ""
footer:
Resolves: "#2541"
resolves: "#2541"
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: Stop relying on device-type.json for resolving the cpu architecture
hash: 57b0dccc7d12197dc78c2b8fd4f3cdb6329ec510
body: ""
footer:
Resolves: "#2542"
resolves: "#2542"
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.2
title: "'Stop relying on device-type.json for resolving the cpu architecture'"
date: 2022-10-17T16:15:07.388Z
- commits:
- subject: "balena os initialize: Clarify that the process includes flashing"
hash: e46902e6839eeb2f59f445aeef94500bd34b8c14

View File

@ -4,6 +4,11 @@ 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.2 - 2022-10-17
* Stop relying on device-type.json for resolving the device type aliases [Thodoris Greasidis]
* Stop relying on device-type.json for resolving the cpu architecture [Thodoris Greasidis]
## 14.4.1 - 2022-10-12
* balena os initialize: Clarify that the process includes flashing [Heath Raftery]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.4.1",
"version": "14.4.2",
"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-12T13:55:51.707Z"
"publishedAt": "2022-10-17T16:15:08.533Z"
}
}