mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v9.18.3
This commit is contained in:
parent
f53640ca4c
commit
90e7ec0053
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Add mocha tests linter
|
||||
hash: 36fa23ab7dcd76e7eb207e59b2ebcca8560a015f
|
||||
body: >
|
||||
A simple script that detects presence of .only statements in tests.
|
||||
|
||||
The idea is to avoid comitting them, so that all the tests are run with
|
||||
npm test.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Roman Mazur <roman@balena.io>
|
||||
signed-off-by: Roman Mazur <roman@balena.io>
|
||||
author: Roman Mazur
|
||||
version: 9.18.3
|
||||
date: 2019-06-29T13:44:31.994Z
|
||||
- commits:
|
||||
- subject: Use jessie base images for i386-nlp
|
||||
hash: 92aa9b40ab77316f052533cf7d0b12ec96000d0b
|
||||
|
@ -4,6 +4,10 @@ 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/).
|
||||
|
||||
## 9.18.3 - 2019-06-29
|
||||
|
||||
* Add mocha tests linter [Roman Mazur]
|
||||
|
||||
## 9.18.2 - 2019-06-27
|
||||
|
||||
* Use jessie base images for i386-nlp [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.18.2",
|
||||
"version": "9.18.3",
|
||||
"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": "9.18.2",
|
||||
"version": "9.18.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user