This commit is contained in:
Resin CI 2019-03-29 02:13:23 +02:00
parent 114a62606c
commit 32bdd1e397
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'test: Add a test case for deviceConfig.getDefaults'
hash: ea6ebf822312665280903424d3f4bff1edd0476c
body: |
This would help avoid bugs like the one fixed in 9.11.1.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 9.12.5
date: 2019-03-28T23:05:09.952Z
- commits:
- subject: Only modprobe ip6_tables if it's necessary
hash: de051653166f3ad3388b76e305f18efe6db1768b

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.12.5 - 2019-03-28
* Test: Add a test case for deviceConfig.getDefaults [Pablo Carranza Velez]
## 9.12.4 - 2019-03-28
* Only modprobe ip6_tables if it's necessary [Pablo Carranza Velez]

2
package-lock.json generated
View File

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