From 492dbae7f1e11a833f7f97b870e289da0e396ef9 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sun, 16 May 2021 22:17:02 +0300 Subject: [PATCH] v12.44.15 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 65634d7a..9e6e49f9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: 'os configure, local configure: Fix "Unsupported filesystem" error' + hash: 501882fd26bbe729754e2452819f8d472a91b439 + body: > + When configuring a BalenaOS image with system connections using the CLI, + + the function assumed that the boot partition was always 1. This is not + + the case for every supported board. Therefore, a new function is added, + + which automatically determines the boot partition number and allows + + users to configure the image with system connection settings. + + + This change affects both the `balena local configure` and `balena os + configure` commands. + footer: + Change-type: patch + change-type: patch + author: Roland Kajatin + nested: [] + version: 12.44.15 + date: 2021-05-16T16:12:53.207Z - commits: - subject: Add completion generator from oclif.manifest.json hash: a3e90182bc2cb366f8dea6214afefba0ad295b10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 01564956..02b9be8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 12.44.15 - 2021-05-16 + +* os configure, local configure: Fix "Unsupported filesystem" error [Roland Kajatin] + ## 12.44.14 - 2021-05-09 * Add completion generator from oclif.manifest.json [Pierre Kancir] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a6e8ecc4..d87c68e2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.14", + "version": "12.44.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19039dd8..38d90785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.14", + "version": "12.44.15", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",