Commit Graph

31402 Commits

Author SHA1 Message Date
github-actions
52eab72dd4 GitHub bot : README updated 2026-01-02 17:03:41 +00:00
github-actions
be7b9d7ba2 GitHub bot : graphs updated 2026-01-02 12:12:26 +00:00
github-actions
f559702e82 Github bot : stats updated 2026-01-02 12:11:45 +00:00
Alexandre
f7590325a5 Merge pull request #2326 from alexbelgium/codex/fix-issue-2324-in-hassio-addons
Enable .NET polling file watcher and bump Ombi add-on version
2026-01-02 05:20:34 +01:00
Alexandre
4bdf6f6b96 Bump Ombi add-on version 2026-01-02 05:20:17 +01:00
github-actions
b8811847a4 GitHub bot: changelog 2025-12-31 10:27:03 +00:00
Alexandre
01fbdec656 Update config.yaml 2025-12-31 11:24:59 +01:00
Alexandre
bdb0013393 Merge pull request #2323 from alexbelgium/codex/align-and-export-container-hostname
Align Portainer Agent hostname with container name
2025-12-31 11:24:29 +01:00
Alexandre
baaf441b01 Align hostname with container name 2025-12-31 11:24:12 +01:00
github-actions
b4cf41bdaf GitHub bot: changelog 2025-12-31 08:36:19 +00:00
Alexandre
775caddd7e Update version to 2025.12-5 in config.yaml 2025-12-31 09:34:02 +01:00
Alexandre
dd931d7696 Fix exec command in portainer_agent run script 2025-12-31 09:33:37 +01:00
Alexandre
3357799fa3 Update run 2025-12-31 09:32:01 +01:00
github-actions
79dfd665d2 GitHub bot: changelog 2025-12-31 08:25:56 +00:00
Alexandre
4520703d39 Update run 2025-12-31 09:25:26 +01:00
Alexandre
fe34bc4998 Update version of Portainer Agent to 2025.12-4 2025-12-31 09:23:46 +01:00
github-actions
dcdd67993b GitHub bot: changelog 2025-12-31 08:19:04 +00:00
Alexandre
03d5e4c1e0 Update config.yaml 2025-12-31 09:18:09 +01:00
Alexandre
40439cf497 Add PORTAINER_AGENT_ARGS to config.yaml 2025-12-31 09:16:39 +01:00
Alexandre
6cb204ca93 Update run 2025-12-31 09:16:02 +01:00
Alexandre
0f4cb6f0f0 Nobuild 2025-12-31 09:15:25 +01:00
Alexandre
3183ed841a Update config.yaml 2025-12-31 09:10:39 +01:00
github-actions
ec37da3c72 GitHub bot: changelog 2025-12-31 08:05:27 +00:00
Alexandre
15d2d44c9e Update config.yaml 2025-12-31 09:03:03 +01:00
Alexandre
31bd179077 Merge pull request #2322 from alexbelgium/codex/fix-issue-1753-in-hassio-addons
Bump Seafile add-on to 12.0.17 and persist SERVICE_URL/FILE_SERVER_ROOT to config path
2025-12-30 17:48:56 +01:00
Alexandre
d2549ed17d Bump seafile addon version 2025-12-30 17:46:02 +01:00
Alexandre
a916043cb1 Update version in config.yaml to 2025.12 2025-12-30 13:24:21 +01:00
Alexandre
4434854232 Change ENTRYPOINT to use /usr/bin/env 2025-12-30 13:23:45 +01:00
github-actions
81ff59d7e8 GitHub bot: changelog 2025-12-30 12:01:34 +00:00
Alexandre
8eb63b70fd Update version from alpine-sts-2 to alpine-sts-3 2025-12-30 12:59:30 +01:00
Alexandre
9a86339d5f Change ENTRYPOINT to ha_entrypoint.sh 2025-12-30 12:59:10 +01:00
github-actions
6054bd1e46 GitHub bot: changelog 2025-12-30 11:53:24 +00:00
Alexandre
0c69c5deb2 Update version in config.yaml to alpine-sts-2 2025-12-30 12:51:15 +01:00
Alexandre
03eedf5a9d Refactor Dockerfile for Portainer Agent setup 2025-12-30 12:50:43 +01:00
GitHub Actions
03cf97ebf1 Revert 'Update version in config.yaml to alpine-sts-2' [nobuild] 2025-12-30 11:34:42 +00:00
Alexandre
94e1237da9 Update version in config.yaml to alpine-sts-2 2025-12-30 12:32:04 +01:00
Alexandre
7de70a2066 Update Dockerfile 2025-12-30 12:31:45 +01:00
Alexandre
72549986f1 update 2025-12-30 11:26:38 +01:00
Alexandre
9321dc9345 Merge pull request #2320 from Quentec/master
Fix: Restore Portainer Agent build and image source - Fix circular dependency
2025-12-30 11:23:50 +01:00
Alexandre
af41c2bce6 Merge pull request #2319 from alexbelgium/codex/use-latest-version-for-bashio
Use latest bashio release in package download template
2025-12-30 11:23:21 +01:00
Sophie
b35dd4f992 fix: Add robust error handling to bashio download process
Based on feedback from PR #2319 code review: critical network operations
need explicit error handling and validation.

