mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-28 06:50:07 +00:00
v12.6.0
This commit is contained in:
parent
89e2bb5945
commit
4b110fef8e
@ -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:
|
- commits:
|
||||||
- subject: Modify runCommand to accept args array instead of string
|
- subject: Modify runCommand to accept args array instead of string
|
||||||
hash: e20265518dfecffe9e414807917a132dec08195d
|
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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 12.5.2 - 2020-07-06
|
||||||
|
|
||||||
* Modify runCommand to accept args array instead of string [Scott Lowe]
|
* Modify runCommand to accept args array instead of string [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.5.2",
|
"version": "12.6.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.5.2",
|
"version": "12.6.0",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user