From a7db9b8c37e18d9353cfadc220d9c1f1aa2218f5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:07:17 +0200 Subject: [PATCH] v12.11.14 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9daee403..81b0cc77 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add happy eyeballs + hash: 9ed2685f63f9070dd6491bf1acae1e239b6bd557 + body: '' + footer: + Change-type: patch + change-type: patch + author: Zane Hitchcox + nested: [] + version: 12.11.14 + date: 2021-11-30T17:47:07.133Z - commits: - subject: Increase request timeout to 59s to better align with our backends hash: 2eb00fa0da15bb6fdc40421c3cf3800ed1815437 diff --git a/CHANGELOG.md b/CHANGELOG.md index d6407ee5..05c4d8ac 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.14 +## (2021-11-30) + +* Add happy eyeballs [Zane Hitchcox] + # v12.11.13 ## (2021-11-29) diff --git a/VERSION b/VERSION index d84f13e6..6e858307 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.13 \ No newline at end of file +12.11.14 \ No newline at end of file diff --git a/balena.yml b/balena.yml index f8fc26f6..92b4c25f 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.13 +version: 12.11.14 diff --git a/package-lock.json b/package-lock.json index d69d270b..564b8e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.13", + "version": "12.11.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9949e940..407bf56a 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.13", + "version": "12.11.14", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-11-29T17:17:29.627Z" + "publishedAt": "2021-11-30T17:47:07.362Z" } }