Files
hassio-addons/cleanuparr/CHANGELOG.md
alexbelgium a5acad4ca4 fix(pr-2937-review): address reviewer findings on app_config migration
- Remove the orphaned .github/actions/addon-linter composite action: it
  references .github/scripts/prepare_addon_lint_config.py, which was never
  added (the normalization approach was superseded by pinning
  frenck/action-addon-linter directly in #2936). Confirmed unused - no
  workflow invokes it.
- cleanuparr: HA_DATA_DIR pointed at /app_configs/cleanuparr, a path not
  mounted inside the container. cleanuparr's map is app_config:rw, which
  Supervisor mounts at /config, so data was living on the ephemeral
  container filesystem. Point it at /config instead (pre-existing bug,
  not introduced by this PR - just carried the wrong path forward).
- joplin/README.md: joplin's config.yaml still declares config:rw, not
  app_config (it was never part of the 86-manifest migration). Revert the
  doc text that incorrectly started calling it the app_config mapping.
- qbittorrent/00-folders.sh: fix a pre-existing copy/paste bug in the
  migration marker/log for the main-folder migration block - it referenced
  "openvpn" and a "qBitorrent" typo instead of qBittorrent.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 19:48:20 +02:00

2.2 KiB

  • Migrate legacy add-on configuration map names to current app configuration terminology.
  • Fix persistent data directory: the entrypoint now writes to the /config mount (the container-side path of the app_config map) instead of an unmounted /app_configs/cleanuparr path, so Cleanuparr's data survives container recreation.

2.10.2 (2026-08-01)

2.9.16 (2026-07-11)

2.9.14 (2026-06-20)

2.9.13 (2026-05-16)

2.9.11 (2026-05-09)

2.9.10 (2026-05-02)

2.9.8 (2026-04-18)

2.9.5 (2026-04-11)

2.9.4 (2026-04-06)

2.9.3 (2026-04-04)

2.9.1 (2026-03-28)

2.8.1 (2026-03-14)

Changelog

2.7.7

  • Initial release of Cleanuparr addon
  • Based on upstream image ghcr.io/cleanuparr/cleanuparr:2.7.7
  • Persistent config stored in HA addon config directory
  • Supports amd64 and aarch64 architectures