This issue was raised in the original Omaha Deprication but never fixed. https://groups.google.com/a/chromium.org/g/chromium-dev/c/uH-nFrOLWtE/m/hqfZxnUNAwAJ
On Tuesday, December 5, 2023 at 10:00:04 AM UTC-7 Sam Warfield wrote: > This is what we were doing previously, we're looking for a drop in > replacement query. > > curl -s 'https://omahaproxy.appspot.com/all.json?os=linux&channel=beta' | > jq -r '.[].versions[].v8_version' | > egrep -o '^[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?\b' > > On Tuesday, December 5, 2023 at 9:57:37 AM UTC-7 Sam Warfield wrote: > >> Thanks for the help Lutz, I'm looking for a more automated approach. >> We've got tooling that automatically scans for the newest version so we >> automatically pull in security patches as fast as possible. This was easy >> on the old Omaha Proxy since it returned a JSON payload with the version >> number. Is there an endpoint that returns only the version number, not the >> whole source that would need to be parsed? >> >> On Tuesday, December 5, 2023 at 9:43:37 AM UTC-7 [email protected] >> wrote: >> >>> Hi Sam, >>> >>> Thanks for raising the Q. I'll update the documentation asap. In >>> the meantime: >>> >>> 1) To get the current beta version please navigate to: >>> https://chromiumdash.appspot.com/releases, find the latest Beta and >>> click on the (i). >>> [image: image.png] >>> Following the V8 githash link now to -> >>> https://chromium.googlesource.com/v8/v8.git/+/5eefc590c868d8dfb411e53053c963fe42dcda74 >>> >>> is showing you the V8 version: 'Version 12.0.267.8' >>> >>> 2) In case you're interested when to expect a new version, PTAL at the >>> release >>> schedule <https://chromiumdash.appspot.com/schedule> >>> >>> Cheers, >>> >>> Lutz Vahl >>> >>> Technical Program Manager, Chrome Web Platform >>> >>> >>> Google Germany GmbH >>> >>> Erika-Mann-Strasse 36 >>> >>> 80636 München >>> >>> >>> Geschäftsführer: Paul Manicle, Liana Sebastian >>> >>> Registergericht und -nummer: Hamburg, HRB 86891 >>> >>> Sitz der Gesellschaft: Hamburg >>> >>> Diese E-Mail ist vertraulich. Falls Sie diese fälschlicherweise erhalten >>> haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, >>> löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, >>> dass die E-Mail an die falsche Person gesendet wurde. >>> >>> >>> >>> This e-mail is confidential. If you received this communication by >>> mistake, please don't forward it to anyone else, please erase all copies >>> and attachments, and please let me know that it has gone to the wrong >>> person. >>> >>> >>> On Tue, Dec 5, 2023 at 5:15 PM 'Sam Warfield' via v8-dev < >>> [email protected]> wrote: >>> >>>> According to the V8 release docs OmahaProxy >>>> <https://omahaproxy.appspot.com/> is how to get the current release >>>> version for V8. Omaha has been taken offline and the replacement site only >>>> reports Chrome versions, not V8. What is the best place to pull the >>>> current >>>> beta version from? >>>> >>>> https://v8.dev/docs/release-process >>>> >>>> -- >>>> -- >>>> v8-dev mailing list >>>> [email protected] >>>> http://groups.google.com/group/v8-dev >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "v8-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/v8-dev/3129ce97-93f4-4778-ad48-a5d54dc1e994n%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/v8-dev/3129ce97-93f4-4778-ad48-a5d54dc1e994n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/732be2e0-3be3-4836-abf6-252629ff8098n%40googlegroups.com.
