mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-29 07:19:43 +00:00
v9.12.5
This commit is contained in:
parent
114a62606c
commit
32bdd1e397
@ -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:
|
- commits:
|
||||||
- subject: Only modprobe ip6_tables if it's necessary
|
- subject: Only modprobe ip6_tables if it's necessary
|
||||||
hash: de051653166f3ad3388b76e305f18efe6db1768b
|
hash: de051653166f3ad3388b76e305f18efe6db1768b
|
||||||
|
@ -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.5 - 2019-03-28
|
||||||
|
|
||||||
|
* Test: Add a test case for deviceConfig.getDefaults [Pablo Carranza Velez]
|
||||||
|
|
||||||
## 9.12.4 - 2019-03-28
|
## 9.12.4 - 2019-03-28
|
||||||
|
|
||||||
* Only modprobe ip6_tables if it's necessary [Pablo Carranza Velez]
|
* Only modprobe ip6_tables if it's necessary [Pablo Carranza Velez]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "9.12.4",
|
"version": "9.12.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.4",
|
"version": "9.12.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user