This commit is contained in:
Balena CI 2020-07-08 12:55:11 +03:00 committed by VersionBot
parent 9c6b6b3718
commit 0da5f822e4
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.6.0",
"version": "12.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",