From 3d90aeb1222cb1fbc8f9e0220a09c0e4faa34a96 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 19 May 2022 21:10:42 +0300 Subject: [PATCH] v13.4.3 --- .versionbot/CHANGELOG.yml | 67 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 4 +-- 4 files changed, 94 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index af73c301..28b1fee8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,70 @@ +- commits: + - subject: Update docker-progress to 5.1.3 + hash: ee668a4c5c952a1e8b4bb10502ea212ce1721f82 + body: | + Update docker-progress from 5.0.1 to 5.1.3 + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: + - commits: + - subject: Reject on the stream closing if it has not already ended successfully + hash: e46ad706cdb32c20a9ef9358eed4567aef3d1b62 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: docker-progress-5.1.3 + title: "'Reject on the stream closing if it has not already ended successfully'" + date: 2022-05-11T16:47:41.323Z + - commits: + - subject: Update dependencies + hash: 0ef9c38ccdb048d849a216a3ad52a047a5194073 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: docker-progress-5.1.2 + title: "'Update dependencies'" + date: 2022-05-10T16:11:14.032Z + - commits: + - subject: Avoid breaking changes to PushPullOptions required properties + hash: dba7348ba87ca9d6299ebeab393fb8f6b5aa6ce5 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + version: docker-progress-5.1.1 + title: "'Avoid breaking changes to PushPullOptions required properties'" + date: 2022-05-10T14:44:11.701Z + - commits: + - subject: Add support for building images with progress + hash: e072408ee951d3caf46af5050d0b71991d114614 + body: > + Using build instead of pull allows to add metadata (e.g. labels) + to pulled images in an + + atomic way. This commit adds the `DockerProgres.build()` method to + + build an image from a remote (or local) source and track the progress of + + the build. + footer: + Change-type: minor + change-type: minor + author: Felipe Lalanne + version: docker-progress-5.1.0 + title: "'Add support for building images with progress'" + date: 2022-03-10T13:49:23.048Z + version: 13.4.3 + title: "'Update docker-progress to 5.1.3'" + date: 2022-05-19T17:32:59.232Z - commits: - subject: "preload: Fix detection of supervisor version for balenaOS v2.93.0" hash: 2b2c40c22d15d765f19b421976113939ec4fc455 diff --git a/CHANGELOG.md b/CHANGELOG.md index b650d5e1..cc8b4949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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.4.3 - 2022-05-19 + + +
+ Update docker-progress to 5.1.3 [Pagan Gazzard] + +> ### docker-progress-5.1.3 - 2022-05-11 +> +> * Reject on the stream closing if it has not already ended successfully [Pagan Gazzard] +> +> ### docker-progress-5.1.2 - 2022-05-10 +> +> * Update dependencies [Pagan Gazzard] +> +> ### docker-progress-5.1.1 - 2022-05-10 +> +> * Avoid breaking changes to PushPullOptions required properties [Kyle Harding] +> +> ### docker-progress-5.1.0 - 2022-03-10 +> +> * Add support for building images with progress [Felipe Lalanne] +> +
+ ## 13.4.2 - 2022-05-10 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2a085b6c..ef3b237b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.4.2", + "version": "13.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b235645..a618050a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.4.2", + "version": "13.4.3", "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-10T16:16:32.044Z" + "publishedAt": "2022-05-19T17:33:00.387Z" } }