From 600457de61245e6d01aa27ce58c48857af769734 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 27 May 2022 02:21:54 +0300 Subject: [PATCH] v13.5.1 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 861c0e18..5aea2b77 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95eb3a02..25a79eb8 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/). +## 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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a82c7c85..08f15f21 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.5.0", + "version": "13.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2407206f..41e350ed 100644 --- a/package.json +++ b/package.json @@ -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" } }