From 0da5f822e4e4bf854bcbb5a8337f3ccac322fadb Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 8 Jul 2020 12:55:11 +0300 Subject: [PATCH] v12.6.1 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a56016d..239a7489 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: 'preload: Expand dockerd stderr logs in case of errors' + hash: 3d7833a64041e417724fe6a041e84d06526839d0 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 12.6.1 + date: 2020-07-08T09:19:23.988Z - commits: - subject: >- build/deploy/preload: Accept DOCKER_CERT_PATH and DOCKER_TLS_VERIFY env diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7913ee..6804251a 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/). +## 12.6.1 - 2020-07-08 + +* preload: Expand dockerd stderr logs in case of errors [Paulo Castro] + ## 12.6.0 - 2020-07-06 * build/deploy/preload: Accept DOCKER_CERT_PATH and DOCKER_TLS_VERIFY env vars [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index be83ec0c..609c874d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.6.0", + "version": "12.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f79cc874..dc079b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.6.0", + "version": "12.6.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",