Bump resin-sync@8.0.0

- resin sync: do not explicitly disable ControlMaster SSH option
- resin sync: whitelist collaborators

fixes #422
change-type: minor
This commit is contained in:
Kostas Lekkas 2017-06-21 20:30:12 +03:00
parent 3095938b0e
commit d93b82a269
No known key found for this signature in database
GPG Key ID: 7742375E5EDF01C3
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Bump resin-sync@8.0.0
- Permit resin sync to collaborators
- Do not explicitly disable ControlMaster option for device SSH connections
- Fix issue when using resin deploy with non-standard stdin (e.g. git bash on windows)

View File

@ -85,7 +85,7 @@
"resin-sdk-preconfigured": "^6.4.1",
"resin-settings-client": "^3.6.1",
"resin-stream-logger": "^0.0.4",
"resin-sync": "^7.0.0",
"resin-sync": "^8.0.0",
"rimraf": "^2.4.3",
"rindle": "^1.0.0",
"semver": "^5.3.0",