docs(release-notes): no jammy Docker image for language bindings

This commit is contained in:
Max Schmitt 2022-07-01 14:57:04 +02:00
parent 1e28870af7
commit 84715d6532
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.24.0-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.24.0-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.24.0-jammy`.
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
## Version 1.22