This commit is contained in:
Balena CI 2019-12-17 14:18:21 +02:00
parent c7d385d093
commit e14b07390e
4 changed files with 18 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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

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!
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]

2
package-lock.json generated
View File

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

View File

@ -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",