mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-13 06:02:58 +00:00
4.2.1
This commit is contained in:
parent
111d32f94f
commit
8a1d17a697
@ -5,6 +5,11 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## v4.2.1 - 2017-04-26
|
||||
|
||||
* Fix an infinite loop that could happen when trying to bootstrap if the key exchange fails [Pagan Gazzard]
|
||||
* Fix the case of being registered with a version of the cli/sdk that does not support device api keys. [Pagan Gazzard]
|
||||
|
||||
## v4.2.0 - 2017-04-24
|
||||
|
||||
* Add handling for duplicate UUIDs and key exchanging for old user-api-keys [Pagan Gazzard]
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "resin-supervisor",
|
||||
"description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user