This commit is contained in:
Balena CI 2022-08-31 21:51:57 -04:00 committed by VersionBot
parent e72dfda818
commit 35ff039f21
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Allow most printable ASCII chars for service label key
hash: e72dfda81842a54f24c0f13ee21a7f0a23de468d
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
nested: []
version: 14.0.16
title: "'Allow most printable ASCII chars for service label key'"
date: 2022-09-01T01:51:12.710Z
- commits:
- subject: Create `test/unit` and `test/integration` folders
hash: c1e6dadeb47c3c52958383a2fc775a821362f853

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.16
## (2022-09-01)
* Allow most printable ASCII chars for service label key [Ken Bannister]
# v14.0.15
## (2022-08-24)

View File

@ -1 +1 @@
14.0.15
14.0.16

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.15
version: 14.0.16
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.15",
"version": "14.0.16",
"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.15",
"version": "14.0.16",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -140,6 +140,6 @@
}
},
"versionist": {
"publishedAt": "2022-08-24T20:10:00.278Z"
"publishedAt": "2022-09-01T01:51:13.130Z"
}
}