This commit is contained in:
Balena CI 2022-07-06 00:52:26 +03:00 committed by VersionBot
parent 675bfc8873
commit 3da3ca9f9c
6 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use fatrw binary to read/write from boot partition
hash: c6f5af1fd9434e796bcb3ba42ff00b1568f29895
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.0.9
title: "'Use fatrw for writes to /mnt/boot'"
date: 2022-07-05T21:51:29.670Z
- commits:
- subject: Specify that Supervisor will not restore previous lock status from user
containers

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.9
## (2022-07-05)
* Use fatrw binary to read/write from boot partition [Felipe Lalanne]
# v14.0.8
## (2022-06-27)

View File

@ -1 +1 @@
14.0.8
14.0.9

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.8",
"version": "14.0.9",
"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.8",
"version": "14.0.9",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-06-27T15:50:09.190Z"
"publishedAt": "2022-07-05T21:51:30.371Z"
}
}