mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v8.0.0
This commit is contained in:
parent
61160fd2f5
commit
6606b65c9b
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,17 @@ 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/).
|
||||
|
||||
## v8.0.0 - 2018-10-19
|
||||
|
||||
* Support multicontainer local mode in resin push [Cameron Diver]
|
||||
* Stop accepting resin-compose.yml as a build composition definition [Cameron Diver]
|
||||
* Send push source packages as gzipped data [Cameron Diver]
|
||||
* Respect ignore files when tarring sources [Cameron Diver]
|
||||
* Check for correct architecture when preloading, instead of correct device type [Alexis Svinartchouk]
|
||||
* Default preload boolean parameters to false [Alexis Svinartchouk]
|
||||
* Correctly error out on failed remote builds [Cameron Diver]
|
||||
* Bump tsconfig target to es6 [Cameron Diver]
|
||||
|
||||
## v7.10.9 - 2018-10-18
|
||||
|
||||
* Update sdk references in wizzard.coffee [Scott Lowe]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "resin-cli",
|
||||
"version": "7.10.9",
|
||||
"version": "8.0.0",
|
||||
"description": "The official resin.io CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/resin-io/resin-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user