github dannybouwers/trala v0.15.2
v0.15.2: Test-Enablement & Configuration Refactor

10 hours ago

๐Ÿงช Test-Enablement & Configuration Refactor

What's that? You want more tests? Well, I've got you covered! This release is all about making TraLa more testable and maintainable for the future. The configuration system has been completely refactored to remove global state, and we've added comprehensive unit tests for the config package. Plus, a shiny new CI pipeline now runs tests on every PR. Your dashboard is about to get even more reliable!

What's New

  • Config Refactor: Configuration system refactored to remove global state, making it testable and more maintainable
  • Unit Tests: Added comprehensive unit tests for the configuration package (828 lines of tests!)
  • CI Pipeline: New unit test workflow runs automatically on every PR

How to Use

No configuration changes required. Just pull the latest image!

docker pull ghcr.io/dannybouwers/trala:v0.15.2
# or
docker pull dannybouwers/trala:v0.15.2

What's Changed

  • Lightly refactor config to support tests by @shwoop in #130

Full Changelog: v0.15.1...v0.15.2

Don't miss a new trala release

NewReleases is sending notifications on new releases.