mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.22
This commit is contained in:
parent
b18ee6cc35
commit
4abb7040de
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Refactor `SUPERVISOR_POLL_INTERVAL` description to mention back off
|
||||
hash: 51ab2032641d07df695f4fc329cb8d9ec19b92c6
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
author: Miguel Casqueira
|
||||
nested: []
|
||||
version: 12.11.22
|
||||
date: 2021-12-22T04:19:34.979Z
|
||||
- commits:
|
||||
- subject: Fix `.local` dns resolution when returning multiple addresses
|
||||
hash: 39c667803d93182c595870352a597b9c07e1c9d1
|
||||
|
@ -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.22
|
||||
## (2021-12-22)
|
||||
|
||||
* Refactor `SUPERVISOR_POLL_INTERVAL` description to mention back off [Miguel Casqueira]
|
||||
|
||||
# v12.11.21
|
||||
## (2021-12-16)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.21
|
||||
version: 12.11.22
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.21",
|
||||
"version": "12.11.22",
|
||||
"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.21",
|
||||
"version": "12.11.22",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-12-16T15:03:16.824Z"
|
||||
"publishedAt": "2021-12-22T04:19:35.210Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user