From f00610660f97e7404ffc5d9d597f30e76b7031a6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 Dec 2021 22:16:08 +0200 Subject: [PATCH] v12.11.15 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 81b0cc77..08036506 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: Add happy eyeballs hash: 9ed2685f63f9070dd6491bf1acae1e239b6bd557 diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c4d8ac..613765d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15 +## (2021-12-02) + +* Convert target state types to io-ts for better validation [Felipe Lalanne] + # v12.11.14 ## (2021-11-30) diff --git a/VERSION b/VERSION index 6e858307..1306fd48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.14 \ No newline at end of file +12.11.15 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 92b4c25f..fcc1b4d8 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.14 +version: 12.11.15 diff --git a/package-lock.json b/package-lock.json index 564b8e57..963463a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.14", + "version": "12.11.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 234eec57..19b795ad 100644 --- a/package.json +++ b/package.json @@ -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.14", + "version": "12.11.15", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-11-30T17:47:07.362Z" + "publishedAt": "2021-12-02T18:34:10.965Z" } }