diff --git a/reference/component-versions.md b/reference/component-versions.md index fc5ac9d4..64845610 100644 --- a/reference/component-versions.md +++ b/reference/component-versions.md @@ -5,6 +5,60 @@ 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.24.2 + +### Charms + +#### Ubuntu 22.04 + +| Name | Channel | Revision | +|----------|--------------|--------------| +| `anbox-cloud-dashboard` | `1.24/stable` | | +| `ams-node-controller` (Deprecated) | `1.24/stable` | | +| `coturn` | `1.24/stable` | | +| `ams` | `1.24/stable` | | +| `anbox-stream-gateway` | `1.24/stable` | | +| `ams-lxd` | `1.24/stable` | | +| `anbox-stream-agent` | `1.24/stable` | | +| `aar` | `1.24/stable` | | +| `nats` | `latest/stable` | 9 (AMD64), 11 (ARM64) | + +### Bundles + +| Name | Channel | Revision | +|----------|--------------|--------------| +| `anbox-cloud` | `1.24/stable` | | +| `anbox-cloud-core` | `1.24/stable` | | + +### Snaps + +| Name | Channel | Version | +|----------|--------------|---------| +| `ams` | `1.24/stable` | | +| `aar` | `1.24/stable` | | +| `anbox-cloud-dashboard` | `1.24/stable` | | +| `anbox-stream-agent` | `1.24/stable` | | +| `anbox-stream-gateway` | `1.24/stable` | | +| `anbox-cloud-appliance` | `1.24/stable` | | +| `nats` | `latest/stable` | | + +### Anbox images + +The following Anbox images are available in two variants: one based on a container and one based on a virtual machine. + +| Name | Version | +|----------|--------------| +| `jammy:android14:amd64` | | +| `jammy:android14:arm64` | | +| `jammy:android13:amd64` | | +| `jammy:android13:arm64` | | +| `jammy:android12:amd64` | | +| `jammy:android12:arm64` | | +| `jammy:aaos13:amd64` | | +| `jammy:aaos13:arm64` | | +| `jammy:aaos14:amd64` | | +| `jammy:aaos14:arm64` | | + ## 1.24.1 ### Charms diff --git a/reference/release-notes/1.24.2.md b/reference/release-notes/1.24.2.md new file mode 100644 index 00000000..e04f905a --- /dev/null +++ b/reference/release-notes/1.24.2.md @@ -0,0 +1,55 @@ +--- +orphan: true +--- +# 1.24.2 + +These release notes cover new features and changes in Anbox Cloud 1.24.2. + +Anbox Cloud 1.24.2 is a patch release. To understand minor and patch releases, see [Release notes](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/release-notes/release-notes). + +Please see [Component versions](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/component-versions/) for a list of updated components. + +## Requirements + +See [Requirements](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/requirements/) for details on general and deployment specific requirements to run Anbox Cloud. + +## New features + +* The `anbox-cloud-appliance config show` command lists the available endpoints and their URLs. +* Android security updates for January 2025 (see [Android Security Bulletin - January 2025](https://source.android.com/docs/security/bulletin/2025-01-01) for more information). +* The Android WebView has been updated to 131.0.6778.200. + +## Deprecations + +There are no new deprecations announced for 1.24.2. For the list of features or components that were deprecated earlier and are planned to be removed in future releases, see [deprecation notices](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/deprecation-notices/). + +## Known issues + + +## CVEs + +The Anbox Cloud 1.24.2 release includes fixes from the respective upstreams and components for the following CVEs: + +| CVE | Affected Components | +|-----|---------------------| +| [CVE-2024-55565](https://nvd.nist.gov/vuln/detail/CVE-2024-55565)| Anbox Cloud dashboard | +| [CVE-2024-6156](https://nvd.nist.gov/vuln/detail/CVE-2024-6156) | AMS | +| [CVE-2024-6219](https://nvd.nist.gov/vuln/detail/CVE-2024-6219) | AMS | +| [CVE-2024-45337](https://nvd.nist.gov/vuln/detail/CVE-2024-45337) | AMS, Anbox runtime | +| [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338) | AMS, Anbox runtime | + +## Bug fixes + +The following bugs have been fixed as part of the Anbox Cloud 1.24.2 release. + +* [LP 2092393](https://bugs.launchpad.net/anbox-cloud/+bug/2092393) Android system settings are sometimes not persistent after bootstrapping of an application. +* [LP 2092447](https://bugs.launchpad.net/anbox-cloud/+bug/2092447) When setting up an ADB connection against local Anbox Cloud appliance using `anbox-connect`, the connection could not be established. This issue occurred sporadically and when it did, the following error could be observed in the `anbox-adb-proxy` system unit: +``` + Failed to establish peer connection: dial unix /run/user/1000/anbox/adb/data_xxxxxxxxxx: connect: connection refused +``` +* [LP 2089822](https://bugs.launchpad.net/anbox-cloud/+bug/2089822) Unable to modify the vehicle property value even if the VHAL service implements the Anbox-specific HIDL interface. +* [LP 2088310](https://bugs.launchpad.net/anbox-cloud/+bug/2088310) Rendering does not work for AMD and Intel GPUs. For deployments that use AMD GPUs, the instance does not start and for deployments using Intel GPUs, the graphical output is incorrect. + +## Upgrade instructions + +See [How to upgrade Anbox Cloud](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-anbox/#howto-upgrade-anbox-cloud) and [How to upgrade the Anbox Cloud Appliance](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-appliance/#howto-upgrade-appliance) for instructions on how to update your Anbox Cloud deployment to the 1.24.2 release. diff --git a/reference/release-notes/release-notes.md b/reference/release-notes/release-notes.md index d6017804..da6bbe1b 100644 --- a/reference/release-notes/release-notes.md +++ b/reference/release-notes/release-notes.md @@ -9,6 +9,7 @@ For instructions on how to update your Anbox Cloud deployment to later versions, | Release date | Release notes | |----|----| +| January 15, 2025 | [Anbox Cloud 1.24.2](1.24.2.md) | | December 11, 2024 | [Anbox Cloud 1.24.1](1.24.1.md) | | December 4, 2024 | [Anbox Cloud 1.23.3](1.23.3.md) | | November 13 2024 | [Anbox Cloud 1.24.0](1.24.0.md) | @@ -25,9 +26,9 @@ The following target dates for upcoming releases are not final and could vary de | Target date | Version | Planned updates | |----|----|----| -| December 11 2024 | Anbox Cloud 1.24.1 | * Android security updates for December 2024
* Bug fixes | -| January 15 2025 | Anbox Cloud 1.24.2 | * Android security updates for January 2025
* Bug fixes | | February 12 2025 | Anbox Cloud 1.25.0 | * Integration with the [Canonical Observability Stack](https://charmhub.io/topics/canonical-observability-stack)
* Backup and restore support for the Anbox Cloud dashboard charm
* Support for Ubuntu 24.04 (Noble Numbat) for all charms
* (Alpha release) Terraform plan replacing the Anbox Cloud bundles
* Improvements to the Anbox Management Service (AMS)
* Reworked charms
* Upgrade to LXD 5.21
* Android security updates for February 2025
* Bug fixes | +| March 12 2025 | Anbox Cloud 1.25.1 | * Android security updates for March 2025
* Bug fixes | +| April 16 2025 | Anbox Cloud 1.25.2 | * Android security updates for April 2025
* Bug fixes | ## Release and support policy