From 7ad9e685f61652248aba4a412b6f9b69c136fcb8 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Wed, 5 Apr 2023 08:06:56 +0000 Subject: [PATCH] v15.1.3 --- .versionbot/CHANGELOG.yml | 56 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 18 +++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 4 +-- 4 files changed, 77 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1becff29..38ff090f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,59 @@ +- commits: + - subject: "devices supported: Fix showing types without a valid & finalized + release" + hash: b98047cacf12929a64bcda7bf253da6102179b63 + body: | + Update balena-sdk from 16.28.0 to 16.28.2 + footer: + Resolves: "#2524" + resolves: "#2524" + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Update tests to run on node 18 + hash: 1838f590aaf27da8cc84952ffb9ea96b48e0f5b3 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: "deviceType.getAllSupported: Require a valid & final release to exist" + hash: a32e4666ba7e4ea273606854f1c16c99df6a97d6 + body: "" + footer: + Change-type: patch + change-type: patch + See: https://balena.zulipchat.com/#narrow/stream/350505-aspect.2Fcommunication/topic/Device-type.20listings.20on.20Docs.20.26.20Hub.20Conflicts + see: https://balena.zulipchat.com/#narrow/stream/350505-aspect.2Fcommunication/topic/Device-type.20listings.20on.20Docs.20.26.20Hub.20Conflicts + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-16.28.2 + title: "" + date: 2022-10-27T15:33:07.297Z + - commits: + - subject: "flowzone: Run the node tests using the latest LTS version" + hash: d6e497829f5b687ab45d2e473d888a76b9996064 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-16.28.1 + title: "" + date: 2022-10-14T18:17:33.333Z + version: 15.1.3 + title: "" + date: 2023-04-05T08:06:53.629Z - commits: - subject: Improve type checking by using the satisfies operator hash: 174312977a52836b12a799d0e2b8ea39c942883a diff --git a/CHANGELOG.md b/CHANGELOG.md index d4879d09..ea6ed062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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/). +## 15.1.3 - 2023-04-05 + + +
+ devices supported: Fix showing types without a valid & finalized release [Thodoris Greasidis] + +> ### balena-sdk-16.28.2 - 2022-10-27 +> +> * Update tests to run on node 18 [Thodoris Greasidis] +> * deviceType.getAllSupported: Require a valid & final release to exist [Thodoris Greasidis] +> +> ### balena-sdk-16.28.1 - 2022-10-14 +> +> * flowzone: Run the node tests using the latest LTS version [Thodoris Greasidis] +> + +
+ ## 15.1.2 - 2023-03-27 * Improve type checking by using the satisfies operator [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9baf31a8..3e697f69 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.1.2", + "version": "15.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b2ad5199..65cacb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.1.2", + "version": "15.1.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-03-27T15:14:46.144Z" + "publishedAt": "2023-04-05T08:06:55.314Z" } }