mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v13.5.1
This commit is contained in:
parent
17db857e10
commit
600457de61
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: "preload: Fix issue where balenaOS v2.98.3+ required an Internet
|
||||
connection to start apps"
|
||||
hash: eb45ae2a30a0a892813347372f69fb280a46cfb3
|
||||
body: |
|
||||
Devices with a v13+ supervisor will fail to start preloaded apps with a
|
||||
v2 target state format if connectivity is not available since migration
|
||||
of apps.json is not possible without API access.
|
||||
|
||||
This enables support for preloading v3 target state format in
|
||||
images with supervisor v13 or above.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: pipex
|
||||
nested: []
|
||||
version: 13.5.1
|
||||
title: "'Bump balena-preload to 12.1.0'"
|
||||
date: 2022-05-26T22:42:55.482Z
|
||||
- commits:
|
||||
- subject: Update balena-sdk to 16.20.4
|
||||
hash: c4990f3a26d23d0e9fbffa4058e3f7f09cf0c69c
|
||||
|
@ -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/).
|
||||
|
||||
## 13.5.1 - 2022-05-26
|
||||
|
||||
* preload: Fix issue where balenaOS v2.98.3+ required an Internet connection to start apps [pipex]
|
||||
|
||||
## 13.5.0 - 2022-05-24
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.5.0",
|
||||
"version": "13.5.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.5.0",
|
||||
"version": "13.5.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -288,6 +288,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-05-24T17:06:10.479Z"
|
||||
"publishedAt": "2022-05-26T22:42:56.418Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user