This commit is contained in:
Balena CI 2019-11-16 20:06:32 +02:00
parent cf94feb88b
commit c46c1e04d3
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Extract backup logic to migration
hash: 659697ff795c4f9282321223c7963a6d8932a8d1
body: |
Part of device-state refactor
Fix the wrong usage of TargetState as DeviceApplicationState
footer:
Change-type: patch
change-type: patch
Signed-off-by: Theodor Gherzan <theodor@balena.io>
signed-off-by: Theodor Gherzan <theodor@balena.io>
author: Theodor Gherzan
version: 10.6.8
date: 2019-11-15T17:42:19.314Z
- commits: - commits:
- subject: Rebase start-resin-supervisor on latest meta-balena - subject: Rebase start-resin-supervisor on latest meta-balena
hash: a1ddf3682d18bdd7c8dad0dd5d46cb2eb27110b7 hash: a1ddf3682d18bdd7c8dad0dd5d46cb2eb27110b7

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! 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.8 - 2019-11-15
* Extract backup logic to migration [Theodor Gherzan]
## 10.6.7 - 2019-11-13 ## 10.6.7 - 2019-11-13
* Rebase start-resin-supervisor on latest meta-balena [Pagan Gazzard] * Rebase start-resin-supervisor on latest meta-balena [Pagan Gazzard]

2
package-lock.json generated
View File

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