Changelog¶
0.8.0 (2021-02-18)¶
Features¶
Bugfixes¶
Fixed the re-run times when repositories/importers/distributors haven’t changed much since the last run. #7779
Fixed an edge-case failure in erratum-migration when doing repeated migrations. #8166
Fixed distributor re-migration case when it was changed in Pulp 2 between migration plan runs. #8195
Fixed openapi schema for reset/ endpoint. Bindings no longer require plan parameter. #8211
0.7.0 (2021-02-04)¶
Bugfixes¶
Multi-artifact content aren’t (not) skipped properly when some artifacts are unavailable. #7681
Taught pre-migration to order content by last-updated.
This lets a migration recover reliably from fatal errors during migration attempts. NOTE: this fix assumes the Pulp2 instance is at least at 2.21.5. Earlier versions are missing an index in the Mongo database that makes the ordering possible. #7781
Fix an error migrating module content with no “stream” or “profile” information specified, as is allowed by the spec. #7846
No longer generate sqlite metadata when publishing unless the Pulp 2 configuration specified to do so. #7851
Fixed Pulp2Content serialization when filters are applied. #7994
Taught rpm to warn and continue if a Distribution is missing a treeinfo file. #8084
0.5.1 (2020-10-27)¶
0.5.0 (2020-10-13)¶
Bugfixes¶
Publications and Distributions are re-created on migration re-run for repos that contain mutable content, and pre-migrated mutable content is no longer deleted and recreated every time. #7280
Fixed a bug where PULP_MANIFEST was being created outside of the worker’s working directory. #7693
Sped up repository pre-migration by skipping the repository content relations pre-migration when nothing changed in a repository. #7694
Made content migration significantly faster on low-spec machines w/ HDD backed database storage. #7699
0.4.1 (2020-10-09)¶
0.4.0 (2020-10-07)¶
Bugfixes¶
Fixed a distribution migration case when a repository in Pulp 2 has been recreated. #7080
Stopped logging warnings if at least one LCE per content migrated. #7193
Fixed metadata checksum type configuration re-migration. #7417
Fixed re-migration issue when pulp 2 importer changed a feed. #7418
Fixed validation of the distributor missing resources in the migration plan. #7488
Fix custom metadata migration when the same metadata is present under different paths in different repositories. #7489
Fixed high memory usage when migrating large amounts of content (300,000+). #7490
Removed comps content types from future_types. #7518
Fixed migration of lazy multi-artifact content not present in a repository in the plan. #7562
0.3.0 (2020-08-26)¶
Features¶
Bugfixes¶
Significantly improved performance of partial migrations (when some content / repos has been migrated already). #6111
Fixed migration of a distribution tree if it has a treeinfo and not .treeinfo #6951
Fixed cause of view_name warnings during (re)start of Pulp services. #7154
Marked all Pulp2LCEs as migrated for distribution tree migration. #7260
0.2.0 (2020-08-20)¶
0.2.0b6 (2020-07-24)¶
Bugfixes¶
Fixed distribution tree migration when a distribution tree is present in multiple repositories. #6950
Fix a bug where errata were not always migrated for new repositories. #7092
Fix yum metadata files not being migrated. #7093
Fix an issue causing extremely high memory usage as # of content scale up. #7152
Fixed a bug where migrated repositories could have multiple different copies of an errata. #7165
0.2.0b4 (2020-06-23)¶
0.2.0b3 (2020-06-17)¶
Features¶
Bugfixes¶
Expose pulp3_repository_version on pulp2content if it is available. #6580
Ensure that only one migration plan can be run at a time. #6639
Fixed UnboundLocalError during migration of a repo with a custom name. #6640
Fix an issue where a migration with many plugin types would crash on execution. #6754
Fixed distribution creation when a distributor is from a repo which is not being migrated. #6853
Fixed migration of a sub-set of previously migrated repos. #6886
Handle already-migrated ‘re-created’ pulp2 repos #6887
Fixed marking of old distributors, when distributor only is migrated without the repo. #6932
Fixed case when a publication is shared by multiple distributions. #6947
Set pulp3_repo relation for all the cases, including remigration. #6964
Fixed incorrect pulp3_repo_version href for advisories after remigration. #6966
Fix comps migration when repo is recreated between the migration runs. #6980
0.1.0 (2020-03-24)¶
0.1.0rc1 (2020-02-28)¶
0.0.1rc1 (2020-02-11)¶
Features¶
Bugfixes¶
Handling missing plugin modules #5820
Fix migration of multiple plugins. #5978
Add error message for the importers that cannot be migrated. #5984
Fix the bindings for publication and distribution hrefs fields on pulp2repositories API. #6049
Fix rendering of the pulp2repositories after a failed migration. #6058
Handle case when repos are removed and re-created. #6062
Fix docker repo migration with a custom distributor. #6097
Fix blobs and manifests relations on migration re-run. #6099
0.0.1b1 (2020-01-25)¶
Features¶
As a user, I can provide a Migration Plan.
Migrate iso content.
Migration plan resources are validated against MongoDB (i.e. that they exist). #5319
Migrate on_demand content. #5337
Migrate Pulp 2 repositories into Pulp 3 repo versions. #5342
As a user, I can migrate Pulp 2 distributor into publication/distribution in Pulp 3 #5343
Migrate docker content. #5363
Migration plans are respected. #5450
Mark and take into account changed or removed pulp2 resources. #5632
Adding a new endpoint to query the Pulp2-Pulp3 mapping for resources. #5634
Update get_pulp3_repository_setup so repos are grouped by plugin type. #5845
Bugfixes¶
Migrate only those repo types that belong to the plugin that is being migrated #5485
Fix bug preventing the serializer from accepting non-JSON data #5546
Prevent migration of importers/distributors with an empty config. #5551
Specify pulp2_distributor_repository_ids instead of distributor_ids #5837
Importer or distributor can be migrated even if their repository is not. #5852
Fix “local variable ‘pulp2repo’ referenced before assignment”. #5899
Fix repository type identification. #5957
All requested repositories are migrated regardless of the time of the last run or a migration plan change. #5980