mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v10.6.10
This commit is contained in:
parent
fd5bb55029
commit
792977f6b5
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Update balenaos-in-container
|
||||
hash: 072a2f951a653f56f3f01532706897c3a15b9c01
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 10.6.10
|
||||
date: 2019-11-19T11:30:09.713Z
|
||||
- commits:
|
||||
- subject: Create config.txt if there isn't one already
|
||||
hash: 1570fd424b8c192844ce308761ac8f329dac48f5
|
||||
|
@ -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.10 - 2019-11-19
|
||||
|
||||
* Update balenaos-in-container [Pagan Gazzard]
|
||||
|
||||
## 10.6.9 - 2019-11-19
|
||||
|
||||
* Create config.txt if there isn't one already [Theodor Gherzan]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.9",
|
||||
"version": "10.6.10",
|
||||
"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.9",
|
||||
"version": "10.6.10",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user