From b222b941c2a97015adbcde27c83d2d4d7ae48fdd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:57:16 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- birdnet-go/CHANGELOG.md | 5 ++++- birdnet-go/config.json | 21 ++++----------------- webtop_kde/CHANGELOG.md | 3 ++- webtop_kde/config.json | 17 +++-------------- 4 files changed, 13 insertions(+), 33 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index aa389c27f..35b7bbbc0 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,8 +1,11 @@ - ## 20250710 (12-07-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 20250704 (07-07-2025) + - Minor bugs fixed + ## 20250508 (05-07-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 411b30a9c..bcc0c6447 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "audio": true, "codenotary": "alexandrep.github@gmail.com", "description": "Realtime BirdNET soundscape analyzer", @@ -77,11 +74,7 @@ "ingress": true, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw" - ], + "map": ["addon_config:rw", "media:rw", "share:rw"], "name": "Birdnet-go", "options": { "BIRDSONGS_FOLDER": "/config/clips" @@ -94,10 +87,7 @@ "ports_description": { "8080/tcp": "Web ui" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "ALSA_CARD": "int?", "BIRDSONGS_FOLDER": "str?", @@ -108,10 +98,7 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want", - "mqtt:want" - ], + "services": ["mysql:want", "mqtt:want"], "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", diff --git a/webtop_kde/CHANGELOG.md b/webtop_kde/CHANGELOG.md index a253fd0e6..b0c66e4e2 100644 --- a/webtop_kde/CHANGELOG.md +++ b/webtop_kde/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 4.16-r0-ls94 (05-07-2025) + - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) + ## 4.16-r0-ls95 (28-06-2025) - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 20b5aa366..bc41c0581 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "audio": true, "codenotary": "alexandrep.github@gmail.com", "description": "Full linux desktop environment accessible via any modern web browser", @@ -79,12 +76,7 @@ "image": "ghcr.io/alexbelgium/webtop_kde-{arch}", "ingress": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], "name": "Webtop KDE", "options": { "DNS_server": "8.8.8.8", @@ -122,10 +114,7 @@ "53/tcp": "DNS", "80/tcp": "http" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DNS_server": "str?", "DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",