From bbcf3530ed513e7e7f7c12e6db713bfea3c877e8 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Feb 20 2020 08:40:41 +0000 Subject: Version 0.2.38 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1976b..aaf0fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## 0.2.38 + - Release date: 2020-02-20 + - Use correct ComposeInfo for raw configs + - Allow limiting which compose types a particular user can use + - Generate symlinks with real compose ID for easier consumption of raw config + composes + - Drop fedmsg for publishing events + - Add ignore_abset_pulp_repos flag. + - Run validation on raw configs with optional and configurable schema + overrides. + - Store dump of raw config in the database. + - Allow using regexes in routing_rules. + - Add timeouts to all download operations. + ## 0.2.37 - Release date: 2019-11-11 - Handle two pulp repos with the same relative_url in single content set. diff --git a/setup.py b/setup.py index c104815..c20c259 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ with open('test-requirements.txt') as f: setup(name='odcs', description='On Demand Compose Service', - version='0.2.37', + version='0.2.38', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"