This commit is contained in:
Balena CI 2022-09-15 20:55:25 +00:00
parent 11ae215e8b
commit 627aed295a
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: Split publish to balena-staging from flowzone
hash: fa8f02006e19341417d5deaabe52448af0b19b79
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.0.24
title: ""
date: 2022-09-15T20:55:22.509Z
- commits:
- subject: Switch from balenaCI to flowzone
hash: 044fa5a0388b179e8ca02bdefb4e0a181c5684aa

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.24
## (2022-09-15)
* Split publish to balena-staging from flowzone [Pagan Gazzard]
# v14.0.23
## (2022-09-14)

View File

@ -1 +1 @@
14.0.23
14.0.24

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.23",
"version": "14.0.24",
"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.23",
"version": "14.0.24",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -141,6 +141,6 @@
}
},
"versionist": {
"publishedAt": "2022-09-14T20:28:56.219Z"
"publishedAt": "2022-09-15T20:55:23.163Z"
}
}