This commit is contained in:
Balena CI 2021-04-26 22:53:02 +03:00 committed by VersionBot
parent 09cab9c3f3
commit c1f2ac9c58
5 changed files with 26 additions and 3 deletions

View File

@ -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 <mark@balena.io>
signed-off-by: Mark Corbin <mark@balena.io>
author: Mark Corbin
nested: []
version: 12.5.14
date: 2021-04-26T18:12:32.752Z
- commits:
- subject: Update supervisor to typescript 4
hash: fd06c06092b61d349e8b40f66f847065368810e3

View File

@ -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)

View File

@ -1 +1 @@
12.5.13
12.5.14

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.5.13",
"version": "12.5.14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",