github hollanbm/renamarr 2.0.0

7 hours ago

Security

  • docker container now uses distroless cgr.dev/chainguard/wolfi-base
    • ~33% smaller image
      • Uncompressed image size is now 132MB. ghcr.io/hollanbm/renamarr:1.2.0 is 198MB.
    • no more shell
    • image now uses nonroot user
      • You will most likely want to use the user: argument in your docker-compose.yml to change the id/gid of this user
  • uv-secure added to CI. This will help flag and catch bad dependencies ahead of time.

New Features:

  • log_to_file #188
    • see documentation for more info
    • replaced poetry package manager with uv

Removed features:

  • helm chart
    • I have decommissioned my Kubernetes cluster, and as a result, the Helm chart is no longer being maintained.
  • devcontainer
    • uv makes the devcontainer redundant

What's Changed

Full Changelog: 1.2.0...2.0.0

Don't miss a new renamarr release

NewReleases is sending notifications on new releases.