Changelog¶
2.4.4 (2024-10-30)¶
Bugfixes¶
- Disable the an
import_all
test if pulpcore version is equal or higher than 3.59 given a specific fix in that version. #403
2.4.3 (2024-07-09)¶
No significant changes.
2.4.2 (2024-07-09)¶
No significant changes.
2.4.1 (2024-06-26)¶
Bugfixes¶
- Fixed an issue when trying to use import-all as a non-admin user. #373
2.4.0 (2024-06-20)¶
Bugfixes¶
- Fixed an issue with
rpm-ostree
having multiples commits in the same tar file and breaking Pulpimport-commits
. #366
Improved Documentation¶
- Migrated the whole documentation to staging. The documentation should be now consumed from the unified docs site. #347
Misc¶
2.3.2 (2024-06-26)¶
Bugfixes¶
- Fixed an issue when trying to use import-all as a non-admin user. #373
2.3.1 (2024-06-18)¶
Bugfixes¶
- Fixed an issue with
rpm-ostree
having multiples commits in the same tar file and breaking Pulpimport-commits
. #366
2.3.0 (2024-02-19)¶
Features¶
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
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. #163 - The 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
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