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

[Import] Fail fast when importing ZIP file by reading Manifest and failing on incompatible version #4982

Closed
EricWittmann opened this issue Aug 5, 2024 · 1 comment

Comments

@EricWittmann
Copy link
Member

EricWittmann commented Aug 5, 2024

When importing a ZIP file, we should read the Manifest file and fail if the version we find in there is incompatible. This means that for the v2 endpoint, the ZIP must be Registry 2.x. But for the v3 import endpoint, the ZIP file must be from Registry 3.x.

Note: I suggest we do this after we implement this:

@EricWittmann
Copy link
Member Author

@github-project-automation github-project-automation bot moved this from In Progress to Done in Registry 3.0 Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant