From 5e0cf27bba41ce394a509713c2b14cd08834547a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:55:02 +0200 Subject: [PATCH] v12.11.32 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4aa00c0c..ea96c46b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47eaa815..aee885d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index a27bdf81..3dd3c877 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.31 \ No newline at end of file +12.11.32 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 6505bf19..a478e85a 100644 --- a/balena.yml +++ b/balena.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 35874d04..19d6ac41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.31", + "version": "12.11.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2871e04..4812ad38 100644 --- a/package.json +++ b/package.json @@ -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" } }