From 6547a352e04496f51069137c7a26f6f40b2d10e1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:00:13 +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..760525a2 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: c103bf5167aebfc0a7a5e693fe59e48f5f86d20b + 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: c346741ce64819f83960bc15a0d0a7392bfefb55 + 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-17T15:57:35.329Z - 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..3e0cad83 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-17T15:57:37.559Z" } }