mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
4.2.0
This commit is contained in:
parent
26fb0b4f64
commit
6a7ff91180
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
|
||||
## v4.2.0 - 2017-04-24
|
||||
|
||||
* Add handling for duplicate UUIDs and key exchanging for old user-api-keys [Pagan Gazzard]
|
||||
* Change to the new device registration method to exchange our provisioning key with a dedicated api key for the device. [Pagan Gazzard]
|
||||
* Docs/API.md: Fix documentation command sent via the API proxy for POST /v1/update. [Horia Delicoti]
|
||||
|
||||
## v4.1.2 - 2017-04-10
|
||||
|
||||
* Issue #420: Avoid supervisor crash without connection by properly memoizing promise-returning functions [Pablo Carranza Velez]
|
||||
|
@ -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.1.2",
|
||||
"version": "4.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user