v12.11.15

This commit is contained in:
Balena CI 2021-12-02 22:16:08 +02:00 committed by VersionBot
parent 5a0b1e9479
commit f00610660f
6 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Convert target state types to io-ts for better validation
hash: f6692ab918b3d1c1e032ec31a057d745ffca94dc
body: |
This simplifies target state validation and improves validation
messages.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.15
date: 2021-12-02T18:34:10.741Z
- commits: - commits:
- subject: Add happy eyeballs - subject: Add happy eyeballs
hash: 9ed2685f63f9070dd6491bf1acae1e239b6bd557 hash: 9ed2685f63f9070dd6491bf1acae1e239b6bd557

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! 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/).
# v12.11.15
## (2021-12-02)
* Convert target state types to io-ts for better validation [Felipe Lalanne]
# v12.11.14 # v12.11.14
## (2021-11-30) ## (2021-11-30)

View File

@ -1 +1 @@
12.11.14 12.11.15

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.11.14", "version": "12.11.15",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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": "12.11.14", "version": "12.11.15",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-11-30T17:47:07.362Z" "publishedAt": "2021-12-02T18:34:10.965Z"
} }
} }