This commit is contained in:
Resin CI 2019-02-14 15:06:34 +01:00
parent 229f478efc
commit 112bc644c4
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Don't mount /lib/modules if it is already mounted
hash: fae2548f27fbf6bf3e76fb56f1e8356afaac5bdd
body: ''
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.8.1
date: 2019-02-14T13:52:37.276Z
- commits:
- subject: Apply iptables rules to ipv6
hash: 5f82f6fd3f341adc0659fd7fd7ed6813e4015d7d

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.8.1 - 2019-02-14
* Don't mount /lib/modules if it is already mounted [Cameron Diver]
## 9.8.0 - 2019-02-13
* Apply iptables rules to ipv6 [Cameron Diver]

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.8.0",
"version": "9.8.1",
"license": "Apache-2.0",
"repository": {
"type": "git",