Added safeguards:
- curl -f flag: Fail on HTTP errors (429, 404, 500, etc)
- test -s check: Verify downloaded file is not empty
- tar extraction error check: Fail if tar extraction fails
- lib directory validation: Confirm bashio/lib exists after extraction
- Explicit error messages: Clear diagnostics if any step fails

This prevents silent failures where downloads could fail but build
continues with broken/missing bashio installation.

Prevents: Users pulling images with non-functional bashio
Impact: Build will fail explicitly with clear error messages if download/extraction fails
2025-12-30 11:15:18 +01:00
Sophie
681590e9b1 docs: Add root cause analysis forum post for community discussion 2025-12-30 10:55:53 +01:00
Sophie
dd66f4b497 docs: Update CHANGELOG with complete list of fixes addressing code review feedback
- Multi-architecture support restored (aarch64 builds)
- Error suppression removed for user diagnostics
- Circular dependency fix documented
- Config.yaml version tag corrected
2025-12-30 10:43:18 +01:00
Sophie
72a99d056a fix: Address critical code review feedback from Gemini
CRITICAL FIXES:
1. Restore multi-architecture support - Use ARG BUILD_FROM/BUILD_ARCH instead of hardcoded amd64 base image
   - Fixes: aarch64 builds were broken by hardcoded FROM ghcr.io/hassio-addons/base/amd64:11.1.0
   - Now: FROM $BUILD_FROM allows alexbelgium build system to set correct base per architecture

2. Remove stderr suppression from agent command - Restore error visibility for debugging
   - Fixes: Error messages were hidden by 2>/dev/null redirection
   - Now: ./agent command output visible for user diagnostics

These changes ensure:
- Multi-arch builds work correctly (amd64, aarch64, armv7, armhf, i386)
- Users can debug configuration issues via visible error logs
- Circular dependency fix is fully compatible with existing build system
2025-12-30 10:38:11 +01:00
Sophie
fb1e3374a7 ci: Trigger GitHub Actions workflow re-run
Force workflow to re-run with latest .github/paths-filter.yml configuration.
2025-12-30 10:26:10 +01:00
Sophie
64f0656e84 docs: Update CHANGELOG.md with fix for circular dependency issue
Adds changelog entry for alpine-sts version (30-12-2025) documenting:
- Fix for circular dependency that prevented Docker builds
- Restoration of official Portainer Agent image source
- Resolution of Issue #2318 (404 manifest unknown errors for users)
2025-12-30 10:24:49 +01:00
Sophie
2500a30186 ci: Add GitHub Actions paths filter configuration
Adds missing .github/paths-filter.yml configuration file required by
PR check workflow. Registers all addon paths including portainer_agent
for automated build testing on pull requests.

This allows GitHub Actions to properly detect which addons have changed
and trigger appropriate validation checks.
2025-12-30 10:24:06 +01:00
Sophie
4a75b76a19 fix: Restore Portainer Agent build and image source - Fix circular dependency
Restores official Portainer Agent image source (ghcr.io/portainerci/agent:latest)
in COPY --from statements. Previous code review feedback inadvertently introduced
a circular dependency that prevents Docker builds.

This fixes Issue #2318 where users cannot update due to 404 manifest unknown error.

Closes #2318
2025-12-30 10:19:01 +01:00
Alexandre
573c9721c6 Use latest bashio release in template 2025-12-30 09:23:50 +01:00
Alexandre
1669f63f21 Merge pull request #2315 from Quentec/master
fix: PROTECTION MODE IS ENABLED error when protection mode is OFF
2025-12-29 23:00:57 +01:00