Skip to content

Tags: google/android-cuttlefish

Tags

v1.9.0

Toggle v1.9.0's commit message
Mark 1.9.0 as stable

stable

Toggle stable's commit message
Mark 1.9.0 as stable

v1.8.0

Toggle v1.8.0's commit message
Mark 1.8.0 as stable

test_chad

Toggle test_chad's commit message
Add new automated workflow to update stable tag

When we have a "released" event, which is either:
- publishing a non-draft release
- changing a pre-release to a release

`${{ github.ref }}` will be the new release tag when the event is
triggered.

References:
- https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
- https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=released#release
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context

v1.7.0

Toggle v1.7.0's commit message
Mark 1.7 as stable

v1.6.0

Toggle v1.6.0's commit message
Mark version 1.6.0 as stable

v1.5.0

Toggle v1.5.0's commit message
Finalize 1.5.0 release

Bug: b/410472920

v1.4.0

Toggle v1.4.0's commit message
Release 1.4.0

Update changelog for PRs made since 1.3.0, including changelog updates
in #1026

Bug: b/410099316

v1.3.0

Toggle v1.3.0's commit message
Fix wifi and vhost_device_vsock invocation flows

Wifi was broken because a missing preprocessor declaration caused the
host wifi flow to not run.

vhost_device_vsock was broken because a missing preprocessor declaration
caused an assertion intended for the guest to run on the host.

Bug: b/408245136
Test: /usr/bin/bazel run //cuttlefish/package:cvd -- create --host_substitutions=all --vhost_user_vsock=true
Test: /usr/bin/bazel run //cuttlefish/package:cvd -- create --host_substitutions=all && check wifi

v1.2.0

Toggle v1.2.0's commit message
Mark 1.2.0 packages as stable