From b1b3847ca13b9ae19003f5cd1ca1661c79d3a2ce Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Tue, 4 Jun 2024 21:18:56 +0530 Subject: [PATCH 1/4] Create 1.22.1 RN --- reference/release-notes/1.22.1.md | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 reference/release-notes/1.22.1.md diff --git a/reference/release-notes/1.22.1.md b/reference/release-notes/1.22.1.md new file mode 100644 index 00000000..b989b965 --- /dev/null +++ b/reference/release-notes/1.22.1.md @@ -0,0 +1,34 @@ +## Introduction + +The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.22.1. + +Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components. + +## New features & improvements + +* Support for Vulkan 1.3 for Android 13 images. +* Android security updates for June 2024 (see [Android Security Bulletin - June 2024](https://source.android.com/docs/security/bulletin/2024-06-01) for more information). +* The Android WebView has been updated to [125.0.6422.147](https://chromereleases.googleblog.com/2024/05/chrome-for-android-update_30.html). + +### Bug fixes + +The following bugs are fixed in this release: + +* [LP 2066338](https://bugs.launchpad.net/anbox-cloud/+bug/2066338) Failed to join a session with the following error: + + ``` + Service: Failed to generate new generation for session cp5oh64ut74s9inbvt3g: database is locked + ``` +* [LP 2067735](https://bugs.launchpad.net/anbox-cloud/+bug/2067735) AMS couldn't create instances with an error message similar to the following (occurs sporadically): + + ``` + Failed creating instance from image: Could not locate a zvol for ams0/containers/ams-cpc64323ho619qhebfrg + ``` +* [LP 2067455](https://bugs.launchpad.net/anbox-cloud/+bug/2067455) Juju controller is not selected during appliance upgrade and the upgrade fails. +* [LP 2064923](https://bugs.launchpad.net/anbox-cloud/+bug/2064923) `nvidia-smi` command is not detected correctly and rendering falls back to EmuGL. +* [LP 2065401](https://bugs.launchpad.net/anbox-cloud/+bug/2065401) `amc list` always returns a full instance list when filtering with `app=nonexistent`. + + +## Upgrade instructions + +See [Upgrade Anbox Cloud](https://anbox-cloud.io/docs/howto/update/upgrade-anbox) or [Upgrade the Anbox Cloud Appliance](https://anbox-cloud.io/docs/howto/update/upgrade-appliance) for instructions on how to update your Anbox Cloud deployment to the 1.22.1 release. From 70254c11b191eb694c8cf3fbbac2ddde550f3d5c Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Tue, 11 Jun 2024 11:44:51 +0530 Subject: [PATCH 2/4] Add known issue --- reference/release-notes/1.22.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/release-notes/1.22.1.md b/reference/release-notes/1.22.1.md index b989b965..a9cd76fa 100644 --- a/reference/release-notes/1.22.1.md +++ b/reference/release-notes/1.22.1.md @@ -28,6 +28,10 @@ The following bugs are fixed in this release: * [LP 2064923](https://bugs.launchpad.net/anbox-cloud/+bug/2064923) `nvidia-smi` command is not detected correctly and rendering falls back to EmuGL. * [LP 2065401](https://bugs.launchpad.net/anbox-cloud/+bug/2065401) `amc list` always returns a full instance list when filtering with `app=nonexistent`. +## Known issues + +* [LP 2069021](https://bugs.launchpad.net/anbox-cloud/+bug/2069021) Recent changes to the [AMS SDK](https://github.com/canonical/ams-sdk) has caused the examples provided in the [README](https://github.com/canonical/ams-sdk/blob/master/README.md) and other [examples provided in the repository](https://github.com/canonical/ams-sdk/tree/master/examples/ams) to stop working. This will be fixed in the 1.23.0 release. + ## Upgrade instructions From 9e00849aef3157f1020dc792c55c10b06e714d5e Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Wed, 12 Jun 2024 13:43:13 +0530 Subject: [PATCH 3/4] Apply feedback * Remove Vulkan support as this is postponed for 1.23.0 * Reword known issue --- reference/release-notes/1.22.1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/release-notes/1.22.1.md b/reference/release-notes/1.22.1.md index a9cd76fa..fa411877 100644 --- a/reference/release-notes/1.22.1.md +++ b/reference/release-notes/1.22.1.md @@ -6,7 +6,6 @@ Please see [component versions](https://anbox-cloud.io/docs/reference/component- ## New features & improvements -* Support for Vulkan 1.3 for Android 13 images. * Android security updates for June 2024 (see [Android Security Bulletin - June 2024](https://source.android.com/docs/security/bulletin/2024-06-01) for more information). * The Android WebView has been updated to [125.0.6422.147](https://chromereleases.googleblog.com/2024/05/chrome-for-android-update_30.html). @@ -30,7 +29,7 @@ The following bugs are fixed in this release: ## Known issues -* [LP 2069021](https://bugs.launchpad.net/anbox-cloud/+bug/2069021) Recent changes to the [AMS SDK](https://github.com/canonical/ams-sdk) has caused the examples provided in the [README](https://github.com/canonical/ams-sdk/blob/master/README.md) and other [examples provided in the repository](https://github.com/canonical/ams-sdk/tree/master/examples/ams) to stop working. This will be fixed in the 1.23.0 release. +* [LP 2069021](https://bugs.launchpad.net/anbox-cloud/+bug/2069021) Recent changes to the [AMS SDK](https://github.com/canonical/ams-sdk) has caused the Golang-based projects that were developed and built with the AMS SDK to stop working. This will be fixed in the 1.23.0 release. ## Upgrade instructions From 66d88ce4a129e33dd573ddc1fffd0566f176df29 Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Wed, 12 Jun 2024 15:14:09 +0530 Subject: [PATCH 4/4] Update latest webview version --- reference/release-notes/1.22.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/release-notes/1.22.1.md b/reference/release-notes/1.22.1.md index fa411877..dc33f69a 100644 --- a/reference/release-notes/1.22.1.md +++ b/reference/release-notes/1.22.1.md @@ -7,7 +7,7 @@ Please see [component versions](https://anbox-cloud.io/docs/reference/component- ## New features & improvements * Android security updates for June 2024 (see [Android Security Bulletin - June 2024](https://source.android.com/docs/security/bulletin/2024-06-01) for more information). -* The Android WebView has been updated to [125.0.6422.147](https://chromereleases.googleblog.com/2024/05/chrome-for-android-update_30.html). +* The Android WebView has been updated to [126.0.6478.40](https://chromereleases.googleblog.com/2024/06/chrome-beta-for-android-update.html). ### Bug fixes