This commit is contained in:
Balena CI 2021-04-30 23:27:19 +03:00 committed by VersionBot
parent 415ce55324
commit d9223bd460
5 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: Remove version tag from livepush generated image
hash: 9c1d10dc318bb7c207608ed197c5713960642af3
body: >
The `start-resin-supervisor` script in newer OS version no longer uses
the
SUPERVISOR_TAG environment variable setup on supervisor.conf and
update-supervisor.conf.
This change removes the need for that variable with livepush supervisor
to make it compatible with older and newer OS versions
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.6.2
date: 2021-04-30T19:54:33.136Z
- commits: - commits:
- subject: 'Remove mz, mkdirp, body-parser dependencies' - subject: 'Remove mz, mkdirp, body-parser dependencies'
hash: 4a2ac557ef11d334154bafa0cab4e7272cbed749 hash: 4a2ac557ef11d334154bafa0cab4e7272cbed749

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v12.6.2
## (2021-04-30)
* Remove version tag from livepush generated image [Felipe Lalanne]
# v12.6.1 # v12.6.1
## (2021-04-27) ## (2021-04-27)

View File

@ -1 +1 @@
12.6.1 12.6.2

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.6.1", "version": "12.6.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",