This commit is contained in:
Balena CI 2019-12-18 17:01:19 +02:00
parent f8c3837eba
commit 71b856fa7c
4 changed files with 20 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.25
date: 2019-12-18T14:39:21.218Z
- commits: - commits:
- subject: Always do a standard docker download on first pull - subject: Always do a standard docker download on first pull
hash: 8317a1843b3d3365b362cc90b2aad1e5e61a463f hash: 8317a1843b3d3365b362cc90b2aad1e5e61a463f

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 10.6.24 - 2019-12-17
* Always do a standard docker download on first pull [Cameron Diver] * Always do a standard docker download on first pull [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "10.6.24", "version": "10.6.25",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",