[release-announce] zun 0.2.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 16 19:18:03 UTC 2019


We are pleased to announce the release of:

zun 0.2.2: Container Management service for OpenStack

This release is part of the pike stable release series.

The source is available from:

    https://git.openstack.org/cgit/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 0.2.1..0.2.2
---------------------------

c1ca145b Replace openstack.org git:// URLs with https://
a2184bed Fix an issue on read_tar_image
cc940546 import zuul job settings from project-config
2ed00026 Migrate to Zuul v3
35c08346 Support specifying IP addresses of container
952bf051 Fix an issue that the gate wrongly passed


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 81 ++++++++++++++++++++
playbooks/zun-devstack-base-multinode/post.yaml    | 15 ++++
playbooks/zun-devstack-base-multinode/run.yaml     | 84 +++++++++++++++++++++
playbooks/zun-devstack-base/post.yaml              | 15 ++++
playbooks/zun-devstack-base/run.yaml               | 88 ++++++++++++++++++++++
zun/api/controllers/v1/containers.py               |  6 +-
zun/compute/manager.py                             |  3 +-
zun/container/docker/driver.py                     |  6 +-
zun/container/docker/utils.py                      | 16 ++--
zun/network/kuryr_network.py                       |  6 +-
.../unit/api/controllers/v1/test_containers.py     | 21 ++++++
.../unit/container/docker/test_docker_driver.py    | 50 ++++++++++++
13 files changed, 379 insertions(+), 16 deletions(-)







More information about the Release-announce mailing list