From a38e2e3a4acbc93c746499b70a634138511be16c Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Fri, 30 Sep 2016 21:04:02 -0300 Subject: [PATCH] Changelog for the several dependent devices changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83187428..5cfc04c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +* Switch to v2 api to be able to set is_online [Page] +* Implement proxyvisor API with dependent device handling [Pablo] +* Use the state endpoint from the API to get the full device state [Pablo] +* Add a deviceConfig db table to store host config separately, and allow deleting config.txt entries [Pablo] +* Expose RESIN_APP_NAME, RESIN_APP_RELEASE, RESIN_DEVICE_NAME_AT_INIT, RESIN_DEVICE_TYPE and RESIN_HOST_OS_VERSION env vars [Pablo] +* Add missing error handler on a stream in docker-utils [Pablo] + # v2.4.0 * On cleanup, force removal for images and containers, and remove container volumes [Pablo]