All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- n/a
0.15.1 - 2024-01-11
- Option for skipping repository publish
0.14.5 - 2023-12-06
- Bumped required version of
ubi-config
dependency
0.14.4 - 2023-10-30
- Explicitly setting
verify
for each request inCdnClient
0.14.3 - 2023-10-27
- Extraction of TTL from CDN headers
- Sanitization of ARL templates
0.14.2 - 2023-06-08
- Waiting for all CDN cache purge requests to finish
0.14.1 - 2023-06-05
- Handling ARL templates environment variable
0.14.0 - 2023-06-01
- Authentication to pulp server by certificate and key
- Purging CDN cache by ARLs
- Python 2 support
0.13.0 - 2023-01-20
- Improved logging for various actions
- Usage of ubi-manifest service is mandatory
0.12.0 - 2022-09-06
- Flush cache of mutable URLs of repositories
0.11.0 - 2022-05-25
- Fixed python packages lookup in setup.py
0.10.0 - 2022-05-24
- New optional cli option --ubi-manifest-url that enables usage of ubi-manifest service
- Added support for using data from ubi-manifest service
0.9.0 - 2021-09-29
- Publishing UBI repositories is now non-blocking
- New cli options --version and --content-set-regex
- Queries for current content use Matcher class now
- Matching modulemd_defaults units now use the Matcher class as well
- Customizable timeout for requests
- Creation of SRPM output set
0.6.0 - 2021-09-06
- Queries for rpm units reimplemented in more efficient way
0.5.0 - 2021-08-09
- Setup for pubtools.pulplib logger
0.4.0 - 2021-08-09
- Queries for modulemd units reimplemented in more efficient way
- Partial usage of pubtools-pulplib client
0.3.1 - 2021-06-04
- Associating only those modular rpms that are referenced by modulemd in ubi repo
0.3.0 - 2019-11-27
- Support for using population_source repository note
- Repositories are populated on config files based on version
0.2.0 - 2019-10-08
- Accepts content set labels and repo IDs for content calculation
- Skips population of repositories not marked for population
- Duplicated associations of S/RPMs
- Checking for canceled pulp task status
0.1.19 - 2019-06-25
- py26 compatibility issue on travis
- rpm-py-installer requirement was made conditional