This commit is contained in:
Resin CI 2019-04-25 19:27:44 +03:00
parent fe477d65a8
commit 558424ecee
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'fix: Run db log cleanup on init - after migrations'
hash: 9fae4bab620cebfc974b4e19464fa0c4ccb9a295
body: |
Before this change the first time the cleanup code runs would be before
the migrations have had a chance to execute. This change makes it so
that the cleanup code always runs once the migrations have finished.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.14.6
date: 2019-04-25T15:59:45.568Z
- commits:
- subject: 'fix: Correctly handle multiple hosts ports pointing to a container port'
hash: 0fa47f635bc9a05fea2d0f9b20a6cdc5a1797855

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.14.6 - 2019-04-25
* Fix: Run db log cleanup on init - after migrations [Cameron Diver]
## 9.14.5 - 2019-04-25
* Fix: Correctly handle multiple hosts ports pointing to a container port [Cameron Diver]

2
package-lock.json generated
View File

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