mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v10.6.14
This commit is contained in:
parent
97fab2099f
commit
c04ec45f96
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Add regression test for app manager init
|
||||
hash: f487711ba496328ea69ac815c68870975facf186
|
||||
body: >
|
||||
If we had it eearlier, it would have prevented #1148.
|
||||
|
||||
When init is called, withImagesFromDockerAndDB in images.ts is called as
|
||||
well.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Roman Mazur <roman@balena.io>
|
||||
signed-off-by: Roman Mazur <roman@balena.io>
|
||||
author: Roman Mazur
|
||||
version: 10.6.14
|
||||
date: 2019-11-27T18:04:03.732Z
|
||||
- commits:
|
||||
- subject: Consider linux4tegra versions in container contracts
|
||||
hash: 1a6c9d489ae1417d20a61c4240ba84bee6c8df29
|
||||
|
@ -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.14 - 2019-11-27
|
||||
|
||||
* Add regression test for app manager init [Roman Mazur]
|
||||
|
||||
## 10.6.13 - 2019-11-27
|
||||
|
||||
* Consider linux4tegra versions in container contracts [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.13",
|
||||
"version": "10.6.14",
|
||||
"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.13",
|
||||
"version": "10.6.14",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user