Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:05
· 10 commits to main since this release

Added

  • Radarr feature expansion (#12, by @rappo):
    • radarr_update_movie — update an existing movie's monitored state, quality profile, and other editable fields
    • radarr_search_movies — bulk-trigger searches across multiple movies at once
    • radarr_delete_queue_item — remove a stuck or unwanted item from the Radarr download queue
    • Quality-profile and quality fields surfaced on movie responses
  • Tag-triggered release pipeline (#20, based on #11 by @alejandrosnz):
    • Multi-arch Docker images (linux/amd64 + linux/arm64) built and pushed to GHCR on every vX.Y.Z tag, tagged latest / major / minor / exact
    • GitHub Release created automatically with notes pulled from this CHANGELOG
    • Hardened: every action pinned to a commit SHA, workflow_dispatch inputs passed via env vars, per-job least-privilege permissions, strict semver + package.json + CHANGELOG validation guards
    • No npm publish and no stored NPM_TOKEN — the pipeline uses only the per-run, auto-expiring GITHUB_TOKEN. npm publishing stays manual and passkey-gated.
  • docker-compose.yml for self-hosters (n8n etc.) to run the server in HTTP mode in one command. Note: the compose HTTP endpoint is unauthenticated — intended for LAN / behind a reverse proxy only. Addresses the public-image request in #5.