This commit is contained in:
Balena CI 2022-06-14 00:58:34 +03:00 committed by VersionBot
parent 8a740a596c
commit 51c5456af9
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Better document mocked-dbus, add missing dbus interface methods
hash: ffa1c734182f49fabc818c95f3a1c231bf4e05f4
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Wang <christina@balena.io>
signed-off-by: Christina Wang <christina@balena.io>
author: Christina Wang
nested: []
version: 14.0.4
title: "'Better document mocked-dbus, add missing test methods'"
date: 2022-06-09T20:18:10.430Z
- commits:
- subject: Do not send name as part of the current state
hash: 99efd12acd05290b5fc2ae74da3226d150dc86e6

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.0.4
## (2022-06-09)
* Better document mocked-dbus, add missing dbus interface methods [Christina Wang]
# v14.0.3
## (2022-06-07)

View File

@ -1 +1 @@
14.0.3
14.0.4

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.0.3
version: 14.0.4
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

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

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.0.3",
"version": "14.0.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-06-07T19:53:31.041Z"
"publishedAt": "2022-06-09T20:18:11.136Z"
}
}