Skip to content

Commit

Permalink
Merge pull request #113 from keirthana/update-links
Browse files Browse the repository at this point in the history
Update links pointing to old URLs
  • Loading branch information
keirthana authored Aug 14, 2024
2 parents 1ed1054 + a848cbc commit 980fc41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions howto/android/access-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For certain scenarios, accessing an individual instance for debugging or develop

## Access the Android instance using anbox-connect

Since the 1.23.0 release, Anbox Cloud allows users to create a secure ADB connection through the `anbox-connect` command without exposing the [ADB service](https://anbox-cloud.io/docs/howto/instance/expose-services). This method is highly recommended for securely connecting to remote Android instances, offering a safe and efficient means of managing ADB connections.
Since the 1.23.0 release, Anbox Cloud allows users to create a secure ADB connection through the `anbox-connect` command without exposing the [ADB service](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/instance/expose-services/). This method is highly recommended for securely connecting to remote Android instances, offering a safe and efficient means of managing ADB connections.

### Install `anbox-connect` snap

Expand Down Expand Up @@ -64,7 +64,7 @@ The `anbox-connect` command sets up a secure ADB channel and routes traffic betw
(sec-expose-adb-service)=
## Expose ADB service upon Anbox instance creation

The AMS services allow for remote connections to instances over a network by exposing the [ADB service](https://anbox-cloud.io/docs/howto/instance/expose-services).
The AMS services allow for remote connections to instances over a network by exposing the [ADB service](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/instance/expose-services/).

```{caution}
Exposing the ADB service over the public internet brings security risks from having plain text data intercepted by third parties. It's always preferable to run anbox-connect to setup a secure ADB connection for the remote access to Android instance.
Expand Down
4 changes: 2 additions & 2 deletions reference/release-notes/1.23.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orphan: true

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

Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components.
Please see [component versions](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/component-versions) for a list of updated components.

## New features & improvements

Expand Down Expand Up @@ -99,4 +99,4 @@ In the 1.24.0 release, the node controller will be fully replaced with LXD proxy
## 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.23.0 release.
See [Upgrade Anbox Cloud](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-anbox) or [Upgrade the Anbox Cloud Appliance](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-appliance) for instructions on how to update your Anbox Cloud deployment to the 1.23.0 release.
20 changes: 4 additions & 16 deletions reference/release-notes/release-notes-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,13 @@ orphan: true

The Anbox Cloud team is pleased to announce the release of Anbox Cloud < release-version >.

Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components.
Please see [component versions](https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/component-versions) for a list of updated components.

## New features & improvements

### Core stack improvements
< List features here as sub sections>

< List enhancements to core stack here. >

### Streaming improvements

< List enhancements to streaming stack here. >

### Dashboard improvements

< List enhancements to the dashboard here. You can screenshots to illustrate something new or enhanced. >

### Other

< In addition to the below placeholder points, list minor features that are part of the release but were not elaborated as separate sections >
< Remember to include the below information >

* Android security updates for < insert-month-year > (see Android Security Bulletin - < insert-month-year along with the link to bulletin > for more information).
* The Android WebView has been updated to < insert-version-along-with-link >.
Expand All @@ -46,4 +34,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 < release-version > release.
See [Upgrade Anbox Cloud](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-anbox) or [Upgrade the Anbox Cloud Appliance](https://documentation.ubuntu.com/anbox-cloud/en/latest/howto/update/upgrade-appliance) for instructions on how to update your Anbox Cloud deployment to the < release-version > release.

0 comments on commit 980fc41

Please sign in to comment.