#432 Version 0.2.49
Merged 3 years ago by lsedlar. Opened 3 years ago by lsedlar.
lsedlar/odcs release-49  into  master

file modified
+11
@@ -2,6 +2,17 @@ 

  

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

  

+ ## 0.2.49

+   - Release date: 2020-08-18

+   - Set expiration for `run_cleanup` task

+   - Stop creating latest symlinks with Pungi

+   - Add metrics for composes and backends

+   - Improve error reporting for pulp composes

+   - Add support for module scratch builds

+   - Allow Jinja2 templating in raw config wrapper config

+   - Support regenerating raw config composes using the stored configuration dump

+   - Add parent relationship to composes

+ 

  ## 0.2.48

    - Release date: 2020-06-19

    - Add simple index page

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

  setup(

      name="odcs",

      description="On Demand Compose Service",

-     version="0.2.48",

+     version="0.2.49",

      classifiers=[

          "Programming Language :: Python",

          "Topic :: Software Development :: Build Tools",

no initial comment

CC @jkaluza, do you have any changes that you would like to go into this release?

No, everything I need is there. Feel free to release.

Pull-Request has been merged by lsedlar

3 years ago