Commit Graph

33214 Commits

Author SHA1 Message Date
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
github-actions
da144eada7 GitHub bot: changelog 2026-03-22 17:13:25 +00:00
copilot-swe-agent[bot]
d20d1199fe Make NODE_MEMORY_LIMIT a configurable addon option (default 512 MB)
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/c45f9e34-4233-4929-96c9-50c7db39ac6d
2026-03-22 17:12:42 +00:00
github-actions
325419d009 GitHub bot: sanitize (spaces + LF endings) & chmod 2026-03-22 17:08:47 +00:00
Alexandre
f6750c806a Update seerr/CHANGELOG.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-22 18:08:22 +01:00
Alexandre
452f3490c4 Merge pull request #2601 from litinoveweedle/qbittorrent_vpn_upnp
qBittorrent upnp and firewall for VPN
2026-03-22 18:07:56 +01:00
Alexandre
3a78e99c4b Update version to 5.1.4-18 2026-03-22 18:07:13 +01:00
copilot-swe-agent[bot]
dd0fed1bd8 Fix Seerr OOM crash by setting default Node.js memory limit (512MB)
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/9948a07a-8ef8-4cb0-b0b2-a116cf6fdb18
2026-03-22 16:12:18 +00:00
copilot-swe-agent[bot]
169eeccc28 Initial plan 2026-03-22 16:04:30 +00:00
github-actions[bot]
2203ab4177 Update stargazer map & cache 2026-03-22 03:23:33 +00:00
github-actions[bot]
2e5df8e962 Update stargazer map & cache 2026-03-22 01:20:57 +00:00
github-actions
7c95c4f104 GitHub bot : README updated 2026-03-21 17:06:32 +00:00
litinoveweedle
7af8610a25 qBittorrent upnp and firewall for VPN
This is implementation of the UPnP port opening for qBittorrent running on VPN. Implementation also includes simple firewall for incoming connections.
2026-03-21 15:24:35 +01:00
github-actions
ceab896b46 GitHub bot: changelog 2026-03-21 00:46:39 +00:00
alexbelgium
49fa5daa91 Updater bot : zzz_archived_code-server updated to 4.112.0 2026-03-21 01:31:42 +01:00
alexbelgium
9da453855e Updater bot : webtop_kde updated to 4.16-r0-ls93 2026-03-21 01:31:23 +01:00
alexbelgium
d64c940500 Updater bot : tdarr updated to 2.64.02 2026-03-21 01:30:30 +01:00
alexbelgium
9cc2633688 Updater bot : sponsorblockcast updated to 0.8.3 2026-03-21 01:30:22 +01:00
alexbelgium
1c45d0d816 Updater bot : sonarr updated to 4.0.17.2952 2026-03-21 01:30:18 +01:00
alexbelgium
56135c39ca Updater bot : social_to_mealie updated to 1.6.1 2026-03-21 01:30:14 +01:00
alexbelgium
a5a0862498 Updater bot : scrutiny_fa updated to v1.47.1 2026-03-21 01:30:02 +01:00
alexbelgium
72641aeb6d Updater bot : scrutiny updated to v1.47.1 2026-03-21 01:29:59 +01:00
alexbelgium
28fb23a5ce Updater bot : prowlarr updated to nightly-2.3.4.5308-ls226 2026-03-21 01:29:38 +01:00
alexbelgium
13d1777283 Updater bot : portainer updated to 2.39.1 2026-03-21 01:29:31 +01:00