Commit Graph

31437 Commits

Author SHA1 Message Date
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
github-actions
7461665439 GitHub bot : README updated 2025-12-29 17:03:43 +00:00
Claude Code
fdfe3070d2 fix: Correct CHANGELOG.md formatting for Codacy compliance
- Add blank line after version heading per markdown style guidelines
- Ensures consistent formatting with rest of CHANGELOG
2025-12-29 16:00:51 +01:00
Claude Code
f0f1251285 fix: Address code review feedback from Gemini
- Use BUILD_FROM and BUILD_ARCH for multi-architecture support
  * Replace hardcoded amd64 with BUILD_FROM in FROM statement
  * Use BUILD_ARCH variable in COPY --from directives
  * Enables building for both amd64 and aarch64 architectures

- Remove error suppression in run script for better debugging
  * Change 'cd /app || true' to 'cd /app' (fail fast on errors)
  * Remove '2> /dev/null' redirection from agent startup
  * Allow error messages to reach container logs for troubleshooting

These changes ensure the fix works correctly across all supported architectures
and provides visibility into any runtime issues.
2025-12-29 15:53:37 +01:00
Claude Code
6de904a01f fix: PROTECTION MODE IS ENABLED error when protection mode is OFF
Fixes #2307

Changes:
- Update bashio from v0.17.5 → main branch (improved API error handling)
- Add robust protection mode check with Docker socket fallback
- Implement Level 1 (standard bashio) + Level 2 (socket check) fallback logic
- Update CHANGELOG.md with fix details
- Tested and verified working on Home Assistant OS with protection mode OFF

The fix addresses root cause: bashio v0.17.5 calls /addons/self endpoint
which returns 403 Forbidden. bashio's error handling incorrectly assumes
this means protection mode is ON. The fallback checks Docker socket directly
as a reliable indicator of actual protection mode state.
2025-12-29 15:40:14 +01:00
github-actions
ae11760a96 GitHub bot: changelog 2025-12-29 09:33:34 +00:00
Alexandre
307b26798e Update version to v3.8.0-2
https://github.com/alexbelgium/hassio-addons/issues/2314
2025-12-29 10:12:22 +01:00
Alexandre
64cd59699f Update ingress.conf
https://github.com/alexbelgium/hassio-addons/issues/2314
2025-12-29 10:11:56 +01:00
github-actions
0c8f5239bf Github bot : image compressed 2025-12-28 23:06:51 +00:00
github-actions
ab2f8b7221 GitHub bot: changelog 2025-12-28 21:26:41 +00:00
Alexandre
bbd2f8cd31 Bump Bitwarden version to 1.35.0-6 2025-12-28 22:20:50 +01:00
Alexandre
64a07ec919 Update base image versions in build.yaml 2025-12-28 22:20:15 +01:00
Alexandre
6cc5a6e20d Change base image version in Dockerfile 2025-12-28 22:19:39 +01:00
Alexandre
3fb8545216 Merge pull request #2312 from alexbelgium/codex/fix-vaultwarden-glibc-version-issue
Update Bitwarden base to Debian 15 and bump add-on version
2025-12-28 22:16:34 +01:00
Alexandre
2a8eb5cbb9 Update bitwarden base image and version 2025-12-28 22:11:37 +01:00
github-actions
40c8eaa80f GitHub bot: changelog 2025-12-28 21:05:29 +00:00