mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 15:02:23 +00:00
v11.0.0
This commit is contained in:
parent
fc5fa50657
commit
10455a4bd4
@ -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:
|
- commits:
|
||||||
- subject: Convert test/18-startup.coffee to typescript
|
- subject: Convert test/18-startup.coffee to typescript
|
||||||
hash: d3221ca235aa0bd22191516f3eeebcabdf32e94b
|
hash: d3221ca235aa0bd22191516f3eeebcabdf32e94b
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v10.11.3
|
||||||
## (2020-04-02)
|
## (2020-04-02)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.11.3",
|
"version": "11.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user