mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-12 21:52:57 +00:00
v10.6.9
This commit is contained in:
parent
3dc53fd2b5
commit
41820980d0
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Create config.txt if there isn't one already
|
||||
hash: 1570fd424b8c192844ce308761ac8f329dac48f5
|
||||
body: ''
|
||||
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.9
|
||||
date: 2019-11-19T09:52:10.573Z
|
||||
- commits:
|
||||
- subject: Extract backup logic to migration
|
||||
hash: 659697ff795c4f9282321223c7963a6d8932a8d1
|
||||
|
@ -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.9 - 2019-11-19
|
||||
|
||||
* Create config.txt if there isn't one already [Theodor Gherzan]
|
||||
|
||||
## 10.6.8 - 2019-11-15
|
||||
|
||||
* Extract backup logic to migration [Theodor Gherzan]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.8",
|
||||
"version": "10.6.9",
|
||||
"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.8",
|
||||
"version": "10.6.9",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user