diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 800008be..fd971342 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Add --additional-space flag to preload + hash: 9fff9266d4e10a90c2bfebbac3896a76e31213f9 + body: '' + footer: + Change-type: minor + change-type: minor + author: Alexis Svinartchouk + nested: [] + - subject: Update balena-preload to 10.4.1 + hash: 0e7f953f72413b56430f467da77b49fae70a7c69 + body: > + 10.4.0 improves image size estimation + + 10.4.1 prevents running out of space while pulling images because of + temporary files + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + version: 12.37.0 + date: 2020-12-28T16:11:48.896Z - commits: - subject: Update push command for organizations hash: 27e2b03702dca731c999003be80576192134c153 diff --git a/CHANGELOG.md b/CHANGELOG.md index a4bcaa9c..85d3678b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.37.0 - 2020-12-28 + +* Add --additional-space flag to preload [Alexis Svinartchouk] +* Update balena-preload to 10.4.1 [Alexis Svinartchouk] + ## 12.36.1 - 2020-12-23 * Update push command for organizations [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d9885bc9..3f959680 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.36.1", + "version": "12.37.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bfc02b70..83fd73eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.36.1", + "version": "12.37.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",