From c401ed35ac5fa194bd41892825cdaf1bb3cfceda Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:33:37 +0300 Subject: [PATCH] v12.50.3 --- .versionbot/CHANGELOG.yml | 93 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 18 ++++++++ npm-shrinkwrap.json | 2 +- package.json | 4 +- 4 files changed, 114 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bd2b36ab..169a7dcb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,96 @@ +- commits: + - subject: 'preload: Avoid possible ValueError when parsing storage driver' + hash: 48053ecefc00e451f3ee5c9b82b2b398978ec229 + body: | + Update balena-preload from 10.5.0 to 11.0.0 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: + - commits: + - subject: Avoid creating multiple preload containers + hash: 6b5b6428833ce2cd5c53c2051d6f515f1b3e4c37 + body: | + This was only caught when we started correctly naming + the preload container by switching from `Name` to `name` in + our createContainer options. + + Previously we were creating two containers but they had unique + random names so we never saw the conflict. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: 'major: Remove balena-preload script in favor of use with CLI' + hash: 7de06434155913b199024683e62c85e94f1d1cb1 + body: '' + footer: + Signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + author: Lorenzo Alberto Maria Ambrosi + nested: [] + - subject: Fix missing 'await' for getEdisonPartitions() + hash: 9a2ebfdb2a5375304ee5cf2ba6321b93f93886ed + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Add extra type information (refactor bind mount array) + hash: 5b8d21e68d9da902f7304a210cb1abe22420d1d0 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Run linter + hash: 456c727e6518317588b31e28ffb734377fb85e76 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'major: Convert to typescript' + hash: ce241be0a780bdff87f4513e4d5a0ec63d72ac7e + body: '' + footer: + Signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + author: Lorenzo Alberto Maria Ambrosi + nested: [] + - subject: 'patch: Fix incorrect python List index check' + hash: 85d404000ac6e9b4ac83ce1feed33789deca182b + body: '' + footer: + Signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + signed-off-by: >- + Lorenzo Alberto Maria Ambrosi + + author: Lorenzo Alberto Maria Ambrosi + nested: [] + version: balena-preload-11.0.0 + date: 2021-10-13T18:20:43.867Z + version: 12.50.3 + date: 2021-10-20T15:30:14.694Z - commits: - subject: Error message when renaming a fleet now mentions the target name. hash: c493c33e3896784ee60c9d4ac79721ca6b96a778 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0a1243..b1ee8094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.50.3 - 2021-10-20 + + +
+ preload: Avoid possible ValueError when parsing storage driver [Kyle Harding] + +> ### balena-preload-11.0.0 - 2021-10-13 +> +> * Avoid creating multiple preload containers [Kyle Harding] +> * major: Remove balena-preload script in favor of use with CLI [Lorenzo Alberto Maria Ambrosi] +> * Fix missing 'await' for getEdisonPartitions() [Paulo Castro] +> * Add extra type information (refactor bind mount array) [Paulo Castro] +> * Run linter [Paulo Castro] +> * major: Convert to typescript [Lorenzo Alberto Maria Ambrosi] +> * patch: Fix incorrect python List index check [Lorenzo Alberto Maria Ambrosi] +> +
+ ## 12.50.2 - 2021-10-05 * Error message when renaming a fleet now mentions the target name. [Carlo Miguel F. Cruz] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ca2f5310..93fffad7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.2", + "version": "12.50.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 452a7ffc..7186f09b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.2", + "version": "12.50.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-10-05T09:04:41.226Z" + "publishedAt": "2021-10-20T15:30:15.139Z" } }