From 251c364307668d5d016ccf2b547f4141211ac427 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 4 Apr 2019 13:34:21 -0400 Subject: [PATCH] Release v2.19.0 --- docs/CHANGELOG.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 13099414..ad2e55b9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index 5790622b..2a071626 100644 --- a/setup.py +++ b/setup.py @@ -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"