v2.0.0-rc.1 This is the first release of Lorry 2.0 which has been mostly re-written from the ground up. More details can be found at [lorry.software](https://lorry.software). * Replaced distributed architecture with a monolithic thread based system * Re-wrote the work directory to use a single on-disk copy of bare git repositories * Re-wrote raw-file support entirely and added SHA256SUM verficiation * Added individual ref monitoring * Added a glob based "negative" refspec field for ignoring refs * Made the git binary configurable * Introduced limited support for using libgit2 for cloing operations * Added 10s of new tests * Added a standalone Git server for testing purposes * Cleaned up Gitlab CI considerably * Added linter support for Lorry * Fixed leakage of sensitive Gitlab tokens * Added a new UI interface * Added various Prometheus alerting implementations * Various database schema/design improvements