This commit is contained in:
Resin CI 2019-02-14 10:40:54 +01:00
parent a7b709bf34
commit adc8ef231e
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Apply iptables rules to ipv6
hash: 5f82f6fd3f341adc0659fd7fd7ed6813e4015d7d
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#867'
closes: '#867'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
- subject: Symlink kernel modules and modprobe ip6_tables
hash: 93c24298fff93e6f74d8883733f2f2e7c645fd39
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.8.0
date: 2019-02-13T20:58:34.540Z
- commits:
- subject: 'Improve error messages, and add description to ImageAuth error'
hash: 7bd7f7e0259896f6024b4b12131f4eb0f5a15bd1

View File

@ -4,6 +4,11 @@ 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.0 - 2019-02-13
* Apply iptables rules to ipv6 [Cameron Diver]
* Symlink kernel modules and modprobe ip6_tables [Cameron Diver]
## 9.7.7 - 2019-02-13
* Improve error messages, and add description to ImageAuth error [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.7.7",
"version": "9.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",