diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2f1f55ae..49b5f7f3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Remove apps.json after initial preload + hash: 9c6e5ee11f5014fd27c084e23b8fc2c8db7c3727 + body: > + This avoids the supervisor trying to get back to the preloaded target + + state if the database is deleted by any reason. It does this by moving + the + + used apps.json to a backup location. + footer: + Change-type: patch + change-type: patch + Depends-on: '#1841' + depends-on: '#1841' + author: Felipe Lalanne + nested: [] + version: 12.11.24 + date: 2022-01-10T19:06:59.696Z - commits: - subject: add-supervisor-update-info hash: 0c8c1864ae5e9b6dc2aaa9108d1f83bb592df1f5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbf0e78..79f7adca 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.24 +## (2022-01-10) + +* Remove apps.json after initial preload [Felipe Lalanne] + # v12.11.23 ## (2021-12-28) diff --git a/VERSION b/VERSION index b9423070..6c2847c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.23 \ No newline at end of file +12.11.24 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 68bb668e..ae564e08 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.23 +version: 12.11.24 diff --git a/package-lock.json b/package-lock.json index c17e09e0..a487f12b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.23", + "version": "12.11.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29fca1c2..a19c1e40 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.23", + "version": "12.11.24", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-12-28T19:02:08.541Z" + "publishedAt": "2022-01-10T19:06:59.919Z" } }