From 57fc26c0f7f67db299cb9837c94bd01162d6a750 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 4 Jun 2019 21:17:56 +0300 Subject: [PATCH] v11.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c702572f..349dc98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ 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.0.0 - 2019-06-04 + +* Remove 'signup' command [Paulo Castro] +* Revert bin/balena (previously renamed bin/run for oclif compatibility) [Paulo Castro] +* Balena CI integration: Patch @oclif/dev-cli to install 7zip on demand [Paulo Castro] +* Add warning notices for replaced 'local' commands in v11 [Paulo Castro] +* Revert 'balena flash' to 'balena local flash' [Paulo Castro] +* Fix SSH'ing into a device from application [Cameron Diver] +* Make livepush the default when pushing to a local device [Cameron Diver] +* Make the CommandDefinition option parameter a Partial [Cameron Diver] +* Allow multiple services to be tailed with balena logs and push [Cameron Diver] +* Don't require a login for commands operating on local devices [Cameron Diver] +* Remove or move most local namespaced commands [Cameron Diver] +* Update the CLI's installation instructions for executable installers [Paulo Castro] +* Add native installers for Windows and macOS [Paulo Castro] +* Bump denymount version and delete redundant patch (chore task) [Paulo Castro] +* Add CONTRIBUTING.md and some guidance on commit messages and doc files. [Paulo Castro] +* Update documentation markdown following v11-meta branch rebase [Paulo Castro] +* Fix windows straight-to-container SSH [Cameron Diver] +* Update balena ssh command to support local devices and multicontainer [Cameron Diver] +* Sort 'balena help' primary commands in manually specified order [Paulo Castro] +* Remove --dockerPort's -p alias for `balena preload` [Alexis Svinartchouk] +* Begin the transition to oclif with 'balena env add' (fix dropped leading zero in device UUID). [Paulo Castro] +* Bump min Node.js version to 8.0, ts-node to 8.1 and typescript to 3.4. Refactor typings folder for use with the tsconfig typeRoots option. [Paulo Castro] + ## 10.17.5 - 2019-06-04 * Pin moment-duration-format package (ReferenceError: window is not defined) [Paulo Castro] diff --git a/package.json b/package.json index 679ce057..5726a9c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.17.5", + "version": "11.0.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",