Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions build/debian/cuttlefish_cvdremote/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
cuttlefish-cvdremote (0.6.0) UNRELEASED; urgency=medium


-- Seungjae Yoo <seungjaeyoo@google.com> Mon, 30 Mar 2026 15:50:35 +0900

cuttlefish-cvdremote (0.5.0) unstable; urgency=medium

* Update changelog for cuttlefish-cvdremote on 0.4.0 by @0405ysj in
https://github.com/google/cloud-android-orchestration/pull/517
* Test to ensure url-encoded paths are handled. by @3405691582 in
https://github.com/google/cloud-android-orchestration/pull/516
* Support `cvdr create --num_instances=N` with local source flags by
@0405ysj in https://github.com/google/cloud-android-
orchestration/pull/513
* Fix cvdr e2etests to be working by @0405ysj in
https://github.com/google/cloud-android-orchestration/pull/512
* Add comment around default network of docker on getIpAddr of
docker.go by @0405ysj in https://github.com/google/cloud-android-
orchestration/pull/511
* Update Angular to 21, Add explicit `changeDetection:
ChangeDetectionStrategy.Default` by @k311093 in
https://github.com/google/cloud-android-orchestration/pull/506
* Add a comment around the background of adding seccomp=unconfined
option. by @0405ysj in https://github.com/google/cloud-android-
orchestration/pull/504
* Replace privileged into other options for creating hosts via
DockerIM by @0405ysj in https://github.com/google/cloud-android-
orchestration/pull/503

-- Seungjae Yoo <seungjaeyoo@google.com> Mon, 30 Mar 2026 14:28:20 +0900

cuttlefish-cvdremote (0.4.0) unstable; urgency=medium

* E2E test in presubmit should be failed when printing CO error log by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/500
* Host, group, instance names are selector of cvdr connect/disconnect by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/497
* Use cvdr get_config for retrieving service URL from E2E test by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/496
* Retrieve cloud orchestrator log from e2etest running on presubmit by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/495
* Make cvdr help message clear by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/493
* Output of cvdr list is clear to know the name of host, group, instance by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/492
* E2E tests does cleanup only once for error by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/490
* Refactor implementation dealing with cvdr configuration by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/489
* Fix `cvdr list` to print proper ADB connection status for WebRTC agent by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/488
* DockerIM in CO deletes volume only once for concurrent host deletions. by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/487
* Refactor pkg/app/instances/docker.go by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/485
* Cleanup unused fields in RemoteCVDLocator by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/484
* `cvdr list --host ${HOST}` prints valid service URL by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/482
* Update cvdr installation instructions by @peterschen in https://github.com/google/cloud-android-orchestration/pull/481
* Update documentation around deployment of debs & docker images by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/480
* Enhance E2E testing of cvdr with on-premise configuration by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/479
* Propagate deploy channel information to deploy-cvdremote-debian-package by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/478
* Mark 0.3.0 as unstable version by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/475

-- Seungjae Yoo <seungjaeyoo@google.com> Mon, 30 Mar 2026 11:00:23 +0900

cuttlefish-cvdremote (0.3.0) unstable; urgency=medium

* Define distinguished version format between debs & docker imgs by @0405ysj in https://github.com/google/cloud-android-orchestration/pull/477
Expand Down
Loading