mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.6.1
This commit is contained in:
parent
9c6b6b3718
commit
0da5f822e4
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.6.0",
|
||||
"version": "12.6.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user