mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
v10.6.24
This commit is contained in:
parent
c7d385d093
commit
e14b07390e
@ -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:
|
- commits:
|
||||||
- subject: Don't allow cross-app delta requests
|
- subject: Don't allow cross-app delta requests
|
||||||
hash: 4a74dffea96328b44cb6a4efa1938e3fb756f99a
|
hash: 4a74dffea96328b44cb6a4efa1938e3fb756f99a
|
||||||
|
@ -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.24 - 2019-12-17
|
||||||
|
|
||||||
|
* Always do a standard docker download on first pull [Cameron Diver]
|
||||||
|
|
||||||
## 10.6.23 - 2019-12-16
|
## 10.6.23 - 2019-12-16
|
||||||
|
|
||||||
* Don't allow cross-app delta requests [Cameron Diver]
|
* Don't allow cross-app delta requests [Cameron Diver]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.23",
|
"version": "10.6.24",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.23",
|
"version": "10.6.24",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user