This commit is contained in:
Resin CI 2019-05-18 11:28:21 +03:00
parent 1aa42b3b4a
commit 465bf465d5
4 changed files with 19 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.15.2
date: 2019-05-17T16:52:36.048Z
- commits:
- subject: Fix circle deploying of images
hash: 954434fc4c3872e4cae53ce249b6d86b97e265c6

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.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]

2
package-lock.json generated
View File

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