From 601cd64a2a58894dfe89569ab18285f55faee4c0 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jan 2018 10:51:22 -0500 Subject: [PATCH] Add a change log --- README.rst | 6 ++++++ docs/CHANGELOG.rst | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/CHANGELOG.rst 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