diff --git a/.wordlist.txt b/.wordlist.txt index c1d39723..fb0c8d27 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -279,6 +279,7 @@ UTF validator vCPU vCPUs +VHAL viewport VirGL virglrenderer diff --git a/ref/component-versions.md b/ref/component-versions.md index 935d73c4..ec9fe46a 100644 --- a/ref/component-versions.md +++ b/ref/component-versions.md @@ -2,6 +2,76 @@ 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, this is called out in the [release notes](https://discourse.ubuntu.com/t/release-notes/17842) and components are marked with `n/a` below. +[Details=1.20.1] +### Charms + +#### Ubuntu 22.04 + +| Name | Channel | Revision | +|----------|--------------|--------------| +| `anbox-cloud-dashboard` | `1.20/stable` | 259 | +| `ams-node-controller` | `1.20/stable` | 267 | +| `coturn` | `1.20/stable` | 261 | +| `ams` | `1.20/stable` | 272 | +| `aar` | `1.20/stable` | 266 | +| `anbox-stream-gateway` | `1.20/stable` | 277 | +| `ams-load-balancer` | `1.20/stable` | 267 | +| `ams-lxd` | `1.20/stable` | 264 | +| `anbox-stream-agent` | `1.20/stable` | 272 | +| `nats ` | `latest/stable` | 11 | + +#### Ubuntu 20.04 + +| Name | Channel | Revision | +|----------|--------------|--------------| +| `anbox-cloud-dashboard` | `1.20/stable` | 258 | +| `ams-node-controller` | `1.20/stable` | 266 | +| `coturn` | `1.20/stable` | 260 | +| `ams` | `1.20/stable` | 271 | +| `aar` | `1.20/stable` | 265 | +| `anbox-stream-gateway` | `1.20/stable` | 276 | +| `ams-load-balancer` | `1.20/stable` | 266 | +| `ams-lxd` | `1.20/stable` | 263 | +| `anbox-stream-agent` | `1.20/stable` | 271 | +| `nats ` | `latest/stable` | 11 | + +### Validated revisions of 3rd party charms + +n/a + +### Bundles + +| Name | Channel | Revision | +|----------|--------------|--------------| +| `anbox-cloud` | `1.20/stable` | 159 | +| `anbox-cloud-core` | `1.20/stable` | 164 | + +### Snaps + +| Name | Channel | Version | +|----------|--------------|---------| +| `ams` | `1.20/stable` | 1.20.1 | +| `aar` | `1.20/stable` | 1.20.1 | +| `ams-node-controller` | `1.20/stable` | 1.20.1 | +| `anbox-cloud-dashboard` | `1.20/stable` | 1.20.1 | +| `anbox-stream-agent` | `1.20/stable` | 1.20.1 | +| `anbox-stream-gateway` | `1.20/stable` | 1.20.1 | +| `anbox-cloud-appliance` | `1.20/stable` | 1.20.1 | + + +### Anbox images + +| Name | Version | +|----------|--------------| +| `jammy:android13:amd64` | 1.20.1 | +| `jammy:android13:arm64` | 1.20.1 | +| `jammy:android12:amd64` | 1.20.1 | +| `jammy:android12:arm64` | 1.20.1 | +| `jammy:android11:amd64` | 1.20.1 | +| `jammy:android11:arm64` | 1.20.1 | + +[/Details] + [Details=1.20.0] ### Charms diff --git a/ref/release-notes.md b/ref/release-notes.md index 48094bd6..81bd188a 100644 --- a/ref/release-notes.md +++ b/ref/release-notes.md @@ -7,13 +7,15 @@ The following dates for upcoming releases are not final and could vary depending | Tentative Release date | Planned release version | |----|----| -|December 13 2023|Anbox Cloud 1.20.1| -|January 17 2024|Anbox Cloud 1.20.2| + +| January 17 2024 | Anbox Cloud 1.20.2 | +| February 14 2024 | Anbox Cloud 1.21.0 | ## Recent releases | Release date | Release notes | |----|----| +|December 13 2023|[Anbox Cloud 1.20.1](https://discourse.ubuntu.com/t/40988)| | November 16 2023 | [Anbox Cloud 1.20.0](https://discourse.ubuntu.com/t/40281) | ### What's new in 1.20.x? diff --git a/ref/roadmap.md b/ref/roadmap.md index 4d0b492b..e5ebc6a3 100644 --- a/ref/roadmap.md +++ b/ref/roadmap.md @@ -11,5 +11,5 @@ Anbox Cloud follows a defined release cycle with frequent minor and patch releas ## Roadmap | Release | Target Date | What to expect| |---------|-------------|---------------| -| 1.20.1 | December 13 2023 | * Android security updates for December 2023
* Bug fixes | | 1.20.2 | January 17 2024 | * Android security updates for January 2023
* Bug fixes | +| 1.21.0 | February 14, 2024 | * Production support for Vulkan on NVIDIA GPUs
* Add automotive-enabled Anbox Cloud images
* Support for IAM role based authentication in AAR
* TLS support for `anbox-cloud-nfs-operator` charm.
* Android security updates for February 2023
* Bug fixes |