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

[Bug]: 121.0a1 is the last version with the a1 suffix. Cannot specify a recent Nightly version as the minimum supported version. #15284

Open
1 task done
Rob--W opened this issue Jan 15, 2025 · 3 comments

Comments

@Rob--W
Copy link
Member

Rob--W commented Jan 15, 2025

What happened?

I just tried submitting an unlisted add-on to AMO with strict_min_version": "134.0a1" and it was rejected with the following error:

Your add-on failed validation with 1 error.

  • Unknown "strict_min_version" 134.0a1 for Firefox

When I visit https://addons.mozilla.org/api/v5/applications/firefox/, I see that 121.0a1 is the last version with the "a1" suffix.

Moreover, the last specific version in the range is 135.*. Nightly 136 started 10 days ago, so I would expect 136.0a to be present. You can see current, past and future release dates at https://whattrainisitnow.com/calendar/.

Extra info: the validation page at https://addons.mozilla.org/en-US/developers/upload/4cec1ac93da2481caccc3c8b2f2cfe24 does not list the blocking error. This is confusing.

What did you expect to happen?

AMO should support add-ons targeting Nightly or newer.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

@ioanarusiczki
Copy link

ioanarusiczki commented Jan 16, 2025

hello, app versions can be set from AMO's admin tools applications/appversion/ module. I assume prod does not have 134.0a1 set?

I tried on -dev and -stage, I got the same error as above

Image

but then I added 134.0a1 in admin and submission wfm on -dev and -stage servers

https://addons-dev.allizom.org/en-US/firefox/addon/bun-la-toate/versions/ that's the one on -dev (working with unlisted too)

@Rob--W
Copy link
Member Author

Rob--W commented Jan 16, 2025

This might not be a bug with addons-server itself, but with whatever automation/process that inputs the versions in the admin.

@diox
Copy link
Member

diox commented Jan 16, 2025

There is no automation in AMO itself to add new Firefox versions anymore, it is done when langpacks are submitted to AMO (and we explicitly avoid creating alpha versions, because Firefox doesn't expose that information in the UA string). That happens on release.

For specific Nightly versions we care about we can manually add the versions.

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

No branches or pull requests

3 participants