Commit Graph

33237 Commits

Author SHA1 Message Date
alexbelgium
56fe0138a5 Updater bot : cloudcommander updated to 19.9.7 2026-03-28 01:26:39 +01:00
alexbelgium
2dcc131ed4 Updater bot : cleanuparr updated to 2.9.1 2026-03-28 01:26:36 +01:00
alexbelgium
ed0877e218 Updater bot : changedetection.io updated to 0.54.7 2026-03-28 01:26:32 +01:00
alexbelgium
4cfedb35d3 Updater bot : calibre updated to 9.6.0 2026-03-28 01:26:25 +01:00
alexbelgium
8cc3e7760e Updater bot : browserless_chrome updated to 2.46.0 2026-03-28 01:26:22 +01:00
alexbelgium
6b6edba80e Updater bot : browser_chromium updated to version-cc0cbc1c 2026-03-28 01:26:17 +01:00
alexbelgium
1e61371334 Updater bot : browser_brave updated to 1.88.136-ls86 2026-03-28 01:26:08 +01:00
github-actions
f808a1a757 GitHub bot : README updated 2026-03-27 17:18:11 +00:00
github-actions
5f126df321 GitHub bot : graphs updated 2026-03-27 12:21:25 +00:00
github-actions
9358b10a8e Github bot : stats updated 2026-03-27 12:20:46 +00:00
github-actions
df125626ac Github bot : issues linked to readme 2026-03-27 08:19:11 +00:00
github-actions
f771f057af GitHub bot: changelog [nobuild] 2026-03-26 09:36:52 +00:00
Alexandre
07dde53480 Merge pull request #2613 from alexbelgium/copilot/fix-openvpn-random-selection
fix(qbittorrent): restore random OpenVPN config selection when multiple files present
2026-03-26 10:33:19 +01:00
Alexandre
5be731a769 Update CHANGELOG.md 2026-03-26 10:33:07 +01:00
Alexandre
464a4cbd5d Update config.yaml 2026-03-26 10:32:37 +01:00
copilot-swe-agent[bot]
40576b2b9c fix: randomly select OpenVPN config when multiple files found
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/a34bc8b0-0350-43ea-8402-d16b6a4c5b36
2026-03-26 09:31:21 +00:00
copilot-swe-agent[bot]
9ef7b996e3 Initial plan 2026-03-26 09:29:44 +00:00
alexbelgium
b5e667ff1c Updater bot : birdnet-pipy updated to 0.5.8 2026-03-26 10:23:46 +01:00
alexbelgium
bebe1b75a6 Updater bot : birdnet-go updated to nightly-20260321-397 2026-03-26 10:23:42 +01:00
alexbelgium
94a458589a Updater bot : autobrr updated to 1.75.1 2026-03-26 10:23:28 +01:00
github-actions
30b8949b77 GitHub bot: changelog [nobuild] 2026-03-26 09:16:01 +00:00
Alexandre
d0fa63b34a Update Radarr version to 6.0.4.10291-3 2026-03-26 10:13:00 +01:00
Alexandre
81ea00238b Merge pull request #2612 from alexbelgium/copilot/fix-dockerfile-remote-url-retries
Replace `ADD` remote URLs with `COPY` for template scripts; add retry logic for module downloads
2026-03-26 10:12:24 +01:00
copilot-swe-agent[bot]
5a19d19054 Fix HTTP 429: replace ADD remote URLs with COPY in all Dockerfiles, add retry logic and fix ha_automodules.sh
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/2244d014-7299-4b63-89e4-35683a0b4c15
2026-03-26 09:07:15 +00:00
copilot-swe-agent[bot]
5cc9005626 Initial plan 2026-03-26 09:02:49 +00:00
GitHub Actions
dd674cd465 Revert "Update Radarr version to 6.0.4.10291-3"
This reverts commit 08ac9e7690.
2026-03-26 08:28:37 +00:00
Alexandre
08ac9e7690 Update Radarr version to 6.0.4.10291-3 2026-03-26 09:26:03 +01:00
Alexandre
bdfc00e404 Enhance onpush_builder.yaml with workflow_call support
Added support for workflow calls and updated environment variable handling in the onpush_builder workflow.
2026-03-26 09:25:29 +01:00
Alexandre
b1e0a19d5f Remove workflow_call trigger from onpush_builder.yaml 2026-03-26 08:57:38 +01:00
Alexandre
c9a5b7871e Update Radarr version to 6.0.4.10291-2 2026-03-26 08:55:59 +01:00
Alexandre
190c3e705e Merge pull request #2607 from alexbelgium/copilot/adapt-build-script
Migrate build workflow from deprecated home-assistant/builder to composable build-image action
2026-03-26 08:55:05 +01:00
Alexandre
3b2a4b7c1c Refactor onpush_builder.yaml to remove addons_json input
Removed input for addons_json from workflow call and adjusted logic for processing add-ons based on push events.
2026-03-26 08:54:50 +01:00
Alexandre
4a003a17eb Enhance GitHub Actions workflow with addons_json input
Added input parameter 'addons_json' for specifying add-on directories in workflow. Enhanced conditional checks and improved error handling for processing changed add-ons.
2026-03-26 08:50:22 +01:00
copilot-swe-agent[bot]
e92843eb36 Use awk for arch_list extraction to match build_from approach
Replace fragile sed '/^arch:/,/^[^ a]/p' pattern with the same
awk block-parsing approach used for build_from. The sed pattern
leaked lines from keys starting with 'a' (like audio:) into the
range before grep filtered them out. The awk approach cleanly
stops at the next top-level key.

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d3d7f769-ce2d-4ddd-b066-7bb769754460
2026-03-26 07:29:14 +00:00
Alexandre
f0f2a521b0 Update .github/workflows/onpush_builder.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-26 08:26:11 +01:00
Alexandre
a488ae51a0 Update .github/workflows/onpush_builder.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-26 08:26:03 +01:00
copilot-swe-agent[bot]
1939c7bbb4 Fix build workflow: add fail-fast, BUILD_DATE, cache-gha-scope, persist-credentials
Reviewed against official home-assistant/apps-example commit b09b6e5d:

