From 518817814ccaac4f3efaa51e5049a4f92ffc2792 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sat, 23 Oct 2021 16:58:12 +0300 Subject: [PATCH 1/2] Added Chrome 95.0 image information --- docs/chrome.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/chrome.adoc b/docs/chrome.adoc index 91c21e7cc..831ded017 100644 --- a/docs/chrome.adoc +++ b/docs/chrome.adoc @@ -51,6 +51,7 @@ | selenoid/chrome:92.0 | selenoid/vnc_chrome:92.0 | 92.0.4515.107 | 92.0.4515.131 | selenoid/chrome:93.0 | selenoid/vnc_chrome:93.0 | 93.0.4577.63 | 93.0.4577.63 | selenoid/chrome:94.0 | selenoid/vnc_chrome:94.0 | 94.0.4606.61 | 94.0.4606.61 +| selenoid/chrome:95.0 | selenoid/vnc_chrome:95.0 | 95.0.4638.17 | 95.0.4638.54 |=== [NOTE] From b296d895f1af86f03580af0b78bba1c67fa7adcd Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sat, 23 Oct 2021 17:03:33 +0300 Subject: [PATCH 2/2] Added Playwright 1.16.0 and 1.16.1 image information --- docs/playwright.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/playwright.adoc b/docs/playwright.adoc index aed48158c..13e1a65dc 100644 --- a/docs/playwright.adoc +++ b/docs/playwright.adoc @@ -32,6 +32,8 @@ These images are used to run https://github.com/microsoft/playwright[Playwright] | playwright/chromium:playwright-1.15.0 | - | 1.15.0 | 96.0.4641.0 | playwright/chromium:playwright-1.15.1 | - | 1.15.1 | 96.0.4641.0 | playwright/chromium:playwright-1.15.2 | playwright/chromium:96.0 | 1.15.2 | 96.0.4641.0 +| playwright/chromium:playwright-1.16.0 | - | 1.16.0 | 97.0.4666.0 +| playwright/chromium:playwright-1.16.1 | playwright/chromium:97.0 | 1.16.1 | 97.0.4666.0 |=== .Chrome Images @@ -56,6 +58,8 @@ These images are used to run https://github.com/microsoft/playwright[Playwright] | playwright/chrome:playwright-1.15.0 | playwright/chrome:93.0 | 1.15.0 | 93.0.4577.82 | playwright/chrome:playwright-1.15.1 | - | 1.15.1 | 94.0.4606.71 | playwright/chrome:playwright-1.15.2 | playwright/chrome:94.0 | 1.15.2 | 94.0.4606.71 +| playwright/chrome:playwright-1.16.0 | - | 1.16.0 | 95.0.4638.54 +| playwright/chrome:playwright-1.16.1 | playwright/chrome:95.0 | 1.16.1 | 95.0.4638.54 |=== .Firefox Images @@ -88,6 +92,8 @@ These images are used to run https://github.com/microsoft/playwright[Playwright] | playwright/firefox:playwright-1.15.0 | - | 1.15.0 | 92.0 | playwright/firefox:playwright-1.15.1 | - | 1.15.1 | 92.0 | playwright/firefox:playwright-1.15.2 | playwright/firefox:92.0 | 1.15.2 | 92.0 +| playwright/firefox:playwright-1.16.0 | - | 1.16.0 | 93.0 +| playwright/firefox:playwright-1.16.1 | playwright/firefox:93.0 | 1.16.1 | 93.0 |=== .Webkit (Safari Desktop) Images @@ -120,4 +126,6 @@ These images are used to run https://github.com/microsoft/playwright[Playwright] | playwright/webkit:playwright-1.15.0 | - | 1.15.0 | 15.0 | playwright/webkit:playwright-1.15.1 | p- | 1.15.1 | 15.0 | playwright/webkit:playwright-1.15.2 | playwright/webkit:15.0 | 1.15.2 | 15.0 +| playwright/webkit:playwright-1.16.0 | - | 1.16.0 | 15.4 +| playwright/webkit:playwright-1.16.1 | playwright/webkit:15.4 | 1.16.1 | 15.4 |===