diff --git a/reference/component-versions.md b/reference/component-versions.md index 56587fbd..c3efae89 100644 --- a/reference/component-versions.md +++ b/reference/component-versions.md @@ -5,6 +5,39 @@ This documents the versions of the different components for each Anbox Cloud rel Not all components are updated with each release. When components are not updated, they are marked with `n/a` below. +## 1.22.2 + +### Charms + +N/A + +### Bundles + +N/A + +### Snaps + +| Name | Channel | Version | +|----------|--------------|---------| +| `ams` | `1.22/stable` | 1.22.2 | +| `aar` | `1.22/stable` | 1.22.2 | +| `ams-node-controller` | `1.22/stable` | 1.22.2 | +| `anbox-cloud-dashboard` | `1.22/stable` | 1.22.2 | +| `anbox-stream-agent` | `1.22/stable` | 1.22.2 | +| `anbox-stream-gateway` | `1.22/stable` | 1.22.2 | + + +### Anbox images + +| Name | Version | +|----------|--------------| +| `jammy:android13:amd64` | 1.22.2 | +| `jammy:android13:arm64` | 1.22.2 | +| `jammy:android12:amd64` | 1.22.2 | +| `jammy:android12:arm64` | 1.22.2 | +| `jammy:aaos13:amd64` (Experimental) | 1.22.2 | +| `jammy:aaos13:arm64` (Experimental) | 1.22.2 | + ## 1.22.1 ### Charms diff --git a/reference/release-notes/1.21.2.md b/reference/release-notes/1.21.2.md index e12232c1..cdf54cea 100644 --- a/reference/release-notes/1.21.2.md +++ b/reference/release-notes/1.21.2.md @@ -5,7 +5,7 @@ orphan: true The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.21.2. -Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components. +Please see {ref}`ref-component-versions` for a list of updated components. ## New features & improvements @@ -37,4 +37,4 @@ Please see [component versions](https://anbox-cloud.io/docs/reference/component- ## 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.21.2 release. +See {ref}`howto-upgrade-anbox-cloud` or {ref}`howto-upgrade-appliance` for instructions on how to update your Anbox Cloud deployment to the 1.21.2 release. diff --git a/reference/release-notes/1.22.0.md b/reference/release-notes/1.22.0.md index 0733a75c..002d9b1b 100644 --- a/reference/release-notes/1.22.0.md +++ b/reference/release-notes/1.22.0.md @@ -5,7 +5,7 @@ orphan: true The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.22.0. -Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components. +Please see {ref}`ref-component-versions` for a list of updated components. ## New features & improvements @@ -99,4 +99,4 @@ The following known issues exist in the 1.22.0 release and are planned to be fix ``` ## 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.0 release. +See {ref}`howto-upgrade-anbox-cloud` or {ref}`howto-upgrade-appliance` for instructions on how to update your Anbox Cloud deployment to the 1.22.0 release. diff --git a/reference/release-notes/1.22.1.md b/reference/release-notes/1.22.1.md index 3da6fbd6..31696128 100644 --- a/reference/release-notes/1.22.1.md +++ b/reference/release-notes/1.22.1.md @@ -5,7 +5,7 @@ orphan: true 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. +Please see {ref}`ref-component-versions` for a list of updated components. ## New features & improvements @@ -37,4 +37,4 @@ The following bugs are fixed in this release: ## 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. +See {ref}`howto-upgrade-anbox-cloud` or {ref}`howto-upgrade-appliance` for instructions on how to update your Anbox Cloud deployment to the 1.22.1 release. diff --git a/reference/release-notes/1.22.2.md b/reference/release-notes/1.22.2.md new file mode 100644 index 00000000..1e4784b0 --- /dev/null +++ b/reference/release-notes/1.22.2.md @@ -0,0 +1,29 @@ +--- +orphan: true +--- +## Introduction + +The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.22.2. + +Please see {ref}`ref-component-versions` for a list of updated components. + +## New features & improvements + +* Android security updates for July 2024 (see [Android Security Bulletin - July 2024](https://source.android.com/docs/security/bulletin/2024-07-01) for more information). +* The Android WebView has been updated to [126.0.6478.122](https://chromereleases.googleblog.com/2024/06/chrome-for-android-update_24.html). + +### Bug fixes + +The following bugs are fixed in this release: + +* [LP 2068688](https://bugs.launchpad.net/anbox-cloud/+bug/2068688) Discrepancy between the number of running instances and the number of active sessions. This discrepancy could be observed from the web dashboard and Grafana. + +* [LP 2065142](https://bugs.launchpad.net/anbox-cloud/+bug/2065142) A sporadic issue in which the Android container couldn't boot up successfully due to the following error: + + MESA-VIRTIO: failed to create nv_mem from dma_buf + +* [LP 2067685](https://bugs.launchpad.net/anbox-cloud/+bug/2067685) With the default VirGL renderer, occasionally blocks of black overlay disrupts viewing the elements of the game. + +## Upgrade instructions + +See {ref}`howto-upgrade-anbox-cloud` or {ref}`howto-upgrade-appliance` for instructions on how to update your Anbox Cloud deployment to the 1.22.2 release. \ No newline at end of file diff --git a/reference/release-notes/release-notes.md b/reference/release-notes/release-notes.md index d131c39e..2d9e3454 100644 --- a/reference/release-notes/release-notes.md +++ b/reference/release-notes/release-notes.md @@ -10,7 +10,6 @@ The following dates for upcoming releases are not final and could vary depending | Tentative Release date | Planned release version | |----|----| -| July 17 2024 | Anbox Cloud 1.22.2 | | August 14 2024 | Anbox Cloud 1.23.0 | | September 18 2024 | Anbox Cloud 1.23.1 | | October 16 2024 | Anbox Cloud 1.23.2 | @@ -19,6 +18,7 @@ The following dates for upcoming releases are not final and could vary depending | Release date | Release notes | |----|----| +| July 18 2024 | [Anbox Cloud 1.22.2](https://discourse.ubuntu.com/t/46495) | | June 13 2024 | [Anbox Cloud 1.22.1](1.22.1.md) | | May 15 2024 | [Anbox Cloud 1.22.0](1.22.0.md) | diff --git a/reference/roadmap.md b/reference/roadmap.md index ea191834..9c6d418c 100644 --- a/reference/roadmap.md +++ b/reference/roadmap.md @@ -15,7 +15,6 @@ Anbox Cloud follows a defined release cycle with frequent minor and patch releas | Release | Target Date | What to expect| |---------|-------------|---------------| -| 1.22.2 | July 18 2024 | * Android security updates for July 2024
* Bug fixes | | 1.23.0 | August 14 2024 | * Improvements to VHAL support
*Overhaul of Anbox Cloud Appliance snap
* AAOS enhancements
* Support for multiple subclusters in the web dashboard
* Android security updates for August 2024
* Bug fixes| | 1.23.1 | September 18 2024 | * Android security updates for September 2024
* Bug fixes | | 1.23.2 | October 16 2024 | * Android security updates for October 2024
* Bug fixes |