mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-12 07:23:58 +00:00
v16.12.5
This commit is contained in:
parent
906ce6dc0d
commit
c88cf6a259
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: Decrease balenaCloud api request timeout from 15m to 59s
|
||||
hash: 49163e92a013250f72ca7231e11945b465c4dd45
|
||||
body: |
|
||||
This was mistakenly increased due to confusion between the timeout for
|
||||
requests to the supervisor's api vs the timeout for requests from the
|
||||
supervisor to the balenaCloud api. This separates the two configs and
|
||||
documents the difference between the timeouts whilst also decreasing
|
||||
the timeout for balenaCloud api requests to the correct/expected value
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 16.12.5
|
||||
title: ""
|
||||
date: 2025-03-04T13:35:26.801Z
|
||||
- commits:
|
||||
- subject: Don't revert to regular pull if delta server 401
|
||||
hash: 2dc9d275b15a0802264bcd49e2f0dddbbadd2225
|
||||
|
@ -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/).
|
||||
|
||||
# v16.12.5
|
||||
## (2025-03-04)
|
||||
|
||||
* Decrease balenaCloud api request timeout from 15m to 59s [Pagan Gazzard]
|
||||
|
||||
# v16.12.4
|
||||
## (2025-03-03)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 16.12.4
|
||||
version: 16.12.5
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.12.4",
|
||||
"version": "16.12.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.12.4",
|
||||
"version": "16.12.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/systemd": "^0.5.0",
|
||||
|
@ -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": "16.12.4",
|
||||
"version": "16.12.5",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -137,6 +137,6 @@
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2025-03-03T13:42:18.578Z"
|
||||
"publishedAt": "2025-03-04T13:35:27.347Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user