Changelog

2.3.0 (2024-02-19)

Features

  • Added support for domains. #321

  • Added role-based access control. #331

Bugfixes

  • Improved the performance of subsequent imports. #289

Misc


2.2.1 (2023-11-16)

Bugfixes

  • Improved the performance of subsequent imports. #289


2.2.0 (2023-11-03)

Features

  • Made plugin compatible with pulpcore 3.40.1+. #303

Bugfixes

  • Started re-generating summary files and publishing them during the import. #269

  • Fixed a bug that led to ignoring already imported refs in a repository when generating a summary. #277

  • Made the import facility to accept tarballs with already imported parent commits. #279

  • Fixed the procedure of regenerating summaries by using the relevant refs only. #288


2.1.3 (2023-09-18)

Bugfixes

  • Fixed the procedure of regenerating summaries by using the relevant refs only. #288


2.1.2 (2023-09-11)

Bugfixes

  • Fixed a bug that led to ignoring already imported refs in a repository when generating a summary. #277

  • Made the import facility to accept tarballs with already imported parent commits. #279


2.1.1 (2023-07-12)

Bugfixes

  • Started re-generating summary files and publishing them during the import. #269


2.1.0 (2023-05-28)

Features

  • Made the plugin compatible with Django 4.2 and pulpcore 3.25. #258

Bugfixes

  • Fixed the path resolution when a user specifies absolute paths when importing repositories. #226

  • Fixed a bug that disallowed users to pull re-synced content locally. #257

  • Fixed a bug which prevented users from assigning remotes to repositories in advance. #262


2.0.0 (2023-03-30)

Features

  • Added support for third-party storage backends (i.e., S3, Azure). #172

  • Added support for static deltas. The static deltas are automatically computed for synced and imported repositories. This behaviour is enabled by default. Set compute_delta to False in a corresponding repository if there is no need to compute the static deltas between the last two commits. #230


2.0.0a6 (2022-06-24)

Features

  • Added support for filtering refs during synchronization. Users can now use the flags include_refs or exclude_refs to include or exclude refs from a remote repository. #163

  • The old endpoint for importing a whole OSTree repository, including refs, was renamed to import_all. The endpoint import_commits shall be now used to import commits to an existing ref. #170

Improved Documentation

  • Added a new paragraph about filtering remote content by refs. #179


2.0.0a5 (2022-02-12)

No significant changes.


2.0.0a4 (2022-01-12)

No significant changes.


2.0.0a3 (2022-01-11)

Features

  • The reference to a parent commit is now retrieved from a child commit automatically. #140

Bugfixes

  • Fixed content paths for published distributions. #143


2.0.0a2 (2021-10-25)

Features

  • Added support for modifying repository content via the Pulp API. #8929

  • Added support for filtering refs and commits by names and checksums, respectively. #9493

Bugfixes

  • Fixed a bug that disallowed users from publishing the same content in different repositories. #9431

  • Fixed an issue that disallowed users from saving imported content. #9490


2.0.0a1 (2021-09-08)

Features

  • Added support for uploading and publishing OSTree commits. #8918

  • Added support for adding new commits to an existing repository. #8919

  • Added support for syncing from remote OSTree repositories. #8921

  • Verified support for deleting repository versions. #8922