Skip to content

Latest commit

 

History

History
123 lines (72 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

123 lines (72 loc) · 3.29 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

3.1.0 - 2023-09-15

Added

  • override_final_rhel_release - Used to override final RHEL version for repositories of given content set.

3.0.0 - 2023-08-30

Added

  • repo_overrides - Used to define, per environment, mappings between certain criteria matching CDN repos and feature flags which should be enabled on those repos.

Removed

  • Python2 support has been dropped.

2.3.0 - 2021-11-09

Added

  • releasever_alias - Maps a major RHEL release version path prefix to the corresponding minor RHEL release version path prefix. Only applies to RHEL versions that are not expecting new minor releases.

2.2.0 - 2021-09-29

Added

  • populate_ubi_dot_repos - drives population of ubi DOT repositories

Changed

  • Definitions data objects are now immutable.

2.1.0 - 2021-03-30

Added

  • rhel_open_dist - listing RHEL versions which are still expecting new minor releases

2.0.0 - 2021-03-04

Changed

  • The concept of the project has changed significantly. The cdn-definitions project now contains only placeholder data, a schema and a small convenience API for loading data. When used in production, it is now necessary to combine cdn-definitions with a separately maintained (e.g. private) data set.

Added

  • load_data, load_schema functions were added.

Deprecated

  • rhui_aliases, origin_aliases and PathAlias are now deprecated.

1.3.0 - 2020-06-30

Added

  • Define RHEL8 AUS RHUI mapping

1.2.0 - 2020-05-22

Added

  • Define RHEL8 EUS RHUI mapping

1.1.0 - 2020-05-13

Added

  • Define RHEL8 E4S RHUI mapping

1.0.0 - 2020-04-07

Removed

  • Dropped an incorrect fastrack RHUI alias

0.2.0 - 2020-03-24

Added

  • Support loading data from /usr/share/cdn-definitions

0.1.1 - 2020-03-24

Fixed

  • Fixed missing files from source distribution

0.1.0 - 2020-03-24

  • Initial release