From 71b856fa7c3c804323b3dd32e3f4b5e81408f9b5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:01:19 +0200 Subject: [PATCH] v10.6.25 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8f29cc5e..6dbdb895 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix healthcheck on supervisor debug builds + hash: 4ff54f45c189b62124d8de9293fac23b0bb32835 + body: | + We were relying on wget which was not brought into the image, so we + switch this to curl, which is present. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.25 + date: 2019-12-18T14:39:21.218Z - commits: - subject: Always do a standard docker download on first pull hash: 8317a1843b3d3365b362cc90b2aad1e5e61a463f diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fee1e7f..97078a9b 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/). +## 10.6.25 - 2019-12-18 + +* Fix healthcheck on supervisor debug builds [Cameron Diver] + ## 10.6.24 - 2019-12-17 * Always do a standard docker download on first pull [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index 583cb18d..0c6c4786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.24", + "version": "10.6.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01d4c81f..b128b1fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena'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 the balena API informs it to.", - "version": "10.6.24", + "version": "10.6.25", "license": "Apache-2.0", "repository": { "type": "git",