Files
openstack-ansible/releasenotes/notes/docker_local_mode-a894d151f31f5f6e.yaml
Dmitriy Rabotyagov 02435a7808 Bump SHAs to 2025.1 for RC1
Change-Id: I8814757e64e08c183d376178b9a9b6ed74715fb2
2025-05-17 07:39:20 +00:00

19 lines
682 B
YAML

---
upgrade:
- |
Docker mode for zun-compute has been switched to "local" mode.
This means, that supporting etcd cluster is no longer required
for Zun to operate.
If you want preserve old behavior, you will need to pin Docker and
Containerd versions back along with adding ``zun_docker_kv_storage: etcd``
to ``user_variables.yml``
- |
For deployments with Zun, underlying software versions were upgraded to:
* Docker 20.10.24 -> 27.5.1
* Containerd 1.6.20 -> 1.7.27
* Kata 3.1.0 -> 3.16.0
deprecations:
- |
Variables ``zun_docker_kv_storage`` and ``zun_docker_kv_group`` were
deprecated and will be removed in the next release.