mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-29 15:44:13 +00:00
v15.0.4
This commit is contained in:
parent
b6aa75b4ee
commit
6acd04a01b
@ -1,3 +1,25 @@
|
||||
- commits:
|
||||
- subject: Only build sqlite3 from source
|
||||
hash: d18292f68e09d5846eb0fa254d5205f07052dea8
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Update @balena/systemd to 0.5.0
|
||||
hash: 7981e6becd6b6d7e5317979277ab02eb7a24840a
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: 15.0.4
|
||||
title: ""
|
||||
date: 2023-11-22T17:10:54.919Z
|
||||
- commits:
|
||||
- subject: Cache last reported current state to /mnt/root/tmp
|
||||
hash: eb8ad11cd702e7d5ffba499c6b2d2fcadc030dd4
|
||||
|
@ -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/).
|
||||
|
||||
# v15.0.4
|
||||
## (2023-11-22)
|
||||
|
||||
* Only build sqlite3 from source [Felipe Lalanne]
|
||||
* Update @balena/systemd to 0.5.0 [Christina Ying Wang]
|
||||
|
||||
# v15.0.3
|
||||
## (2023-11-22)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 15.0.3
|
||||
version: 15.0.4
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "15.0.3",
|
||||
"version": "15.0.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "15.0.3",
|
||||
"version": "15.0.4",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/systemd": "^0.5.0",
|
||||
|
@ -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": "15.0.3",
|
||||
"version": "15.0.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -140,6 +140,6 @@
|
||||
"yargs": "^15.4.1"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-11-22T00:32:49.326Z"
|
||||
"publishedAt": "2023-11-22T17:10:55.443Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user