Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 1.98 KB

CHANGES.md

File metadata and controls

83 lines (51 loc) · 1.98 KB

Changelog

0.2.0 (2025-02-20) {: #0.2.0 }

Features {: #0.2.0-feature }

  • Added pull-through cache feature. #278

Misc {: #0.2.0-misc }


Bugfixes

  • Remove scheme from apache snippet #8574
  • Adjusted the use of dispatch for pulpcore>=3.15. Also bumped the dependency. #9533

0.1.0 (2025-02-14) {: #0.1.0 }

Features {: #0.1.0-feature }

  • Bumped pulpcore compatibility to >=3.25.0,<3.40. #229
  • Added Domains compatibility. #273

Bugfixes {: #0.1.0-bugfix }

  • Fixes a sync operation demanding the remote URL when the repository already have one. #275
  • Fixes the missing REMOTE_TYPES property of the NpmRepository class. #276

Misc {: #0.1.0-misc }


0.1.0a4 (2022-06-27)

Bugfixes

  • Remove scheme from apache snippet #8574
  • Adjusted the use of dispatch for pulpcore>=3.15. Also bumped the dependency. #9533

0.1.0a3 (2021-03-17)

No significant changes.


0.1.0a2 (2020-11-25)

No significant changes.


0.1.0a1 (2020-11-18)

Features

  • Download a package with its dependencies #6004