From c8d7b28a7e99503974128d88809d1744c1d686b2 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Wed, 3 May 2023 14:26:38 +0000 Subject: [PATCH] v14.10.9 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1132c842..32965ce2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Run test supervisor under a different service name + hash: 33b29cfa225959dd0a58564128017e04d019ea5f + body: | + The docker compose V2 spec no longer accepts `network_mode: bridge`, + which means we can no longer override the network configuration of + the `balena-supervisor` service for tests. + + For this reason we now create a separate service to run the built + supervisor `balena-supervisor-sut` and run API tests against this + service instead of the default `balena-supervisor`. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: 14.10.9 + title: "" + date: 2023-05-03T14:26:36.360Z - commits: - subject: Fix service comparison when creating component steps hash: 5fdd689590d048685cc11e32a14ccf7faf3887ee diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fff5df4..d105bffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v14.10.9 +## (2023-05-03) + +* Run test supervisor under a different service name [Kyle Harding] + # v14.10.8 ## (2023-04-26) diff --git a/VERSION b/VERSION index 19b71939..bd9c1b40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.10.8 \ No newline at end of file +14.10.9 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 2992f3b6..c53379b7 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.10.8 +version: 14.10.9 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 6911dbc5..c10b76bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.10.8", + "version": "14.10.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.10.8", + "version": "14.10.9", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index 6e35c5b9..f202ee38 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": "14.10.8", + "version": "14.10.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -146,6 +146,6 @@ } }, "versionist": { - "publishedAt": "2023-04-26T18:49:42.630Z" + "publishedAt": "2023-05-03T14:26:37.145Z" } }