This commit is contained in:
Resin CI 2019-05-27 12:48:44 +03:00
parent 53b5f82931
commit 9583f1da44
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Move to resin-lint 3 and fix lint errors
hash: 2a27b1d51f4d82ff79ca7ed2c5e36d981a400c44
body: |
This is a massive commit, but nothing related to runtime has actually
changed, only the lint errors have changed.
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: 9.15.3
date: 2019-05-26T17:57:21.428Z
- commits:
- subject: Dont check config.gz for loaded i6tables module
hash: 1b1e0ce2f358f2e640aefa7628ad2d575117b0e9

View File

@ -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.15.3 - 2019-05-26
* Move to resin-lint 3 and fix lint errors [Cameron Diver]
## 9.15.2 - 2019-05-17
* Dont check config.gz for loaded i6tables module [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.15.2",
"version": "9.15.3",
"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": "9.15.2",
"version": "9.15.3",
"license": "Apache-2.0",
"repository": {
"type": "git",