From b1524821335fd9283b7abef7985a3b7f4916d208 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 22 Aug 2017 19:26:32 +0200 Subject: [PATCH] Reformat changelog for versionbot --- CHANGELOG.md | 181 +++++++++++++++++---------------------------------- 1 file changed, 61 insertions(+), 120 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55b0624..8c142f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,23 @@ # Change Log -All notable changes to this project will be documented in this file. +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/). -## [6.5.2] - 2017-08-22 +## v6.5.2 - 2017-08-22 ### Changed - Progress bar when preload builds its docker image or fetches the build size; - Preload will do nothing if you try to preload a build that is already preloaded in the image. -## [6.5.1] - 2017-08-21 +## v6.5.1 - 2017-08-21 ### Fixed - Fix lodash upgrade bug that broke `resin help` -## [6.5.0] - 2017-08-18 +## v6.5.0 - 2017-08-18 ### Changed @@ -30,7 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Use forked global-tunnel-ng that doesn't proxy connections to socket files - Preload support -## [6.4.0] - 2017-08-11 +## v6.4.0 - 2017-08-11 ### Changed @@ -40,29 +41,29 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added a link to the Node download page in the warning for users with old Node versions - Remove inconsistent (and now unneccesary) 'Tagging image as' message from local build output -## [6.3.1] - 2017-08-08 +## v6.3.1 - 2017-08-08 - Updated resin-cli-auth to point to the correct resin dashboard ued for authentication (for example, staging) -## [6.3.0] - 2017-08-03 +## v6.3.0 - 2017-08-03 ### Fixed - Fixed compatibility of `resin local push` with docker >= 1.12 -## [6.2.0] - 2017-07-27 +## v6.2.0 - 2017-07-27 ### Changed - Support the new resinOS versions where the sample connection file is called `resin-sample.ignore` -## [6.1.1] - 2017-07-18 +## v6.1.1 - 2017-07-18 ### Changed - Hide the intro quickstart message for now (until it gets renovated) -## [6.1.0] - 2017-06-30 +## v6.1.0 - 2017-06-30 ### Fixed @@ -76,7 +77,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix "'cwd' must be a string" error in Node 8 - Do not explicitly disable ControlMaster option for device SSH connections -## [6.0.0] - 2017-06-26 +## v6.0.0 - 2017-06-26 ### Added @@ -86,7 +87,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - **Breaking** Remove Buffer polyfill, require Node v6+, and print warnings in older versions -## [5.11.1] - 2017-06-22 +## v5.11.1 - 2017-06-22 ### Added @@ -97,7 +98,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Ensure to send .pem file contents rather than filename to docker daemon - Add a polyfill to fix `local configure` in older (<6) Node versions -## [5.11.0] - 2017-06-19 +## v5.11.0 - 2017-06-19 ### Added @@ -120,19 +121,19 @@ and for `resin device init` (same `--config` param) - Ensure emulated builds use the correct relative path to qemu when called from any location - Make emulated builds reliable in the presence for WORKDIR comands -## [5.10.2] - 2017-05-31 +## v5.10.2 - 2017-05-31 ### Fixed - Fixed command line arguments for `resin build` -## [5.10.1] - 2017-05-22 +## v5.10.1 - 2017-05-22 ### Fixed - Fixed breaking bug in `resin local ssh` -## [5.10.0] - 2017-05-22 +## v5.10.0 - 2017-05-22 ### Added @@ -149,25 +150,25 @@ and for `resin device init` (same `--config` param) - Fixed the not enough unicorns bug in resin build - Removed the install-time warning for the `valid-email` package -## [5.9.1] - 2017-05-01 +## v5.9.1 - 2017-05-01 ### Fixed - Technical release because v5.9.0 was published earlier (erroneously) -## [5.9.0] - 2017-05-01 +## v5.9.0 - 2017-05-01 ### Added - HTTP(S) proxy support -## [5.8.1] - 2017-04-27 +## v5.8.1 - 2017-04-27 ### Fixed - The `ssh` command was broken -## [5.8.0] - 2017-04-26 +## v5.8.0 - 2017-04-26 ### Added @@ -179,20 +180,20 @@ and for `resin device init` (same `--config` param) - Capture and report errors happening during the program initialization, like parsing invalid YAML config -## [5.7.2] - 2017-04-18 +## v5.7.2 - 2017-04-18 ### Fixed - Fixed warning on NPM install due to dependency conflicts - Improved node v4 support (some operations are fixed, some will run faster) -## [5.7.1] - 2017-04-03 +## v5.7.1 - 2017-04-03 ### Fixed - Add basic support for the new ResinOS version format -## [5.7.0] - 2017-03-28 +## v5.7.0 - 2017-03-28 ### Fixed @@ -200,7 +201,7 @@ and for `resin device init` (same `--config` param) * failing to get the superuser resin auth (tried to look into `/root/.resin`) * failing to write to the drive -## [5.6.1] - 2017-03-23 +## v5.6.1 - 2017-03-23 ### Added @@ -211,20 +212,20 @@ and for `resin device init` (same `--config` param) - The unneeded warning about the default OS version download from the `device init` command. - Changed the help references from gitter to forums. -## [5.6.0] - 2017-03-23 +## v5.6.0 - 2017-03-23 ### Added - The `--version` option to the `os download` command. Check `resin help os download` for details. -## [5.5.0] - 2017-03-10 +## v5.5.0 - 2017-03-10 ### Added - Require superuser for scan commands, also introduce docker timeout - Bump resin-sync@7.0.0: use experimental rds which requires superuser permissions -## [5.4.0] - 2017-03-09 +## v5.4.0 - 2017-03-09 ### Added @@ -242,7 +243,7 @@ and for `resin device init` (same `--config` param) - Remove app create from primary commands -## [5.3.0] - 2017-03-03 +## v5.3.0 - 2017-03-03 ### Added @@ -252,44 +253,44 @@ and for `resin device init` (same `--config` param) - Moved to the new version of `resin-sdk` (via `resin-sdk-preconfigured`) -## [5.2.4] - 2017-01-18 +## v5.2.4 - 2017-01-18 ### Changed - Fix documented requirements for resin ssh and resin sync -## [5.2.3] - 2017-01-04 +## v5.2.3 - 2017-01-04 ### Changed - Add missing `js-yaml` dependency. -## [5.2.2] - 2016-11-01 +## v5.2.2 - 2016-11-01 ### Changed - Fix `shutdown` command not being available. -## [5.2.1] - 2016-10-28 +## v5.2.1 - 2016-10-28 ### Changed - Fix `Boolean options can't have parameters` error in every command. -## [5.2.0] - 2016-10-27 +## v5.2.0 - 2016-10-27 ### Added - Add `shutdown` command. - Add `--force` option to `device reboot` command. -## [5.1.0] - 2016-09-25 +## v5.1.0 - 2016-09-25 ### Added - Add `devices supported` command. -## [5.0.0] - 2016-09-15 +## v5.0.0 - 2016-09-15 ### Added @@ -306,19 +307,19 @@ and for `resin device init` (same `--config` param) - Always display interactive device selection dialog when uuid is not passed as an argument. - Disable ControlMaster ssh option (as reported in support). -## [4.5.0] - 2016-09-14 +## v4.5.0 - 2016-09-14 ### Added - Attempt to retrieve device type from the image's first partition. -## [4.4.0] - 2016-08-11 +## v4.4.0 - 2016-08-11 ### Changed - Display OS and Supervisor version in `devices` and `device` commands. -## [4.3.0] - 2016-08-11 +## v4.3.0 - 2016-08-11 ### Added @@ -328,43 +329,43 @@ and for `resin device init` (same `--config` param) - Implement `device public-url` command. - Add global `--help` option. -## [4.2.1] - 2016-07-26 +## v4.2.1 - 2016-07-26 ### Changed - Fix log messages being `undefined`. -## [4.2.0] - 2016-06-22 +## v4.2.0 - 2016-06-22 ### Added - Add `verbose` option to `resin sync`. -## [4.1.0] - 2016-06-22 +## v4.1.0 - 2016-06-22 ### Added - Add `verbose` option to `resin ssh`. -## [4.0.3] - 2016-05-17 +## v4.0.3 - 2016-05-17 ### Changed - Fix `resin ssh` errors when running in `cmd.exe`. -## [4.0.2] - 2016-04-27 +## v4.0.2 - 2016-04-27 ### Changed - Upgrade `resin-sync` to v2.0.2. -## [4.0.1] - 2016-04-26 +## v4.0.1 - 2016-04-26 ### Changed - Fix unhandled exceptions in the `resin ssh` command. -## [4.0.0] - 2016-04-26 +## v4.0.0 - 2016-04-26 ### Added @@ -376,19 +377,19 @@ and for `resin device init` (same `--config` param) - Upgrade `resin-sync` to v2.0.1. - Upgrade `resin-sdk` to v5.3.0. -## [3.0.2] - 2016-04-08 +## v3.0.2 - 2016-04-08 ### Changed - Fix `os configure` command not working with shorter uuids. -## [3.0.1] - 2016-03-29 +## v3.0.1 - 2016-03-29 ### Changed - Log Mixpanel events based on the matching command signature. -## [3.0.0] - 2016-03-28 +## v3.0.0 - 2016-03-28 ### Added @@ -402,20 +403,20 @@ and for `resin device init` (same `--config` param) - Force update alert to always be shown. - Only throw "Invalid 2FA code" if we're sure that's the cause during `login`. -## [2.7.0] - 2016-03-07 +## v2.7.0 - 2016-03-07 ### Added - Implement `config generate` command. - Implement `device reboot` command. -## [2.6.2] - 2016-02-19 +## v2.6.2 - 2016-02-19 ### Removed - Remove debugging statement in `quickstart`. -## [2.6.1] - 2016-02-12 +## v2.6.1 - 2016-02-12 ### Added @@ -430,7 +431,7 @@ and for `resin device init` (same `--config` param) - Improve `quickstart` messages. - Fix `device` example. -## [2.6.0] - 2016-01-21 +## v2.6.0 - 2016-01-21 ### Added @@ -454,7 +455,7 @@ and for `resin device init` (same `--config` param) - Upgrade Resin Image Manager to v3.2.6. - Make `devices` output shorter uuids. -## [2.5.0] - 2015-12-11 +## v2.5.0 - 2015-12-11 ### Added @@ -466,7 +467,7 @@ and for `resin device init` (same `--config` param) - Lazy load command actions dependencies for performance reasons. -## [2.4.0] - 2015-12-01 +## v2.4.0 - 2015-12-01 ### Added @@ -477,7 +478,7 @@ and for `resin device init` (same `--config` param) - Simplify download output messages. -## [2.3.0] - 2015-11-20 +## v2.3.0 - 2015-11-20 ### Added @@ -489,13 +490,13 @@ and for `resin device init` (same `--config` param) - Show uuids in `devices` command. - Clarify resin url in `login` and `whoami`. -## [2.2.0] - 2015-11-12 +## v2.2.0 - 2015-11-12 ### Added - Implement `device move` command. -## [2.1.0] - 2015-11-11 +## v2.1.0 - 2015-11-11 ### Added @@ -506,13 +507,13 @@ and for `resin device init` (same `--config` param) - Clarify the need of computer password during `sudo` in `os initialize`. -## [2.0.1] - 2015-10-26 +## v2.0.1 - 2015-10-26 ### Changed - Fix critical error when elevating permissions. -## [2.0.0] - 2015-10-26 +## v2.0.0 - 2015-10-26 ### Added @@ -538,7 +539,7 @@ and for `resin device init` (same `--config` param) - Remove project directory creation logic in `device init`. - Remove `app associate` command. -## [1.1.0] - 2015-10-13 +## v1.1.0 - 2015-10-13 ### Added @@ -571,63 +572,3 @@ and for `resin device init` (same `--config` param) ### Removed - Remove outdated information from README. - -[6.5.2]: https://github.com/resin-io/resin-cli/compare/v6.5.1...v6.5.2 -[6.5.1]: https://github.com/resin-io/resin-cli/compare/v6.5.0...v6.5.1 -[6.5.0]: https://github.com/resin-io/resin-cli/compare/v6.4.0...v6.5.0 -[6.4.0]: https://github.com/resin-io/resin-cli/compare/v6.3.1...v6.4.0 -[6.3.1]: https://github.com/resin-io/resin-cli/compare/v6.3.0...v6.3.1 -[6.3.0]: https://github.com/resin-io/resin-cli/compare/v6.2.0...v6.3.0 -[6.2.0]: https://github.com/resin-io/resin-cli/compare/v6.1.1...v6.2.0 -[6.1.1]: https://github.com/resin-io/resin-cli/compare/v6.1.0...v6.1.1 -[6.1.0]: https://github.com/resin-io/resin-cli/compare/v6.0.0...v6.1.0 -[6.0.0]: https://github.com/resin-io/resin-cli/compare/v5.11.1...v6.0.0 -[5.11.1]: https://github.com/resin-io/resin-cli/compare/v5.11.0...v5.11.1 -[5.11.0]: https://github.com/resin-io/resin-cli/compare/v5.10.2...v5.11.0 -[5.10.2]: https://github.com/resin-io/resin-cli/compare/v5.10.1...v5.10.2 -[5.10.1]: https://github.com/resin-io/resin-cli/compare/v5.10.0...v5.10.1 -[5.10.0]: https://github.com/resin-io/resin-cli/compare/v5.9.1...v5.10.0 -[5.9.1]: https://github.com/resin-io/resin-cli/compare/v5.9.0...v5.9.1 -[5.9.0]: https://github.com/resin-io/resin-cli/compare/v5.8.1...v5.9.0 -[5.8.1]: https://github.com/resin-io/resin-cli/compare/v5.8.0...v5.8.1 -[5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0 -[5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2 -[5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1 -[5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0 -[5.6.1]: https://github.com/resin-io/resin-cli/compare/v5.6.0...v5.6.1 -[5.6.0]: https://github.com/resin-io/resin-cli/compare/v5.5.0...v5.6.0 -[5.5.0]: https://github.com/resin-io/resin-cli/compare/v5.4.0...v5.5.0 -[5.4.0]: https://github.com/resin-io/resin-cli/compare/v5.3.0...v5.4.0 -[5.3.0]: https://github.com/resin-io/resin-cli/compare/v5.2.4...v5.3.0 -[5.2.4]: https://github.com/resin-io/resin-cli/compare/v5.2.3...v5.2.4 -[5.2.3]: https://github.com/resin-io/resin-cli/compare/v5.2.2...v5.2.3 -[5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2 -[5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1 -[5.2.0]: https://github.com/resin-io/resin-cli/compare/v5.1.0...v5.2.0 -[5.1.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v5.1.0 -[5.0.0]: https://github.com/resin-io/resin-cli/compare/v4.5.0...v5.0.0 -[4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0 -[4.4.0]: https://github.com/resin-io/resin-cli/compare/v4.3.0...v4.4.0 -[4.3.0]: https://github.com/resin-io/resin-cli/compare/v4.2.1...v4.3.0 -[4.2.1]: https://github.com/resin-io/resin-cli/compare/v4.2.0...v4.2.1 -[4.2.0]: https://github.com/resin-io/resin-cli/compare/v4.1.0...v4.2.0 -[4.1.0]: https://github.com/resin-io/resin-cli/compare/v4.0.3...v4.1.0 -[4.0.3]: https://github.com/resin-io/resin-cli/compare/v4.0.2...v4.0.3 -[4.0.2]: https://github.com/resin-io/resin-cli/compare/v4.0.1...v4.0.2 -[4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1 -[4.0.0]: https://github.com/resin-io/resin-cli/compare/v3.0.2...v4.0.0 -[3.0.2]: https://github.com/resin-io/resin-cli/compare/v3.0.1...v3.0.2 -[3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1 -[3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0 -[2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0 -[2.6.2]: https://github.com/resin-io/resin-cli/compare/v2.6.1...v2.6.2 -[2.6.1]: https://github.com/resin-io/resin-cli/compare/v2.6.0...v2.6.1 -[2.6.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0 -[2.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0 -[2.4.0]: https://github.com/resin-io/resin-cli/compare/v2.3.0...v2.4.0 -[2.3.0]: https://github.com/resin-io/resin-cli/compare/v2.2.0...v2.3.0 -[2.2.0]: https://github.com/resin-io/resin-cli/compare/v2.1.0...v2.2.0 -[2.1.0]: https://github.com/resin-io/resin-cli/compare/v2.0.1...v2.1.0 -[2.0.1]: https://github.com/resin-io/resin-cli/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/resin-io/resin-cli/compare/v1.1.0...v2.0.0 -[1.1.0]: https://github.com/resin-io/resin-cli/compare/v1.0.0...v1.1.0