Closed
Bug 1819579
Opened 3 years ago
Closed 3 years ago
product-details: mobile_versions.json reports outdated beta and release versions
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
(Keywords: regression)
Attachments
(1 file)
Found by :Pascal. Today, product-details should show 111.1.0 and 111.0b7. It's stuck to versions prior the monorepo migration:
{
"beta_version": "110.0b6",
[...]
"version": "110.0.1"
}
I think we're missing something on the shipit code. I'll look into it.
[1] https://product-details.mozilla.org/1.0/mobile_versions.json
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
This is now fixed. [1] now returns:
{
"alpha_version": "112.0a1",
"beta_version": "111.0b7",
"ios_beta_version": "",
"ios_version": "14.1",
"nightly_version": "112.0a1",
"version": "110.1.0"
}
Shipit generated these changes on the product-details repo[2] - which are the right ones.
[1] https://product-details.mozilla.org/1.0/mobile_versions.json
[2] https://github.com/mozilla-releng/product-details/commit/1e58ce424cbe49fed010d5b56f7d14ba96145308
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•