This commit is contained in:
Resin CI 2019-03-28 20:39:07 +02:00
parent 0f943dba1b
commit e5fee8d277
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Only modprobe ip6_tables if it's necessary
hash: de051653166f3ad3388b76e305f18efe6db1768b
body: >
If the kernel was built with support for ip6tables, there's no need to
load the module. This is the case when running
balenaOS in a container in Mac OS, which also can't do modprobes easily.
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.4
date: 2019-03-28T18:15:29.681Z
- commits: - commits:
- subject: Parallelise cache pulling for builds - subject: Parallelise cache pulling for builds
hash: 9af416c7c01a70feb2c67b625ad45b8dce6dbc4f hash: 9af416c7c01a70feb2c67b625ad45b8dce6dbc4f

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 9.12.4 - 2019-03-28
* Only modprobe ip6_tables if it's necessary [Pablo Carranza Velez]
## 9.12.3 - 2019-03-28 ## 9.12.3 - 2019-03-28
* Parallelise cache pulling for builds [Pagan Gazzard] * Parallelise cache pulling for builds [Pagan Gazzard]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "9.12.3", "version": "9.12.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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