diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f0fffe2d..68ec9322 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fd47f1..c3069c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index d47da761..0a75475f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.10.10 \ No newline at end of file +12.10.11 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index dbc66fda..a9c36719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.10.10", + "version": "12.10.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f66f0fb9..b3bda70d 100644 --- a/package.json +++ b/package.json @@ -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" } }