From f8cc2bc0cea362ea0d3dec3e564028f918f64dca Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:53:22 +0300 Subject: [PATCH] v12.10.3 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b47b29ce..0d2585b3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Skip restarting services if they are part of conf targets + hash: 669866b4c296529bd5392a0c48cd389a6d1f5770 + body: | + Some recent changes to the OS allowed some services to restart + automatically when the associated config files are changed. + + In these cases we want to avoid restarting the same services + manually from the supervisor. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.10.3 + date: 2021-08-24T18:07:03.099Z - commits: - subject: Removed fire emoji prefix for firewall logs. hash: 30c728fae23ee66f3c1612736bb0c300f0b0762d diff --git a/CHANGELOG.md b/CHANGELOG.md index 86edea2e..a21b3cd7 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.10.3 +## (2021-08-24) + +* Skip restarting services if they are part of conf targets [Kyle Harding] + # v12.10.2 ## (2021-08-02) diff --git a/VERSION b/VERSION index fed8522d..318d3ac7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.10.2 \ No newline at end of file +12.10.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 600d168e..8ecd9669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.10.2", + "version": "12.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7433f466..5ad00e83 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.10.2", + "version": "12.10.3", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-08-02T21:27:42.601Z" + "publishedAt": "2021-08-24T18:07:03.361Z" } }