From 83020797b07a4f9aee4219ff98332e795be2671d Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:15:25 +0300 Subject: [PATCH] v14.4.2 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 00a36152..477b82c8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Thodoris Greasidis + 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 + signed-off-by: Thodoris Greasidis + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b57666..0eb34ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cf811259..a8621fee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.4.1", + "version": "14.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbf9b203..cb2c977a 100644 --- a/package.json +++ b/package.json @@ -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" } }