This commit is contained in:
Balena CI 2022-09-15 22:32:31 +00:00
parent 4ba7a24980
commit 4153c179b8
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: Update to nodejs 14
hash: 65e69f3a83863af5967e2eefddbb7cafc1d601f7
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.0.25
title: ""
date: 2022-09-15T22:32:28.588Z
- commits:
- subject: Split publish to balena-staging from flowzone
hash: fa8f02006e19341417d5deaabe52448af0b19b79

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.25
## (2022-09-15)
* Update to nodejs 14 [Pagan Gazzard]
# v14.0.24
## (2022-09-15)

View File

@ -1 +1 @@
14.0.24
14.0.25

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.24",
"version": "14.0.25",
"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.24",
"version": "14.0.25",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -141,6 +141,6 @@
}
},
"versionist": {
"publishedAt": "2022-09-15T20:55:23.163Z"
"publishedAt": "2022-09-15T22:32:29.228Z"
}
}