- Add fail-fast: false to prevent cascade cancellation of matrix builds
- Add BUILD_DATE build arg (117 Dockerfiles reference ARG BUILD_DATE)
- Add cache-gha-scope per addon to prevent cache collisions
- Add persist-credentials: false on checkout (security best practice)

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/fc2bf147-8d75-4c87-84be-7a093db2780a
2026-03-26 06:29:44 +00:00
github-actions
3ee3b8d490 GitHub bot: changelog 2026-03-24 14:20:20 +00:00
github-actions
e2a1153082 Github bot : issues linked to readme 2026-03-24 14:15:20 +00:00
Alexandre
4d49783d96 Merge pull request #2610 from alexbelgium/copilot/fix-openvpn-connection-issue-again
qbittorrent: fix OpenVPN startup broken by unconditional firewall rules (v5.1.4-19)
2026-03-24 15:14:59 +01:00
github-actions
4312f9561c Github bot : issues linked to readme 2026-03-24 14:14:36 +00:00
copilot-swe-agent[bot]
cdbf511aca Fix OpenVPN broken by unconditional firewall rules; guard _firewall_add/del behind vpn_upnp_enabled; bump version to 5.1.4-19
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/cd0a7e2e-8b4d-4fe1-9ddc-64a8127f64cf
2026-03-24 10:28:49 +00:00
copilot-swe-agent[bot]
8788fb2601 Initial plan 2026-03-24 10:26:00 +00:00
copilot-swe-agent[bot]
bd5d83de21 Use POSIX character class in grep for ARCH matching in build config parsing
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/604c2e62-90f9-4228-9148-15e0ca67bac3
2026-03-23 19:18:01 +00:00
copilot-swe-agent[bot]
d2c8a4e13e Migrate build workflow from deprecated home-assistant/builder to composable build-image action
Replace deprecated home-assistant/builder@2026.02.1 with the new
composable home-assistant/builder/actions/build-image@2026.03.2 action.

Key changes:
- Use native ARM runners (ubuntu-24.04-arm) for aarch64 builds
- Replace info@master helper with cross-platform bash (works on ARM)
- Use build-image action with explicit build args and image config
- Add job-level permissions for GHCR push
- Remove obsolete Docker login step (handled by build-image internally)
- Remove unused BUILD_ARGS env and CAS_API_KEY references

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/604c2e62-90f9-4228-9148-15e0ca67bac3
2026-03-23 19:16:06 +00:00
Alexandre
e180a57e42 Merge pull request #2606 from alexbelgium/dependabot/github_actions/EndBug/add-and-commit-10
Bump EndBug/add-and-commit from 9 to 10
2026-03-23 20:03:24 +01:00
dependabot[bot]
b484cbc9f8 Bump EndBug/add-and-commit from 9 to 10
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10.
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 18:21:25 +00:00
github-actions
63d3e1933b Github bot : image compressed 2026-03-22 23:10:35 +00:00
Alexandre
429c5907e2 Merge pull request #2599 from yannpub/master nobuild
Adjusted TRANSMISSION_WEB_UI options in config
2026-03-22 18:20:26 +01:00
Alexandre
83c8a53390 Merge pull request #2603 from alexbelgium/copilot/fix-seerr-addon-responsiveness
Add configurable NODE_MEMORY_LIMIT option to Seerr addon
2026-03-22 18:20:09 +01:00