mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v12.6.2
This commit is contained in:
parent
415ce55324
commit
d9223bd460
@ -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:
|
||||
- subject: 'Remove mz, mkdirp, body-parser dependencies'
|
||||
hash: 4a2ac557ef11d334154bafa0cab4e7272cbed749
|
||||
|
@ -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.6.2
|
||||
## (2021-04-30)
|
||||
|
||||
* Remove version tag from livepush generated image [Felipe Lalanne]
|
||||
|
||||
# v12.6.1
|
||||
## (2021-04-27)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.6.1",
|
||||
"version": "12.6.2",
|
||||
"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.6.1",
|
||||
"version": "12.6.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user