This commit is contained in:
Resin CI 2018-12-12 19:10:52 +02:00
parent 057f62fcbf
commit 289b2dad4b
3 changed files with 51 additions and 1 deletions

View File

@ -1,3 +1,46 @@
- commits:
- subject: Update lodash to v4.17.5
hash: b52c92a044486724c154a5d1f06e3c4cf8c4039d
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
- subject: Remove the unused register-coffee-coverage
hash: 3c52faea54a82c6b24f28e7055456baf155333f9
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
- subject: Update knex to 0.15.2 and sqlite3 to 4.0.4
hash: d5b2fcd4dde845a13ba2535c835121e9c9836d10
body: >
We also replace a createTableIfNotExists in the migrations with hasTable
then createTable, to
avoid a warning message about it being not recommended.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
- subject: 'sync.js: Switch from resin-sync to balena-sync'
hash: cbcf046d9154b76140fbcb48712319d154b92c46
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 8.6.11
date: 2018-12-12T16:45:21.021Z
- commits:
- subject: Fix typo that prevented deleting old resin/ supervisor images
hash: a52683ade09d45eaa8ba3c691a2f67c3720bdc4d

View File

@ -4,6 +4,13 @@ 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/).
## 8.6.11 - 2018-12-12
* Update lodash to v4.17.5 [Pablo Carranza Velez]
* Remove the unused register-coffee-coverage [Pablo Carranza Velez]
* Update knex to 0.15.2 and sqlite3 to 4.0.4 [Pablo Carranza Velez]
* Sync.js: Switch from resin-sync to balena-sync [Pablo Carranza Velez]
## 8.6.10 - 2018-12-11
* Fix typo that prevented deleting old resin/ supervisor images [Pablo Carranza Velez]

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": "8.6.10",
"version": "8.6.11",
"license": "Apache-2.0",
"repository": {
"type": "git",