We are ecstatic to announce the release of: zun 13.0.0: OpenStack Containers service This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/zun Download the package from: https://tarballs.openstack.org/zun/ Please report issues through: https://bugs.launchpad.net/zun/+bugs For more details, please see below. Changes in zun 12.0.0.0rc1..13.0.0 ---------------------------------- f1cab647 Update python classifier in setup.cfg 19f6d785 Switch to "local" mode for kuryr libnetwork scope da8e6850 Add "host" field to ZunNetwork 397edf53 Use alembic alter_column for 35cb52c5553f migration 54147808 Temporarily disable multinode job f7a526b1 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 ++-- bindep.txt | 10 +++--- devstack/local.conf.sample | 3 -- devstack/local.conf.subnode.sample | 1 - devstack/settings | 5 --- releasenotes/source/2023.2.rst | 6 ++++ releasenotes/source/index.rst | 1 + setup.cfg | 5 +-- zun/api/controllers/v1/schemas/parameter_types.py | 3 +- ...53f_rename_volume_id_to_cinder_volume_id_in_.py | 9 ++--- .../3f2b36231bee_add_host_to_zunnetwork.py | 38 ++++++++++++++++++++++ zun/db/sqlalchemy/api.py | 3 +- zun/db/sqlalchemy/models.py | 5 +-- zun/network/kuryr_network.py | 9 +++-- zun/objects/zun_network.py | 4 ++- 20 files changed, 85 insertions(+), 45 deletions(-)