Release 3.1.0

This commit is contained in:
Brendan Reilly
2020-04-27 13:39:25 -04:00
parent f34e68d314
commit 9f5a053c4f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
Change Log
==========
v3.1.0
------
* New ``module_stream`` optional parameter for scratch module builds
* Use Koji repo IDs instead of symlinks when accessing build artificats
* Add the ability to limit arches for a build via the ``buildopts.arches`` field in modulemd
* Skip git ref checks for rpm components with srpm overrides
* Make ``record_module_build_arches`` idempotent to avoid multiple calls
* Honor the ``MBS_CONFIG_SECTION`` environment variable when performing a local build
v3.0.0
------
* Rearchitect MBS to support multiple backends using Celery

View File

@@ -24,7 +24,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="3.0.0",
version="3.1.0",
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
keywords="module build service fedora modularity koji mock rpm",
author="The Factory 2.0 Team",