This commit is contained in:
Balena CI 2021-02-03 18:26:58 +02:00 committed by VersionBot
parent 001f544c31
commit 432b1dbcc5
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Prevent inserting null commit during DB migration
hash: 277d984af20821cd87e3625a1c950555cbca0412
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1581'
closes: '#1581'
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.3.5
date: 2021-02-03T15:50:27.087Z
- commits:
- subject: Removed richbayliss from CODEOWNERS
hash: 908be547e2e233acada029fcbdab8edf48c0c1cf

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.3.5
## (2021-02-03)
* Prevent inserting null commit during DB migration [Miguel Casqueira]
# v12.3.4
## (2021-01-25)

View File

@ -1 +1 @@
12.3.4
12.3.5

2
package-lock.json generated
View File

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