This commit is contained in:
Balena CI 2022-09-14 20:28:58 +00:00
parent 13195050fd
commit a296700201
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Switch from balenaCI to flowzone
hash: 044fa5a0388b179e8ca02bdefb4e0a181c5684aa
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.0.23
title: ""
date: 2022-09-14T20:28:55.724Z
- commits:
- subject: Only install service if running is set to false
hash: c6f911c36b8f9afeff5003db44199c95f5bbd8a2

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.23
## (2022-09-14)
* Switch from balenaCI to flowzone [Pagan Gazzard]
# v14.0.22
## (2022-09-14)

View File

@ -1 +1 @@
14.0.22
14.0.23

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.22",
"version": "14.0.23",
"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.22",
"version": "14.0.23",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -141,6 +141,6 @@
}
},
"versionist": {
"publishedAt": "2022-09-14T13:48:20.871Z"
"publishedAt": "2022-09-14T20:28:56.219Z"
}
}