mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 23:38:52 +00:00
v11.1.4
This commit is contained in:
parent
90ca1757e5
commit
5f0d69d275
@ -1,3 +1,33 @@
|
||||
- commits:
|
||||
- subject: "\U0001F50E Also watch js files during livepush"
|
||||
hash: aa46be93d43540793245c0f6c2e895f32fb44e1e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Clear changed files after successful livepush invocation
|
||||
hash: 4f2a534075ae2c6037070ef90f38a3066d08c53e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Use livepush commands for copying and running dev specific steps
|
||||
hash: 67c3055fd4be341248a213828550b2b04ccc2677
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 11.1.4
|
||||
date: 2020-04-14T09:53:51.068Z
|
||||
- commits:
|
||||
- subject: "\U0001F680 Update supervisor to node12"
|
||||
hash: 826eec2e4fe29860d23cf6c2276390b5c7f26a09
|
||||
|
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
# v11.1.4
|
||||
## (2020-04-14)
|
||||
|
||||
* 🔎 Also watch js files during livepush [Cameron Diver]
|
||||
* Clear changed files after successful livepush invocation [Cameron Diver]
|
||||
* Use livepush commands for copying and running dev specific steps [Cameron Diver]
|
||||
|
||||
# v11.1.3
|
||||
## (2020-04-13)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.1.3",
|
||||
"version": "11.1.4",
|
||||
"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": "11.1.3",
|
||||
"version": "11.1.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user