From 72639e9e593cbb0ccae5a101de9e7f8bb1ec4a70 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Tue, 14 Mar 2023 20:19:08 +0000 Subject: [PATCH] v15.1.0 --- .versionbot/CHANGELOG.yml | 143 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 34 +++++++++ npm-shrinkwrap.json | 2 +- package.json | 4 +- 4 files changed, 180 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 796fbd4e..3abc65f6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,146 @@ +- commits: + - subject: Update balena-compose to v2.2.1 + hash: 564716faa7fcff91f83b2e43de770a7e72b6e5d5 + body: | + Update balena-compose from 2.1.1 to 2.2.1 + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: + - commits: + - subject: Ignore references to build stages when evaluating manifests + hash: 367081fb0c3d7d029b55cd887b60385868248815 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-compose-2.2.1 + title: "" + date: 2023-03-14T17:07:03.458Z + - commits: + - subject: OCI Image Index should allow platform opts + hash: 4178f93696438bc89415bbc260d3caf90a0b82bc + body: | + Similar to Manifest v2, OCI Image Index manifest types + support the platform arg, and if the default host + platform is not avilable in the manfiest they will + actually fail to pull. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-compose-2.2.0 + title: "" + date: 2023-03-13T19:00:05.420Z + - commits: + - subject: Write to debug log when using platform option + hash: 1db846fa5026105c9e78fdfbae23047e14764eb2 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-compose-2.1.4 + title: "" + date: 2023-03-13T14:58:49.392Z + - commits: + - subject: Fixup tests to use recent debian:bullseye-slim images + hash: 3ed4ae940fc207866ca4b532cf7539b8e177ef1f + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-compose-2.1.3 + title: "" + date: 2023-03-01T18:00:46.411Z + - commits: + - subject: "test/multibuild: Use 127.0.0.1 for the extra_hosts test" + hash: a91d59ff1dbfebf2a0c543523e94107f881ca5db + body: | + That's b/c flowzone limit network access to + just internal networks. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + - subject: Output error text to aid test debugging + hash: 2094b3e75e13422614bbc31d34719b66dce6fa14 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + - subject: Replace balenaCI & circleCI with flowzone + hash: 663683427156f8413c6ffc2679e0befd93c914fc + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Pin dockerode to v3.3.3 to avoid regression + hash: 2883800a018d89ca748194370c9c795c8e48cd33 + body: > + The problem is rework to buildImage() in v3.3.4 that hangs balena-compose + use of it. + + See Issue: https://github.com/apocas/dockerode/issues/696 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + - subject: Prettify fixup + hash: 9606f358e16e60774df6656d87612cd17e8b4b87 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + - subject: Fix underspecified generics in release/models + hash: 57107eb5c89f51bd36e10cb8f9340bab63723348 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + version: balena-compose-2.1.2 + title: "" + date: 2022-10-17T08:10:36.440Z + version: 15.1.0 + title: "" + date: 2023-03-14T20:19:05.334Z - commits: - subject: "Devices: explicitly fetches only used fields" hash: 5761a306be9b135886a6d9c0f3515d1ef4550468 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34969f92..69c28716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,40 @@ 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/). +## 15.1.0 - 2023-03-14 + + +
+ Update balena-compose to v2.2.1 [Kyle Harding] + +> ### balena-compose-2.2.1 - 2023-03-14 +> +> * Ignore references to build stages when evaluating manifests [Kyle Harding] +> +> ### balena-compose-2.2.0 - 2023-03-13 +> +> * OCI Image Index should allow platform opts [Kyle Harding] +> +> ### balena-compose-2.1.4 - 2023-03-13 +> +> * Write to debug log when using platform option [Kyle Harding] +> +> ### balena-compose-2.1.3 - 2023-03-01 +> +> * Fixup tests to use recent debian:bullseye-slim images [Kyle Harding] +> +> ### balena-compose-2.1.2 - 2022-10-17 +> +> * test/multibuild: Use 127.0.0.1 for the extra_hosts test [Ken Bannister] +> * Output error text to aid test debugging [Ken Bannister] +> * Replace balenaCI & circleCI with flowzone [Thodoris Greasidis] +> * Pin dockerode to v3.3.3 to avoid regression [Ken Bannister] +> * Prettify fixup [Ken Bannister] +> * Fix underspecified generics in release/models [Ken Bannister] +> + +
+ ## 15.0.6 - 2023-03-13 * Devices: explicitly fetches only used fields [Otávio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 631a461f..97a4cad6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.0.6", + "version": "15.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b41aaf45..7dc7778a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.0.6", + "version": "15.1.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-03-13T14:03:46.858Z" + "publishedAt": "2023-03-14T20:19:07.072Z" } }