This commit is contained in:
Resin CI 2019-08-19 19:00:24 +03:00
parent b9800ae3d9
commit 384e0e37bc
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Only consider certain array fields without order
hash: 76de276b924edbbeb30cdad41ed491ad20129492
body: |
Various fields returned from the docker daemon don't retain order (for
example the volumes field). We now only select certain array values to
compare taking order into account.
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.5
date: 2019-08-19T14:02:34.739Z
- commits: - commits:
- subject: Take order into account when comparing service config arrays - subject: Take order into account when comparing service config arrays
hash: 86e8a8564054b15003ec75440e6dd94507f64708 hash: 86e8a8564054b15003ec75440e6dd94507f64708

View File

@ -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.5 - 2019-08-19
* Only consider certain array fields without order [Cameron Diver]
## 10.2.4 - 2019-08-15 ## 10.2.4 - 2019-08-15
* Take order into account when comparing service config arrays [Cameron Diver] * Take order into account when comparing service config arrays [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "10.2.4", "version": "10.2.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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.4", "version": "10.2.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",