mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-29 15:44:13 +00:00
v12.11.27
This commit is contained in:
parent
8a773d0759
commit
fcaef150a8
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'docs: Clarify that update locks prevent restarts from env var changes'
|
||||
hash: 111db221772138048e16ba2b1a4f5d14a8a53aa0
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: 'https://github.com/balena-io/docs/issues/2175'
|
||||
resolves: 'https://github.com/balena-io/docs/issues/2175'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 12.11.27
|
||||
date: 2022-01-18T12:22:23.682Z
|
||||
- commits:
|
||||
- subject: Increase delta request timeout to 59s to better align with our backends
|
||||
hash: 157fd951960355f61f930581224bddb7828ebe37
|
||||
|
@ -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.27
|
||||
## (2022-01-18)
|
||||
|
||||
* docs: Clarify that update locks prevent restarts from env var changes [Thodoris Greasidis]
|
||||
|
||||
# v12.11.26
|
||||
## (2022-01-18)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.26
|
||||
version: 12.11.27
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.26",
|
||||
"version": "12.11.27",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.26",
|
||||
"version": "12.11.27",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-18T10:05:28.658Z"
|
||||
"publishedAt": "2022-01-18T12:22:23.911Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user