v12.44.15

This commit is contained in:
Balena CI 2021-05-16 22:17:02 +03:00 committed by VersionBot
parent ccc2c20b6d
commit 492dbae7f1
4 changed files with 30 additions and 2 deletions

View File

@ -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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.14",
"version": "12.44.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",