This commit is contained in:
Balena CI 2021-04-10 01:44:44 +03:00 committed by VersionBot
parent 0acfd4809f
commit 14efec2c7d
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Fix broken IPAM network validation
hash: fdb37191e7cd53d4731f9c75e2780959368b305c
body: |
Network validaton was failing to identify a bad IPAM network
configuration leading to supervisor failures (see #1618)
footer:
Change-type: patch
change-type: patch
Closes: '#1618'
closes: '#1618'
author: Felipe Lalanne
nested: []
version: 12.5.9
date: 2021-04-09T21:52:12.779Z
- commits:
- subject: Improved mutable (/data) file system detection
hash: 204475d3dcbbb8a69b681d0348b39b5b486b628b

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/).
# v12.5.9
## (2021-04-09)
* Fix broken IPAM network validation [Felipe Lalanne]
# v12.5.8
## (2021-04-08)

View File

@ -1 +1 @@
12.5.8
12.5.9

2
package-lock.json generated
View File

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