Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from morphis/rel-1.12.3
Browse files Browse the repository at this point in the history
Add release notes for 1.12.3
  • Loading branch information
ru-fu committed Jan 20, 2022
2 parents 939753e + 056e4ee commit b1fc425
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
27 changes: 27 additions & 0 deletions announcements/1.12.3.md
@@ -0,0 +1,27 @@
### Introduction

The Anbox Cloud team is pleased to announce the release of Anbox Cloud 1.12.3.

Please see [component versions](https://anbox-cloud.io/docs/component-versions) for a list of updated components.

#### New features & improvements

* Android security updates for January 2022 (see [Android Security Bulletin - January 2022](https://source.android.com/security/bulletin/2022-01-01) for more information)
* Android WebView has been updated to [96.0.4664.45](https://chromereleases.googleblog.com/2021/11/stable-channel-update-for-desktop.html)

#### Bugs

* AC-649 Don't return an error if JoinSession is called without a body
* AC-648 Dashboard ends up with no certificates
* AC-644 LP#1955986 Application version got stuck to "initializing" when changing an application attribute via `amc application set`
* AC-627 GPU ends up with zero slots when added after initial node creation
* AC-625 nvidia\_drm kernel module isn't loaded after appliance upgrade
* AC-277 LP #1922889: The `system.log` and `android.log` are missing and not collected by AMS when the container ran into an error
* AC-621 Anbox shutdown hangs in anbox::webrtc::metrics::TelegrafBackend::~TelegrafBackend
* AC-559 Surfaceflinger fails to start at times

#### 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.12.3 release.


58 changes: 58 additions & 0 deletions component-versions.md
Expand Up @@ -2,6 +2,64 @@ 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.12.3]

### Charms

| Name | Revision |
|----------|--------------|
| cs:~anbox-charmers/lxd | 106 |
| cs:~anbox-charmers/ams | 104 |
| cs:~anbox-charmers/ams-node-controller | 97 |
| cs:~anbox-charmers/aar | 90 |
| cs:~anbox-charmers/anbox-stream-gateway | 110 |
| cs:~anbox-charmers/anbox-stream-agent | 103 |
| cs:~anbox-charmers/coturn | 105 |
| cs:~anbox-charmers/nats | 9 |
| cs:~anbox-charmers/ams-load-balancer | 94 |
| cs:~anbox-charmers/anbox-cloud-dashboard | 76 |

### Validated revisions of 3rd party charms

| Name | Revision |
|----------|--------------|
| cs:~containers/easyrsa | 420 |
| cs:~containers/etcd | 634 |

### Bundles

| Name | Revision |
|----------|--------------|
| cs:~anbox-charmers/anbox-cloud | 98 |
| cs:~anbox-charmers/anbox-cloud-core | 84 |

### Snaps

| Name | Version |
|----------|--------------|
| ams | 1.12.3 |
| aar | 1.12.3 |
| ams-node-controller | 1.12.3 |
| anbox-stream-agent | 1.12.3 |
| anbox-stream-gateway | 1.12.3 |

### Debian packages

n/a

### Anbox images

| Name | Version |
|----------|--------------|
| bionic:android12:amd64 | 1.12.3 |
| bionic:android12:arm64 | 1.12.3 |
| bionic:android11:amd64 | 1.12.3 |
| bionic:android11:arm64 | 1.12.3 |
| bionic:android10:amd64 | 1.12.3 |
| bionic:android10:arm64 | 1.12.3 |

[/Details]

[Details=1.12.2]

### Charms
Expand Down
22 changes: 22 additions & 0 deletions release-notes.md
Expand Up @@ -2,6 +2,28 @@

See [Upgrade Anbox Cloud](https://discourse.ubuntu.com/t/upgrading-from-previous-versions/17750) or [Upgrade the Anbox Cloud Appliance](https://discourse.ubuntu.com/t/upgrade-anbox-cloud-appliance/24186) for instructions on how to update your Anbox Cloud deployment.

[Details=1.12.3]

## 1.12.3 (January 20 2022)

### New features & improvements

* Android security updates for January 2022 (see [Android Security Bulletin - January 2022](https://source.android.com/security/bulletin/2022-01-01) for more information)
* Android WebView has been updated to [97.0.4692.87](https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop.html)

### Bugs

* AC-649 Don't return an error if JoinSession is called without a body
* AC-648 Dashboard ends up with no certificates
* AC-644 LP#1955986 Application version got stuck to "initializing" when changing an application attribute via `amc application set`
* AC-627 GPU ends up with zero slots when added after initial node creation
* AC-625 nvidia\_drm kernel module isn't loaded after appliance upgrade
* AC-277 LP #1922889: The `system.log` and `android.log` are missing and not collected by AMS when the container ran into an error
* AC-621 Anbox shutdown hangs in anbox::webrtc::metrics::TelegrafBackend::~TelegrafBackend
* AC-559 Surfaceflinger fails to start at times

[/Details]

[Details=1.12.2]

## 1.12.2 (December 16 2021)
Expand Down

0 comments on commit b1fc425

Please sign in to comment.