v12.11.14

This commit is contained in:
Balena CI 2021-11-30 20:07:17 +02:00 committed by VersionBot
parent 89e5c40a53
commit a7db9b8c37
6 changed files with 21 additions and 5 deletions

View File

@ -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: - commits:
- subject: Increase request timeout to 59s to better align with our backends - subject: Increase request timeout to 59s to better align with our backends
hash: 2eb00fa0da15bb6fdc40421c3cf3800ed1815437 hash: 2eb00fa0da15bb6fdc40421c3cf3800ed1815437

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.14
## (2021-11-30)
* Add happy eyeballs [Zane Hitchcox]
# v12.11.13 # v12.11.13
## (2021-11-29) ## (2021-11-29)

View File

@ -1 +1 @@
12.11.13 12.11.14

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.13 version: 12.11.14

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.11.13", "version": "12.11.14",
"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.13", "version": "12.11.14",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-11-29T17:17:29.627Z" "publishedAt": "2021-11-30T17:47:07.362Z"
} }
} }