This commit is contained in:
Balena CI 2020-07-07 03:25:23 +03:00 committed by VersionBot
parent 89e2bb5945
commit 4b110fef8e
4 changed files with 22 additions and 2 deletions

@ -1,3 +1,19 @@
- commits:
- subject: >-
build/deploy/preload: Accept DOCKER_CERT_PATH and DOCKER_TLS_VERIFY env
vars
hash: f326994f8ecc0b757365db98bba8ad5353723ea3
body: |
This allows the build and deploy commands to work with 'docker-machine'
(the preload command still does not work with docker-machine, though).
footer:
Resolves: '#1844'
resolves: '#1844'
Change-type: minor
change-type: minor
author: Paulo Castro
version: 12.6.0
date: 2020-07-06T22:14:47.299Z
- commits:
- subject: Modify runCommand to accept args array instead of string
hash: e20265518dfecffe9e414807917a132dec08195d

@ -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.0 - 2020-07-06
* build/deploy/preload: Accept DOCKER_CERT_PATH and DOCKER_TLS_VERIFY env vars [Paulo Castro]
## 12.5.2 - 2020-07-06
* Modify runCommand to accept args array instead of string [Scott Lowe]

2
npm-shrinkwrap.json generated

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

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.5.2",
"version": "12.6.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",