Skip to content

v1.6.6: Dependabot Integration

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:03

CI/CD

  • Dependabot Integration: Added .github/dependabot.yml to automatically track and update Go modules (go.mod) and GitHub Actions workflows on a weekly basis, ensuring Gorrent always runs on the latest security patches.
  • Auto-Merge GitHub Action: Added a custom workflow (dependabot-auto-merge.yml) that automatically merges Dependabot Pull Requests for patch and minor version updates, provided they pass all CI/CD test gates. This keeps maintenance completely hands-free while blocking potentially breaking major updates.


📦 Downloads

Operating System Download Archive
Windows (x64) gorrent-1.6.6-windows-amd64.zip
Linux (x64) gorrent-1.6.6-linux-amd64.tar.gz
Linux (ARM64) gorrent-1.6.6-linux-arm64.tar.gz
macOS (Intel) gorrent-1.6.6-darwin-amd64.tar.gz
macOS (Apple Silicon) gorrent-1.6.6-darwin-arm64.tar.gz

Docker Images (multi‑arch: amd64 + arm64):

  • GHCR: docker pull ghcr.io/x-name15/gorrent:v1.6.6
  • GHCR Latest: docker pull ghcr.io/x-name15/gorrent:latest

View Full CHANGELOG