Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing pulpcore 3.10+ breaking changes and renamings #660

Merged
merged 1 commit into from Feb 24, 2021

Conversation

rochacbruno
Copy link
Member

Pulpcore 3.10 introduced some breaking changes

  • On serializers highest_versions has been removed out of the context
  • On download_url content_artifact has been also moved out of context
  • Sync now requires optimize=True attribute

And also some non-breaking changes

  • Viewsets retrieve is not needed because distro_path is now part of pulp-ansible and can be removed from our side
  • self._deprecation is not necessary (included by mistake on a
    previous PR)

Issue: AAH-393

Pulpcore 3.10 introduced some breaking changes

- On serializers `highest_versions` has been removed out of the context
- On download_url `content_artifact` has been also moved out of context
- Sync now requires `optimize=True` attribute

And also some non-breaking changes

- On viewsets the `retrieve` is now part of pulp-ansible and can be removed from our side
- `self._deprecation` is not necessary (included by mistake on a
  previous PR)

Issue: AAH-393
@app-sre-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@rochacbruno rochacbruno merged commit 3caff65 into ansible:master Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants