Files
openstack-ansible-os_zun/releasenotes/notes/docker_local_mode-a894d151f31f5f6e.yaml
Dmitriy Rabotyagov ba0a94259a Update docker/containerd/kata versions for zun-compute
Since [1] docker is not required to run in Swarm mode,
so usage of `cluster-store` is optional.

Change-Id: If67933bcf87c0ee3f2fbc735f92820e05104876a
2025-05-05 13:37:05 +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.