mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.7.0
This commit is contained in:
parent
90269525be
commit
cd491a7935
@ -1,3 +1,30 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Add "build secrets" and "build variables" support for push/build/deploy
|
||||
to/on/via balena devices
|
||||
hash: 225408c57de98646ea6e494a358fd45fad2ac3ac
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
- subject: >-
|
||||
Fix truncated logs in local multicontainer image builds (balena
|
||||
build/deploy)
|
||||
hash: 8cfacc9cbca9ca4b381ff5d20f29e4be767abdd2
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#1346'
|
||||
resolves: '#1346'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
version: 11.7.0
|
||||
date: 2019-07-15T16:01:15.633Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Remove BETA suffix from Windows and macOS installers, and update
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 11.7.0 - 2019-07-15
|
||||
|
||||
* Add "build secrets" and "build variables" support for push/build/deploy to/on/via balena devices [Paulo Castro]
|
||||
* Fix truncated logs in local multicontainer image builds (balena build/deploy) [Paulo Castro]
|
||||
|
||||
## 11.6.1 - 2019-07-15
|
||||
|
||||
* Remove BETA suffix from Windows and macOS installers, and update INSTALL.md [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.6.1",
|
||||
"version": "11.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.6.1",
|
||||
"version": "11.7.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user