From b26ad7fe260bb3128658ab2500f5abd6fb88b801 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:57:06 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- birdnet-go/CHANGELOG.md | 55 ++++++++++++++++++++++++++- birdnet-go/config.json | 21 ++-------- webtop_kde/CHANGELOG.md | 3 +- webtop_kde/config.json | 17 ++------- zzz_archived_code-server/CHANGELOG.md | 3 +- zzz_archived_code-server/config.json | 19 ++------- 6 files changed, 68 insertions(+), 50 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 0b350cf37..2e2435e69 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,99 +1,152 @@ - ## 20250508 (05-07-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 20250419 (17-05-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 20250427-7 (15-05-2025) + - Breaking change: COMMAND addon option removed. Please instead use the config.yaml to define the RTSP feeds - Use entrypoint ## 20250427-2 (27-04-2025) + - Minor bugs fixed ## 20250427 (27-04-2025) + - Minor bugs fixed ## 20250316 (26-04-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 0.6.4-3 (07-04-2025) + - Minor bugs fixed + ## 0.6.4-2 (30-03-2025) + - Minor bugs fixed + ## 0.6.4 (17-03-2025) + - Minor bugs fixed ## 0.6.3 (15-03-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 0.6.2-2 (21-02-2025) + - Minor bugs fixed ## 0.6.2 (21-02-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 20250126-2 (21-02-2025) + - Minor bugs fixed ## 20250126 (15-02-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 0.6.0-nightly-20250124 (25-01-2025) + - Minor bugs fixed + ## 0.6.0-4 (21-01-2025) + - Fix sounds play - Correct sqlite for // ## 0.6.0 (18-01-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 20250103-10 (17-01-2025) + - BREAKING CHANGE : improve implementation of addon options such as Birdsongs folder. Please check the log at first start if anything is different than you expected - WARNING : your files will move to the new Birdsongs folder in case of change - WARNING : your db will be modified in case of Birdsongs folder change to still allow access to files. A backup will always be created - Fix ingress issues ## 20250103 (11-01-2025) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 25-4 (29-12-2024) + - Fixed https://github.com/alexbelgium/hassio-addons/issues/1687 ## 25-3 (28-12-2024) + - avx2 support added by @tphakala ## 25-2 (21-12-2024) + - Minor bugs fixed ## 25 (21-12-2024) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 0.5.5-11 (22-10-2024) + - Minor bugs fixed + ## 0.5.5-10 (30-09-2024) + - Minor bugs fixed + ## 0.5.5-9 (06-07-2024) + - Correct indentation issue ## 0.5.5-8 (03-07-2024) + - New option : set the audio clip directory from addon options ## 0.5.5-2 (25-06-2024) + - Minor bugs fixed ## 0.5.5 (22-06-2024) + - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 0.5.5 (20-06-2024) + - Minor bugs fixed + ## 0.5.3-3 (07-06-2024) + - Minor bugs fixed + ## 0.5.3-2 (07-06-2024) + - Minor bugs fixed + ## 0.5.3 (26-05-2024) + - Minor bugs fixed + ## 0.5.2 (04-05-2024) + - Minor bugs fixed + ## 0.5.1-4 (23-04-2024) + - Feat : provide mariadb information in the startup log to allow its usage ## 0.5.1-3 (23-04-2024) + - Feat : Allow mounting of SMB and local drives to store the audio clips on an external drive ## 0.5.1 (22-04-2024) + - Initial build diff --git a/birdnet-go/config.json b/birdnet-go/config.json index e427f4183..aa87f84ec 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 f95cec6a8..e209462f5 100644 --- a/webtop_kde/CHANGELOG.md +++ b/webtop_kde/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 4.16-r0-ls95 (28-06-2025) + - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) + ## 4.16-r0-ls93 (21-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 73cefb829..eb26c13b4 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|)?", diff --git a/zzz_archived_code-server/CHANGELOG.md b/zzz_archived_code-server/CHANGELOG.md index 3a11293e3..a890564d2 100644 --- a/zzz_archived_code-server/CHANGELOG.md +++ b/zzz_archived_code-server/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 4.101.2 (28-06-2025) + - Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases) + ## 4.101.0 (21-06-2025) - Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases) diff --git a/zzz_archived_code-server/config.json b/zzz_archived_code-server/config.json index fef982629..a0f184abb 100644 --- a/zzz_archived_code-server/config.json +++ b/zzz_archived_code-server/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Deprecated : Code-server is VS Code running on a remote server, accessible through the browser", "devices": [ @@ -71,13 +67,7 @@ ], "image": "ghcr.io/alexbelgium/code_server-{arch}", "init": false, - "map": [ - "backup:rw", - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"], "name": "zzz_archived : Code-server (VScode)", "options": { "PGID": 0, @@ -89,10 +79,7 @@ "ports_description": { "8443/tcp": "WebUI" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",