This commit is contained in:
Balena CI 2020-04-15 16:27:09 +03:00
parent 3441c68210
commit ccfdd57887
5 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: ⤴️ Upgrade migrations to work with knex
hash: f79142482921bf925e8bbf879b04ea533b5e01cd
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
- subject: "\U0001F4C4 Upgrade knex to avoid CVE-2019-10757"
hash: a43d71d1ac6d6d09b3fb6375a5ad97690fd979c1
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: 11.1.5
date: 2020-04-15T12:40:19.254Z
- commits: - commits:
- subject: "\U0001F50E Also watch js files during livepush" - subject: "\U0001F50E Also watch js files during livepush"
hash: aa46be93d43540793245c0f6c2e895f32fb44e1e hash: aa46be93d43540793245c0f6c2e895f32fb44e1e

View File

@ -4,6 +4,12 @@ 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/).
# v11.1.5
## (2020-04-15)
* ⤴️ Upgrade migrations to work with knex [Cameron Diver]
* 📄 Upgrade knex to avoid CVE-2019-10757 [Cameron Diver]
# v11.1.4 # v11.1.4
## (2020-04-14) ## (2020-04-14)

View File

@ -1 +1 @@
11.1.4 11.1.5

2
package-lock.json generated
View File

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