From 4a383b2b3158e5d6716b3decd5bebe1360fcecbc Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 18 Jan 2022 12:44:59 +0200 Subject: [PATCH] v12.11.26 --- .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 6df83281..ea9d31c5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Increase delta request timeout to 59s to better align with our backends + hash: 157fd951960355f61f930581224bddb7828ebe37 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.11.26 + date: 2022-01-18T10:05:28.369Z - commits: - subject: Fix memoization of registry token request hash: fd1f646073fafe8cb6e38661882c113a4c9f1a67 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c76820..20d7f28f 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.26 +## (2022-01-18) + +* Increase delta request timeout to 59s to better align with our backends [Pagan Gazzard] + # v12.11.25 ## (2022-01-17) diff --git a/VERSION b/VERSION index af7783ba..1012c051 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.25 \ No newline at end of file +12.11.26 \ No newline at end of file diff --git a/balena.yml b/balena.yml index a2650f09..b5b4dc3f 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.25 +version: 12.11.26 diff --git a/package-lock.json b/package-lock.json index 3974941b..6efda9db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.25", + "version": "12.11.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b4fce88..050d3c86 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.25", + "version": "12.11.26", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-01-17T16:56:17.458Z" + "publishedAt": "2022-01-18T10:05:28.658Z" } }