From ccfdd57887cc09d1d3784752092f2ce320e1389a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 15 Apr 2020 16:27:09 +0300 Subject: [PATCH] v11.1.5 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 67469a34..1f01d2d7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.1.5 + date: 2020-04-15T12:40:19.254Z - commits: - subject: "\U0001F50E Also watch js files during livepush" hash: aa46be93d43540793245c0f6c2e895f32fb44e1e diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee2297b..85b79c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! 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 ## (2020-04-14) diff --git a/VERSION b/VERSION index e1a515a3..76222eb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.1.4 \ No newline at end of file +11.1.5 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f1926327..e5a01588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.1.4", + "version": "11.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0299c075..5b73c04d 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": "11.1.4", + "version": "11.1.5", "license": "Apache-2.0", "repository": { "type": "git",