mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-30 06:14:18 +00:00
v12.11.33
This commit is contained in:
parent
c1802ae80b
commit
ff35af11b1
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add support for local ipv6 reporting
|
||||||
|
hash: 72f6cbe4c7225623ed99083d20c4a2cb2f3b70ac
|
||||||
|
body: |
|
||||||
|
With more and more devices in ipv6 only networks, this ensures the
|
||||||
|
local addresses are reported to the cloud as part of the state patch.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 12.11.33
|
||||||
|
title: "'Add support for local ipv6 reporting'"
|
||||||
|
date: 2022-02-09T17:57:09.778Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Use `writeAndSync` when writing to config.json
|
- subject: Use `writeAndSync` when writing to config.json
|
||||||
hash: d071cd1507b8424628afa96ea1b1ed6b19225651
|
hash: d071cd1507b8424628afa96ea1b1ed6b19225651
|
||||||
|
@ -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.33
|
||||||
|
## (2022-02-09)
|
||||||
|
|
||||||
|
* Add support for local ipv6 reporting [Felipe Lalanne]
|
||||||
|
|
||||||
# v12.11.32
|
# v12.11.32
|
||||||
## (2022-02-01)
|
## (2022-02-01)
|
||||||
|
|
||||||
|
@ -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.32
|
version: 12.11.33
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.11.32",
|
"version": "12.11.33",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.32",
|
"version": "12.11.33",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -139,6 +139,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-02-01T21:58:23.385Z"
|
"publishedAt": "2022-02-09T17:57:10.311Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user