From 1d4df6cc50f1093cebed6e0e1e326ea2227a5920 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Tue, 7 Nov 2017 18:26:40 -0800 Subject: [PATCH 1/2] dindctl: Use balena to refresh the supervisor container Change-Type: patch Signed-off-by: Pablo Carranza Velez --- dindctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dindctl b/dindctl index 1761cc82..382e008d 100755 --- a/dindctl +++ b/dindctl @@ -125,7 +125,7 @@ function buildSupervisorSrc { function refreshSupervisorSrc { buildSupervisorSrc echo "Restarting the supervisor container" - docker exec -ti $CONTAINER_NAME docker restart resin_supervisor + docker exec -ti $CONTAINER_NAME balena restart resin_supervisor } function runDind { From 701a2b7d1354e3acafd9092c409119b9a9dcbee8 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Wed, 8 Nov 2017 17:58:59 +0000 Subject: [PATCH 2/2] v6.4.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b4890a..84b12053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v6.4.4 - 2017-11-08 + +* Dindctl: Use balena to refresh the supervisor container #523 [Pablo Carranza Velez] + ## v6.4.3 - 2017-11-03 * Use balena 17.06 and resin-base v2.9.2 for the docker-in-docker supervisor #518 [Pablo Carranza Velez] diff --git a/package.json b/package.json index 821105e6..ece584b9 100644 --- a/package.json +++ b/package.json @@ -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": "6.4.3", + "version": "6.4.4", "license": "Apache-2.0", "repository": { "type": "git",