v12.11.26

This commit is contained in:
Balena CI 2022-01-18 12:44:59 +02:00 committed by VersionBot
parent 18242c7b0a
commit 4a383b2b31
6 changed files with 21 additions and 5 deletions

View File

@ -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

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.26
## (2022-01-18)
* Increase delta request timeout to 59s to better align with our backends [Pagan Gazzard]
# v12.11.25
## (2022-01-17)

View File

@ -1 +1 @@
12.11.25
12.11.26

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.25
version: 12.11.26

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.25",
"version": "12.11.26",
"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.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"
}
}