mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v10.10.8
This commit is contained in:
parent
a348a06afc
commit
4fbd015083
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Pin resin-cli-visuals to avoid build error of lzma-native
|
||||
hash: 35e73941c57ff63164cf0876fbb9509107e5e3f2
|
||||
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: Update dependencies
|
||||
hash: f2c606e1f9d37b6fefc345e42659b9ed364cba40
|
||||
body: |
|
||||
We also pin livepush in place while
|
||||
https://github.com/balena-io-modules/livepush/issues/67
|
||||
is fixed.
|
||||
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: 10.10.8
|
||||
date: 2020-03-24T14:54:44.950Z
|
||||
- commits:
|
||||
- subject: Avoid any transpilation of node_modules
|
||||
hash: 8fccc4a107fa965dfd60a861ba5e831c12632631
|
||||
|
@ -4,6 +4,12 @@ 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/).
|
||||
|
||||
# v10.10.8
|
||||
## (2020-03-24)
|
||||
|
||||
* Pin resin-cli-visuals to avoid build error of lzma-native [Cameron Diver]
|
||||
* Update dependencies [Cameron Diver]
|
||||
|
||||
# v10.10.7
|
||||
## (2020-03-24)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.10.7",
|
||||
"version": "10.10.8",
|
||||
"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": "10.10.7",
|
||||
"version": "10.10.8",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user