Skip to content

Commit

Permalink
Create 1.24.2 release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
keirthana committed Jan 7, 2025
1 parent e27f5ce commit 322daad
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 2 deletions.
54 changes: 54 additions & 0 deletions reference/component-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
55 changes: 55 additions & 0 deletions reference/release-notes/1.24.2.md
Original file line number Diff line number Diff line change
@@ -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.<!--AC-3002-->
* 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.<!--AC-3049-->
* [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:<!--AC-3050-->
```
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. <!--AC-2994-->
* [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.<!--AC-2963-->

## 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.
5 changes: 3 additions & 2 deletions reference/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -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<br/> * Bug fixes |
| January 15 2025 | Anbox Cloud 1.24.2 | * Android security updates for January 2025<br/> * Bug fixes |
| February 12 2025 | Anbox Cloud 1.25.0 | * Integration with the [Canonical Observability Stack](https://charmhub.io/topics/canonical-observability-stack)<br/> * Backup and restore support for the Anbox Cloud dashboard charm<br/> * Support for Ubuntu 24.04 (Noble Numbat) for all charms<br/> * (Alpha release) Terraform plan replacing the Anbox Cloud bundles<br/> * Improvements to the Anbox Management Service (AMS)<br/> * Reworked charms<br/> * Upgrade to LXD 5.21<br/> * Android security updates for February 2025<br/> * Bug fixes |
| March 12 2025 | Anbox Cloud 1.25.1 | * Android security updates for March 2025<br/> * Bug fixes |
| April 16 2025 | Anbox Cloud 1.25.2 | * Android security updates for April 2025<br/> * Bug fixes |

## Release and support policy

Expand Down

0 comments on commit 322daad

Please sign in to comment.