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

Fix valid canary runtime versions #2221

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Conversation

theofilospan
Copy link
Contributor

@theofilospan theofilospan commented Feb 2, 2024

The current Canary runtime versions are outdated. Under troposphere/validators/synthetics.py the valid versions are the following:
["syn-nodejs-2.0", "syn-nodejs-2.0-beta", "syn-1.0"]
The versions syn-nodejs-puppeteer-3.5 to syn-nodejs-puppeteer-3.9 were deprecated on January 8, 2024. (Source)

The current valid versions are the following:

  • syn-nodejs-puppeteer-4.0
  • syn-nodejs-puppeteer-5.0
  • syn-nodejs-puppeteer-5.1
  • syn-nodejs-puppeteer-6.0
  • syn-nodejs-puppeteer-6.1

Let's add them to the valid canary runtime versions and replace the old ones.

@markpeek markpeek merged commit 6952959 into cloudtools:main Feb 4, 2024
5 of 6 checks passed
@markpeek
Copy link
Member

markpeek commented Feb 4, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants