This commit is contained in:
flowzone-app[bot] 2023-08-21 16:17:38 +00:00 committed by GitHub
parent dfc602afcb
commit 1e54d66ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 6 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Bump sqlite3 to 5.1.6
hash: 99962dc94f2356008c063ede08a2a71b4ef21630
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Bump knex to v2.5.1
hash: 06e258ecad2e91f40c2b1602a59b0120bc5639c3
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.12.1
title: ""
date: 2023-08-21T16:17:32.755Z
- commits:
- subject: Update README
hash: c88d557aafc3088e4048a8cd9b9fc5fea8a45e01

View File

@ -4,6 +4,12 @@ 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.12.1
## (2023-08-21)
* Bump sqlite3 to 5.1.6 [Felipe Lalanne]
* Bump knex to v2.5.1 [Felipe Lalanne]
# v14.12.0
## (2023-08-17)

View File

@ -1 +1 @@
14.12.0
14.12.1

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.12.0",
"version": "14.12.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.12.0",
"version": "14.12.1",
"license": "Apache-2.0",
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",

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.12.0",
"version": "14.12.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -145,6 +145,6 @@
}
},
"versionist": {
"publishedAt": "2023-08-17T00:38:31.142Z"
"publishedAt": "2023-08-21T16:17:33.433Z"
}
}