Release v2.19.0

This commit is contained in:
mprahl
2019-04-04 13:34:21 -04:00
parent bc4a019e7d
commit 251c364307
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
Change Log
==========
v2.19.0
-------
* Fix an issue in MMDResolver when a transitive dependency cannot be satisfied
* Add support for offline local builds that use local repositories for dependency resolution
* Add initial support for gating of modules using Greenwave
* Fix a bug that caused successful local builds to not regenerate the repo with module metadata
* Allow resubmitting the same NSV for scratch module builds
* Allow importing modules without a Koji tag
* Add extra user input validation
* Allow whitelisted buildrequires with xmd.mbs.disttag_marking set to influnece the disttag
* Allow buildrequiring virtual streams to always get the latest
v2.18.2
-------
* Find compatible base modules based on the virtual streams and stream versions, not just the stream versions

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='2.18.2',
version='2.19.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"