[release-announce] zun 1.0.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 20 18:44:22 UTC 2018


We are ecstatic to announce the release of:

zun 1.0.1: OpenStack Containers service

This release is part of the queens 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 launchpad:

    https://bugs.launchpad.net/zun

For more details, please see below.

Changes in zun 1.0.0..1.0.1
---------------------------

db0cea7 Reuse the RPC transport to create RPC client
2a301cc Decode content from docker.get_archive
9c70f71 Verify docker API version if runtime is specified
c8b1e88 Clone Zun repository by TARGET_BRANCH
18bde1d Fall back to the legacy auth_uri option
0f1c7cb Switch keystone session in glanceclient
6313f9d Remove unused auth_url from RequestContext
47dfc60 Allow branch to be override externally
44d8c65 Delete sandbox on capsule delete
ccfdbcb Remove the unreal config file from setup.cfg
65da278 Update auth_uri option to www_authenticate_uri
58b5ead Update install doc for ubuntu
bcc0a09 Add a note about configuration of ws url
dea6321 install-guide: add steps to configure rootwrap
07f9019 install-guide: pin python-zunclient 1.1.0
acffb05 install-guide: download stable branch of zun
0ef54ad Add a step to configure state_path
d9098aa Introduce rootwrap and filter
bddabdb api-ref: fix the type of restart_policy
17a7f1c restart_policy can not be None
ad9dc9f The way to get neutron_port['security_groups'] is wrong
38fc35d Can't delete error container that non-existent in docker
dce5cfb Failed to update memory for container
152ae86 security_groups can not be None
1631d56 Correct the response code of attach
e285e31 Api-ref: add a warning to execute_resize endpoint
a17e271 api-ref: remove query parameters from URL
376939c Add subnet to addresses field
aec9681 Handle exception on searching for images
1698c98 Fix an issue on populating the pause state
f6100ff Update the installation guide on stable/branch
7b90e26 Update UPPER_CONSTRAINTS_FILE for stable/queens
c770b60 Update .gitreview for stable/queens


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

.gitreview                                         |   1 +
api-ref/source/containers.inc                      |  39 ++++----
api-ref/source/parameters.yaml                     |   8 +-
devstack/lib/zun                                   |   6 +-
etc/zun/rootwrap.conf                              |  27 ++++++
etc/zun/rootwrap.d/zun.filters                     |   8 ++
playbooks/zun-devstack-base-multinode/run.yaml     |   4 +
playbooks/zun-devstack-base/run.yaml               |   4 +
setup.cfg                                          |   2 +-
tox.ini                                            |   2 +-
zun/api/hooks.py                                   |   3 -
zun/cmd/compute.py                                 |   4 +
zun/common/clients.py                              |  24 +----
zun/common/config.py                               |   1 +
zun/common/context.py                              |   4 +-
zun/common/keystone.py                             |   4 +-
zun/common/rpc.py                                  |  18 ++++
zun/common/rpc_service.py                          |  12 +--
zun/common/utils.py                                |   6 +-
zun/compute/api.py                                 |  16 +++-
zun/compute/manager.py                             |   1 +
zun/compute/rpcapi.py                              |   4 +-
zun/conf/__init__.py                               |   2 +
zun/conf/container_driver.py                       |   6 +-
zun/conf/keystone.py                               |   2 -
zun/conf/utils.py                                  |  31 +++++++
zun/container/docker/driver.py                     |  41 +++++----
zun/network/kuryr_network.py                       |   4 +-
.../unit/container/docker/test_docker_driver.py    | 102 +++++++++++++++++++++
37 files changed, 359 insertions(+), 147 deletions(-)







More information about the Release-announce mailing list