mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.32
This commit is contained in:
parent
eaaa4eeec6
commit
5e0cf27bba
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Use `writeAndSync` when writing to config.json
|
||||
hash: d071cd1507b8424628afa96ea1b1ed6b19225651
|
||||
body: |
|
||||
`/mnt/boot` is a vfat partition which does not support atomic file
|
||||
rename. The best course of action is to write and sync as fast as
|
||||
possible to prevent corruption (although it still may happen)
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.11.32
|
||||
title: Write sync config json
|
||||
date: 2022-02-01T21:58:22.824Z
|
||||
- commits:
|
||||
- subject: Ensure the `finish` event is always reported when fetching images
|
||||
hash: ae501048f59646fc688fe0373f938096dab5bd7f
|
||||
|
@ -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/).
|
||||
|
||||
# v12.11.32
|
||||
## (2022-02-01)
|
||||
|
||||
* Use `writeAndSync` when writing to config.json [Felipe Lalanne]
|
||||
|
||||
# v12.11.31
|
||||
## (2022-02-01)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.31
|
||||
version: 12.11.32
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.31",
|
||||
"version": "12.11.32",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "12.11.31",
|
||||
"version": "12.11.32",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-02-01T21:38:22.308Z"
|
||||
"publishedAt": "2022-02-01T21:58:23.385Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user