Changelog¶
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¶
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¶
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
toFalse
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
orexclude_refs
to include or exclude refs from a remote repository. #163The old endpoint for importing a whole OSTree repository, including refs, was renamed to
import_all
. The endpointimport_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