This commit is contained in:
Balena CI 2020-04-06 15:34:22 +03:00
parent fc5fa50657
commit 10455a4bd4
5 changed files with 48 additions and 3 deletions

View File

@ -1,3 +1,42 @@
- commits:
- subject: ⚡ Update synchronisation scripts for supervisor development
hash: 8ab63656bd483645fe0238fee2a1824158f3f453
body: |
We move the old sync.js script to tools/, and delete the now-broken
sync-debug.js.
We add a command `npm run sync`, which starts a livepush process
with the supervisor on a device.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
- subject: "\U0001F527 Move to an alpine base image and drop i386-nlp support"
hash: 3690acbd70df726030b648a1c32a9b2b21015232
body: >
We also remove the Makefile to go to a simpler build system, as long
with
the retry_docker_push.sh file. We remove the rest of the automation
tools
as they're no longer used and update the circle.yml file.
We also remove debug builds, as these aren't needed moving forward, and
were
only to enable livepush builds.
footer:
Change-type: major
change-type: major
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.0.0
date: 2020-04-06T12:07:51.757Z
- commits:
- subject: Convert test/18-startup.coffee to typescript
hash: d3221ca235aa0bd22191516f3eeebcabdf32e94b

View File

@ -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/).
# v11.0.0
## (2020-04-06)
* ⚡ Update synchronisation scripts for supervisor development [Cameron Diver]
* 🔧 Move to an alpine base image and drop i386-nlp support [Cameron Diver]
# v10.11.3
## (2020-04-02)

View File

@ -1 +1 @@
10.11.3
11.0.0

2
package-lock.json generated
View File

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

View File

@ -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.11.3",
"version": "11.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",