mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
v12.5.14
This commit is contained in:
parent
09cab9c3f3
commit
c1f2ac9c58
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.5.13",
|
||||
"version": "12.5.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user