mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-22 09:08:51 +00:00
v14.12.1
This commit is contained in:
committed by
GitHub
parent
dfc602afcb
commit
1e54d66ffe
@ -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:
|
- commits:
|
||||||
- subject: Update README
|
- subject: Update README
|
||||||
hash: c88d557aafc3088e4048a8cd9b9fc5fea8a45e01
|
hash: c88d557aafc3088e4048a8cd9b9fc5fea8a45e01
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v14.12.0
|
||||||
## (2023-08-17)
|
## (2023-08-17)
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 14.12.0
|
version: 14.12.1
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.12.0",
|
"version": "14.12.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.12.0",
|
"version": "14.12.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@balena/happy-eyeballs": "0.0.6",
|
"@balena/happy-eyeballs": "0.0.6",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -145,6 +145,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-08-17T00:38:31.142Z"
|
"publishedAt": "2023-08-21T16:17:33.433Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user