Skip to content

Latest commit

 

History

History
193 lines (122 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

193 lines (122 loc) · 5.32 KB

Changelog

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.17.0 - 2024-07-12

  • Support for kerberos authentication to ubi-manifest
  • Clean-up: Akamai cache purge

0.16.0 - 2024-05-31

  • Add input validation

0.15.2 - 2024-04-08

  • Replace custom pulp client with pubtools-pulplib

0.15.1 - 2024-01-11

Added

  • Option for skipping repository publish

0.14.5 - 2023-12-06

Changed

  • Bumped required version of ubi-config dependency

0.14.4 - 2023-10-30

Fixed

  • Explicitly setting verify for each request in CdnClient

0.14.3 - 2023-10-27

Fixed

  • Extraction of TTL from CDN headers

Added

  • Sanitization of ARL templates

0.14.2 - 2023-06-08

Fixed

  • Waiting for all CDN cache purge requests to finish

0.14.1 - 2023-06-05

Fixed

  • Handling ARL templates environment variable

0.14.0 - 2023-06-01

Added

  • Authentication to pulp server by certificate and key
  • Purging CDN cache by ARLs

Removed

  • Python 2 support

0.13.0 - 2023-01-20

Added

  • Improved logging for various actions

Changed

  • Usage of ubi-manifest service is mandatory

0.12.0 - 2022-09-06

Added

  • Flush cache of mutable URLs of repositories

0.11.0 - 2022-05-25

Fixed

  • Fixed python packages lookup in setup.py

0.10.0 - 2022-05-24

Added

  • 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

Changed

  • Publishing UBI repositories is now non-blocking

Added

  • New cli options --version and --content-set-regex

Changed

  • Queries for current content use Matcher class now
  • Matching modulemd_defaults units now use the Matcher class as well

Added

  • Customizable timeout for requests

Fixed

  • Creation of SRPM output set

0.6.0 - 2021-09-06

Changed

  • Queries for rpm units reimplemented in more efficient way

0.5.0 - 2021-08-09

Added

  • Setup for pubtools.pulplib logger

0.4.0 - 2021-08-09

Changed

  • Queries for modulemd units reimplemented in more efficient way

Added

  • Partial usage of pubtools-pulplib client

0.3.1 - 2021-06-04

Fixed

  • Associating only those modular rpms that are referenced by modulemd in ubi repo

0.3.0 - 2019-11-27

Added

  • Support for using population_source repository note
  • Repositories are populated on config files based on version

0.2.0 - 2019-10-08

Added

  • Accepts content set labels and repo IDs for content calculation
  • Skips population of repositories not marked for population

Fixed

  • Duplicated associations of S/RPMs
  • Checking for canceled pulp task status

0.1.19 - 2019-06-25

Fixed

  • py26 compatibility issue on travis
  • rpm-py-installer requirement was made conditional