From c1f2ac9c587b6b58d3b452eae4c93230a9cfdbcb Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 26 Apr 2021 22:53:02 +0300 Subject: [PATCH] v12.5.14 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d2b9a463..d25200f4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: 'balena-supervisor: replace references to resin-vars' + hash: 6ca9507beb616c4b344e4927cb5db01534c8ae4b + body: | + Replace all references to the 'resin-vars' script with + 'balena-config-vars' as it has been renamed. Add a conditional + test for compatibility with legacy systems. + footer: + Change-type: patch + change-type: patch + Changelog-entry: 'balena-supervisor: replace references to resin-vars' + changelog-entry: 'balena-supervisor: replace references to resin-vars' + Signed-off-by: Mark Corbin + signed-off-by: Mark Corbin + author: Mark Corbin + nested: [] + version: 12.5.14 + date: 2021-04-26T18:12:32.752Z - commits: - subject: Update supervisor to typescript 4 hash: fd06c06092b61d349e8b40f66f847065368810e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba717428..1a48587d 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.5.14 +## (2021-04-26) + +* balena-supervisor: replace references to resin-vars [Mark Corbin] + # v12.5.13 ## (2021-04-25) diff --git a/VERSION b/VERSION index 35d9b25e..4309d556 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.13 \ No newline at end of file +12.5.14 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2d690e8e..33e9532f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.5.13", + "version": "12.5.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05c35e2f..fadb7c6e 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.5.13", + "version": "12.5.14", "license": "Apache-2.0", "repository": { "type": "git",