diff --git a/README.rst b/README.rst index c668c9b4..aaf3c966 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,12 @@ tasks: - Emitting bus messages about all state changes so that other infrastructure services can pick up the work. + +Change Log +========== + +For a detailed change log, see ``docs/CHANGELOG.rst``. + Supported build systems ======================= diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 00000000..7e6be799 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,14 @@ +Change Log +========== + +v1.6.0 +------ + +* Use available Koji repos during local builds instead of building them locally +* Add an incrementing prefix to module components' releases +* Add a "context" field on component and module releases in Koji for uniqueness for when Module Stream Expansion is implemented +* Remove urlgrabber as a dependency +* Set an explicit log level on our per-build file handler +* Set the timeout on git operations to 60 seconds to help alleviate client tooling timeouts +* Improve the efficiency of the stale module builds poller +* Fix situations where module-build-macros builds in Koji but fails in MBS and the build is resumed