diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9ea2fd46..8f29cc5e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Always do a standard docker download on first pull + hash: 8317a1843b3d3365b362cc90b2aad1e5e61a463f + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.24 + date: 2019-12-17T10:36:33.272Z - commits: - subject: Don't allow cross-app delta requests hash: 4a74dffea96328b44cb6a4efa1938e3fb756f99a diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6f2af6..9fee1e7f 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.24 - 2019-12-17 + +* Always do a standard docker download on first pull [Cameron Diver] + ## 10.6.23 - 2019-12-16 * Don't allow cross-app delta requests [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index b157f71b..583cb18d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.23", + "version": "10.6.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 577625f0..01d4c81f 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.23", + "version": "10.6.24", "license": "Apache-2.0", "repository": { "type": "git",