cherry-pick(e9c42a16): docs(release-notes): no jammy Docker image for language bindings (#15305)

This commit is contained in:
Max Schmitt 2022-07-01 15:03:31 +02:00 committed by GitHub
parent e9c42a16d8
commit 354f6ea337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
```csharp
var context = await Browser.NewContextAsync(new() { RecordHarPath = "example.har", RecordHarMode = HarMode.Minimal });
```
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/dotnet:v1.23.1-jammy`.
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
* Playwright for .NET now supports **linux-arm64** and provides a **arm64 Ubuntu 20.04 Docker image** for it.
## Version 1.22

View file

@ -89,7 +89,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
.setRecordHarPath(Paths.get("example.har"))
.setRecordHarMode(HarMode.MINIMAL));
```
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/java:v1.23.1-jammy`.
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
## Version 1.22

View file

@ -133,7 +133,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
context = browser.new_context(record_har_mode="minimal", record_har_path="har.har")
```
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/python:v1.23.1-jammy`.
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
## Version 1.22