From 5e02022dff77e1e8a5d33ecfeddba4585fd01763 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 2 May 2023 13:46:03 -0700 Subject: [PATCH] docs: set docker version to 1.33 in release notes (#22765) --- docs/src/release-notes-csharp.md | 4 ++-- docs/src/release-notes-java.md | 4 ++-- docs/src/release-notes-js.md | 4 ++-- docs/src/release-notes-python.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index b6cc03f5ef..168e504fff 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -44,8 +44,8 @@ toc_max_heading_level: 2 ### ⚠️ Breaking change -* The `mcr.microsoft.com/playwright/dotnet:v1.34.0` now serves a Playwright image based on Ubuntu Jammy. - To use the focal-based image, please use `mcr.microsoft.com/playwright/dotnet:v1.34.0-focal` instead. +* The `mcr.microsoft.com/playwright/dotnet:v1.33.0` now serves a Playwright image based on Ubuntu Jammy. + To use the focal-based image, please use `mcr.microsoft.com/playwright/dotnet:v1.33.0-focal` instead. ### Browser Versions diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index beece1a629..16a2b8debf 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -51,8 +51,8 @@ toc_max_heading_level: 2 ### ⚠️ Breaking change -* The `mcr.microsoft.com/playwright/java:v1.34.0` now serves a Playwright image based on Ubuntu Jammy. - To use the focal-based image, please use `mcr.microsoft.com/playwright/java:v1.34.0-focal` instead. +* The `mcr.microsoft.com/playwright/java:v1.33.0` now serves a Playwright image based on Ubuntu Jammy. + To use the focal-based image, please use `mcr.microsoft.com/playwright/java:v1.33.0-focal` instead. ### Browser Versions diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 67f2b7ea05..2a811abcc9 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -47,8 +47,8 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ### ⚠️ Breaking change -* The `mcr.microsoft.com/playwright:v1.34.0` now serves a Playwright image based on Ubuntu Jammy. - To use the focal-based image, please use `mcr.microsoft.com/playwright:v1.34.0-focal` instead. +* The `mcr.microsoft.com/playwright:v1.33.0` now serves a Playwright image based on Ubuntu Jammy. + To use the focal-based image, please use `mcr.microsoft.com/playwright:v1.33.0-focal` instead. ### Browser Versions diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 8f37cc272f..f8690a245d 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -44,8 +44,8 @@ toc_max_heading_level: 2 ### ⚠️ Breaking change -* The `mcr.microsoft.com/playwright/python:v1.34.0` now serves a Playwright image based on Ubuntu Jammy. - To use the focal-based image, please use `mcr.microsoft.com/playwright/python:v1.34.0-focal` instead. +* The `mcr.microsoft.com/playwright/python:v1.33.0` now serves a Playwright image based on Ubuntu Jammy. + To use the focal-based image, please use `mcr.microsoft.com/playwright/python:v1.33.0-focal` instead. ### Browser Versions