This commit is contained in:
Balena CI 2022-10-17 19:00:13 +03:00 committed by VersionBot
parent c103bf5167
commit 6547a352e0
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: c103bf5167aebfc0a7a5e693fe59e48f5f86d20b
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: c346741ce64819f83960bc15a0d0a7392bfefb55
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-17T15:57:35.329Z
- 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-17T15:57:37.559Z"
}
}