I actually did the upgrade a few weeks back and didn't see anything of note in the upgrade logs, but for some reason the docker-ce and docker-ce-cli packages seem to indicate that they are from buster and not bullseye (though it seems to be running ok AFAICT).
Code
$ apt list --installed | grep docker
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
docker-ce-cli/now 5:20.10.16~3-0~debian-buster amd64 [installed,local]
docker-ce/now 5:20.10.16~3-0~debian-buster amd64 [installed,local]
docker-compose/stable,now 1.25.0-1 all [installed]
python3-docker/stable,now 4.1.0-1.2 all [installed,automatic]
python3-dockerpty/stable,now 0.4.1-2 all [installed,automatic]
Code
$ apt list -a docker-ce
Listing... Done
docker-ce/now 5:20.10.16~3-0~debian-buster amd64 [installed,local]
docker-ce/bullseye 5:20.10.16~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.15~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.14~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.13~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.12~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.11~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.10~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.9~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.8~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.7~3-0~debian-bullseye amd64
docker-ce/bullseye 5:20.10.6~3-0~debian-bullseye amd64
Display More
The omvextras page in the dashboard shows the version as '5:20.10.16~3-0~debian-buster'. I'm wondering if something went wrong with these and whether there is some action I should take to address?