mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
v12.10.11
This commit is contained in:
parent
0f6fb1361b
commit
191e47344d
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Improve network interface filter
|
||||
hash: 802f26fe71fe98628759a120473865d40fb9575b
|
||||
body: |
|
||||
The supervisor filters out some network interfaces for mac address
|
||||
reporting, to remove (balena*,lo,tun*,etc). The previous filter was
|
||||
matching any interface containing in one of the defined filters, making
|
||||
it stricter than necessary. This commit fixes the issue
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.10.11
|
||||
date: 2021-09-24T16:07:26.813Z
|
||||
- commits:
|
||||
- subject: 'api-keys: Remove os variant parameter for authentication check'
|
||||
hash: 9e0cbe04c6d1c533c3e66183eca1d3abfb8c381d
|
||||
|
@ -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.10.11
|
||||
## (2021-09-24)
|
||||
|
||||
* Improve network interface filter [Felipe Lalanne]
|
||||
|
||||
# v12.10.10
|
||||
## (2021-09-07)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.10.10",
|
||||
"version": "12.10.11",
|
||||
"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.10.10",
|
||||
"version": "12.10.11",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-09-07T13:47:51.416Z"
|
||||
"publishedAt": "2021-09-24T16:07:27.018Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user