mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
v12.44.16
This commit is contained in:
parent
cd8070b1a6
commit
9265588745
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.15",
|
||||
"version": "12.44.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user