diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ae69e7bf..6d7103fe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Dont check config.gz for loaded i6tables module + hash: 1b1e0ce2f358f2e640aefa7628ad2d575117b0e9 + body: | + We also dont fail the initialisation if we cannot load the module. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.15.2 + date: 2019-05-17T16:52:36.048Z - commits: - subject: Fix circle deploying of images hash: 954434fc4c3872e4cae53ce249b6d86b97e265c6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7111940f..b0ad6657 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.2 - 2019-05-17 + +* Dont check config.gz for loaded i6tables module [Cameron Diver] + ## 9.15.1 - 2019-05-16 * Fix circle deploying of images [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index 9ee6931a..322a7360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.1", + "version": "9.15.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb46ea0a..36001c09 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.1", + "version": "9.15.2", "license": "Apache-2.0", "repository": { "type": "git",