v12.44.16

This commit is contained in:
Balena CI 2021-05-18 18:35:46 +03:00 committed by VersionBot
parent cd8070b1a6
commit 9265588745
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'preload: Avoid hardcoded registry2 URLs with openBalena'
hash: b17dad8c60555ab9896fb4c911522e4d2141abcb
body: ''
footer:
Change-type: patch
change-type: patch
Changelog-entry: 'preload: Avoid hardcoded registry2 URLs with openBalena'
changelog-entry: 'preload: Avoid hardcoded registry2 URLs with openBalena'
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 12.44.16
date: 2021-05-18T15:11:23.344Z
- commits:
- subject: 'os configure, local configure: Fix "Unsupported filesystem" error'
hash: 501882fd26bbe729754e2452819f8d472a91b439

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.16 - 2021-05-18
* preload: Avoid hardcoded registry2 URLs with openBalena [Kyle Harding]
## 12.44.15 - 2021-05-16
* os configure, local configure: Fix "Unsupported filesystem" error [Roland Kajatin]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.15",
"version": "12.44.16",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",