diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b47f01f2..c6c846c4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.2.5 + date: 2019-08-19T14:02:34.739Z - commits: - subject: Take order into account when comparing service config arrays hash: 86e8a8564054b15003ec75440e6dd94507f64708 diff --git a/CHANGELOG.md b/CHANGELOG.md index 052114b7..8b11503c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2.5 - 2019-08-19 + +* Only consider certain array fields without order [Cameron Diver] + ## 10.2.4 - 2019-08-15 * Take order into account when comparing service config arrays [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index d5da7969..420f5bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.2.4", + "version": "10.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 152d94b9..434e6645 100644 --- a/package.json +++ b/package.json @@ -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.2.4", + "version": "10.2.5", "license": "Apache-2.0", "repository": { "type": "git",