Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

0.11.2 cherry-picks + unpinning Django. #381

Merged
merged 7 commits into from Jun 14, 2021
Merged

Conversation

goosemania
Copy link
Member

No description provided.

goosemania and others added 6 commits June 14, 2021 11:19
For some distribution trees, their build timestamp is the only way
to identify them uniquely. Repositories like CentOS 8 BaseOS, Appstream,
PowerTools, HighAvailability, all use the same distribution tree name and release.

For migration/stages pipeline to work correctly, each Artifact of multi-artifact
content needs its ContentArtifact which is created at ContentSaver stage only for
non-saved content.
If the build timestamp is not set and distribution trees are not uniquely identified,
depending on the order of migration, some images might be without a ContentArtifact
which will lead to the migration error:
ValueError: No declared artifact with relative path ".treeinfo" for content "<DistributionTree: pk=...>".

closes #8566
https://pulp.plan.io/issues/8566

Required PR: pulp/pulp_rpm#2002
(Alternatively, just downgrade your productmd to 1.32.)
… configured.

This doesn't fix users in the middle of RPM plugin migration,
they would need to reset RPM migration and start it again.

closes #8725
https://pulp.plan.io/issues/8725
Pulpcore already fixed django in all the branches we are concerned about.
[noissue]
@@ -2,4 +2,3 @@ pulpcore>=3.6,<3.13
mongoengine
semantic_version
jsonschema>=3.0
django>=2.2.14,<=2.2.20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -6,7 +6,7 @@ additional_repos:
name: pulp_file
- branch: '2.5'
name: pulp_container
- branch: '3.10'
- branch: '3.11'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants