mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 08:03:59 +00:00
v10.6.8
This commit is contained in:
parent
cf94feb88b
commit
c46c1e04d3
@ -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:
|
||||
- subject: Rebase start-resin-supervisor on latest meta-balena
|
||||
hash: a1ddf3682d18bdd7c8dad0dd5d46cb2eb27110b7
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Rebase start-resin-supervisor on latest meta-balena [Pagan Gazzard]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.7",
|
||||
"version": "10.6.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "10.6.7",
|
||||
"version": "10.6.8",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user