From 4fbd015083cd6ce0cb182324cc225214003242e4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 24 Mar 2020 18:22:29 +0200 Subject: [PATCH] v10.10.8 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 32cf5b4a..4d0803d0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.10.8 + date: 2020-03-24T14:54:44.950Z - commits: - subject: Avoid any transpilation of node_modules hash: 8fccc4a107fa965dfd60a861ba5e831c12632631 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b226966..0846901e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 997d85be..82ebed5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.7 \ No newline at end of file +10.10.8 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 97919046..d7f60d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.10.7", + "version": "10.10.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a49ba422..04238c9e 100644 --- a/package.json +++ b/package.json @@ -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",