diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dfa3ccc5..183f6e3c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Apply target state if loaded from file (apps.json) + hash: b069d6b9d5ec2c9a45149e491fc49c489131e3c1 + body: "" + footer: + Closes: "#1895" + closes: "#1895" + Change-type: patch + change-type: patch + See: https://www.flowdock.com/app/rulemotion/r-supervisor/threads/tSN9BgLxkgJKapbQHQJr-R9yLPM + see: https://www.flowdock.com/app/rulemotion/r-supervisor/threads/tSN9BgLxkgJKapbQHQJr-R9yLPM + Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + author: 20k-ultra + nested: [] + version: 12.11.38 + title: "'Apply target state if loaded from file (apps.json)'" + date: 2022-03-14T22:53:42.114Z - commits: - subject: Fix check for supervisor0 network hash: d1956b69cc67842ffd0ea1af4c7fa44aef4bfedc diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcc0c69..77619d69 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.38 +## (2022-03-14) + +* Apply target state if loaded from file (apps.json) [20k-ultra] + # v12.11.37 ## (2022-02-25) diff --git a/VERSION b/VERSION index 371c9918..d463922e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.37 \ No newline at end of file +12.11.38 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5c8b245f..26b30de1 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.37 +version: 12.11.38 diff --git a/package-lock.json b/package-lock.json index 862fa1a1..d8ec54fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.37", + "version": "12.11.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8885a0db..ac8c0c2d 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.37", + "version": "12.11.38", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-02-25T22:57:01.555Z" + "publishedAt": "2022-03-14T22:53:42.647Z" } }