Update to v1.7.0

This commit is contained in:
mprahl
2018-02-07 15:18:44 -05:00
parent e77ce2c5b1
commit bc3412683a
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,20 @@
Change Log
==========
v1.7.0
------
* Use external repos tied to the Koji tags on local builds
* Make the MBS resolver interchangeable
* Make component reuse faster
* Fix a bug that caused module builds with no buildrequires to fail
* Make the poller not resume paused module builds if there was recent activity on the build
* A module's "time_modified" attribute is now updated more often to reflect changes in the build
* Fix getting the module name when a YAML file is submitted directly instead of using SCM
* Remove the Koji proxyuser functionality
* Set the owner on the overall module build in Koji
* Fix a bug that could cause a module build to fail with multiple buildrequires
v1.6.3
------

View File

@@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements
setup(name='module-build-service',
description='The Module Build Service for Modularity',
version='1.6.3',
version='1.7.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"