RedmineKit
Engineering

Why we sign every release

Priya Nair·May 20, 2026·6 min read

Supply-chain security for self-hosted Redmine: checksums, signatures and reproducible builds.

At RedmineKit we ship small, tested releases and document every change. This post walks through the what and the why so your team can upgrade with confidence — no surprises, no undocumented patches.

What changed

Every release is CI-tested against all supported Redmine versions and signed before it reaches you. We keep migrations reversible and provide a clear upgrade path from the previous major version.

  • Backward compatible with your existing data
  • One rake task to migrate
  • Rollback instructions included

Want the full technical detail? The changelog for each add-on lists every fix and feature, and our docs cover the upgrade step-by-step.