diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6d7103fe..d028d01a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ad6657..7812a4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 4eae4b79..9d87edeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.2", + "version": "9.15.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8835314..31c597d8 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": "9.15.2", + "version": "9.15.3", "license": "Apache-2.0", "repository": { "type": "git",