#379 Version 0.2.46
Merged 3 years ago by lsedlar. Opened 3 years ago by jkaluza.
jkaluza/odcs watch-logs  into  master

file modified
+8
@@ -2,6 +2,14 @@ 

  

  All notable changes to this project will be documented in this file.

  

+ ## 0.2.46

+   - Release date: 2020-04-29

+   - ODCS client: Add --watch argument to watch the compose log.

+   - Add missing 'odcs.' prefix for fedora-messaging messages. 

+   - Install odcs-promote-compose script.

+   - Add the --nightly/--ci/--test/--production Pungi options according to compose_type. 

+   - Reschedule compose task in case it is stuck in 'wait' state.

+ 

  ## 0.2.45

    - Release date: 2020-04-21

    - Set celery task ID for regenerated composes.

file modified
+1 -1
@@ -53,7 +53,7 @@ 

  

  setup(name='odcs',

        description='On Demand Compose Service',

-       version='0.2.45',

+       version='0.2.46',

        classifiers=[

            "Programming Language :: Python",

            "Topic :: Software Development :: Build Tools"

no initial comment

Pull-Request has been merged by lsedlar

3 years ago