mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
v10.2.4
This commit is contained in:
parent
37430124ca
commit
b20e5c567d
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Take order into account when comparing service config arrays
|
||||||
|
hash: 86e8a8564054b15003ec75440e6dd94507f64708
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Closes: '#1060'
|
||||||
|
closes: '#1060'
|
||||||
|
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
author: Cameron Diver
|
||||||
|
version: 10.2.4
|
||||||
|
date: 2019-08-15T16:09:11.152Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'meta: remove pcarranzav as codeowner'
|
- subject: 'meta: remove pcarranzav as codeowner'
|
||||||
hash: c3fe0f4d37a5d5a665dd64e8424eab8ff7f372b3
|
hash: c3fe0f4d37a5d5a665dd64e8424eab8ff7f372b3
|
||||||
|
@ -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!
|
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.4 - 2019-08-15
|
||||||
|
|
||||||
|
* Take order into account when comparing service config arrays [Cameron Diver]
|
||||||
|
|
||||||
## 10.2.3 - 2019-08-14
|
## 10.2.3 - 2019-08-14
|
||||||
|
|
||||||
* Meta: remove pcarranzav as codeowner [Matthew McGinn]
|
* Meta: remove pcarranzav as codeowner [Matthew McGinn]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.2.3",
|
"version": "10.2.4",
|
||||||
"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.3",
|
"version": "10.2.4",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user