mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 13:05:51 +00:00
v10.6.0
This commit is contained in:
parent
474b37903c
commit
e50d49e4bf
@ -1,3 +1,24 @@
|
||||
- commits:
|
||||
- subject: Report any optional containers that aren't being run
|
||||
hash: 8223bf2ccb8e3c50a79860088b5d12607ad71671
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Support optional containers based on their contract
|
||||
hash: f75b8aad2bc7661de803b80dc7008de9a2c6a6af
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.6.0
|
||||
date: 2019-11-05T14:48:39.493Z
|
||||
- commits:
|
||||
- subject: Bump lodash from 4.17.11 to 4.17.13
|
||||
hash: 835ef7908e8daba1c0362fae8aaa4b592b2d1b2f
|
||||
|
@ -4,6 +4,11 @@ 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.0 - 2019-11-05
|
||||
|
||||
* Report any optional containers that aren't being run [Cameron Diver]
|
||||
* Support optional containers based on their contract [Cameron Diver]
|
||||
|
||||
## 10.5.5 - 2019-10-31
|
||||
|
||||
* Bump lodash from 4.17.11 to 4.17.13 [dependabot[bot]]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.5.5",
|
||||
"version": "10.6.0",
|
||||
"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.5.5",
|
||||
"version": "10.6.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user