This commit is contained in:
Balena CI 2023-05-03 14:26:38 +00:00
parent cf21b093a6
commit c8d7b28a7e
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 30 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
14.10.8
14.10.9

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -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"
}
}