mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-09 20:32:56 +00:00
v10.2.6
This commit is contained in:
parent
408ddaa477
commit
9a823475b5
@ -1,3 +1,24 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Extract composition step work out to typescript compose module
|
||||||
|
hash: 4f31b1867059d944469073551687da6ac25100c9
|
||||||
|
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: Remove unused local mode parameter from images.getAvailable
|
||||||
|
hash: 55ee5a468f088612c5df3629cf1a7216d000bb94
|
||||||
|
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
|
||||||
|
version: 10.2.6
|
||||||
|
date: 2019-08-19T16:02:20.801Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Only consider certain array fields without order
|
- subject: Only consider certain array fields without order
|
||||||
hash: 76de276b924edbbeb30cdad41ed491ad20129492
|
hash: 76de276b924edbbeb30cdad41ed491ad20129492
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 10.2.6 - 2019-08-19
|
||||||
|
|
||||||
|
* Extract composition step work out to typescript compose module [Cameron Diver]
|
||||||
|
* Remove unused local mode parameter from images.getAvailable [Cameron Diver]
|
||||||
|
|
||||||
## 10.2.5 - 2019-08-19
|
## 10.2.5 - 2019-08-19
|
||||||
|
|
||||||
* Only consider certain array fields without order [Cameron Diver]
|
* Only consider certain array fields without order [Cameron Diver]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.2.5",
|
"version": "10.2.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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.2.5",
|
"version": "10.2.6",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user