From 6567510292a55bd0c039cc5ba418dd6958ae240d Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 20 2020 11:10:11 +0000 Subject: Version 0.2.44. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 519ca72..1af00f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## 0.2.44 + - Release date: 2020-04-20 + - NOTE: Before upgrading to this version, at first update to + 0.2.43 and run it for some time so all the composes have symlinks + generated in the new `odcs-$COMPOSE_ID` format. + - Store composes in directories in `odcs-$COMPOSE_ID` format. + - Find and use only latest repository from Pulp. + - Allow limiting the users/groups to execute just particular raw_configs. + ## 0.2.43 - Release date: 2020-04-07 - Include raw_config_urls and allowed_clients in /api/1/about response. diff --git a/setup.py b/setup.py index 9b52fcc..e6a6ac1 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.43', + version='0.2.44', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"