v12.11.16

This commit is contained in:
Balena CI 2021-12-02 22:52:51 +02:00 committed by VersionBot
parent 1a5aa49044
commit ade787bab8
6 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Improve validation messages for env vars and labels
hash: f6b2ec967788a48bd70caf39c77502407861b0ce
body: ''
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.16
date: 2021-12-02T20:23:27.202Z
- commits:
- subject: Convert target state types to io-ts for better validation
hash: f6692ab918b3d1c1e032ec31a057d745ffca94dc

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.11.16
## (2021-12-02)
* Improve validation messages for env vars and labels [Felipe Lalanne]
# v12.11.15
## (2021-12-02)

View File

@ -1 +1 @@
12.11.15
12.11.16

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.15
version: 12.11.16

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.15",
"version": "12.11.16",
"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.11.15",
"version": "12.11.16",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2021-12-02T18:34:10.965Z"
"publishedAt": "2021-12-02T20:23:27.430Z"
}
}