We joyfully announce the release of: python-glanceclient 4.3.0: OpenStack Image API Client Library This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-glanceclient Download the package from: https://pypi.org/project/python-glanceclient Please report issues through: https://bugs.launchpad.net/python-glanceclient/+bugs For more details, please see below. 4.3.0 ^^^^^ Prelude ******* Bug Fixes ********* * Bug 911805: Scriptify the generation of man pages * Bug 1561828: unallowed and read-only parameters in namspace and resouce_type (https://code.launchpad.net/bugs/911805) (https://code.launchpad.net/bugs/1561828) * * Bug 1607317: metadata def namespace update CLI is not working as expected for parameter "protected" (https://code.launchpad.net/bugs/1607317) Other Notes *********** * Boolean arguments now expect one of the following values: '0', '1', 'f', 'false', 'n', 'no', 'off', 'on', 't', 'true', 'y', 'yes' (case- insensitive). This will not change anything for most users. Changes in python-glanceclient 4.2.0..4.3.0 ------------------------------------------- 52fb6b2 Release notes for 4.3.0 6c95122 Fix functional tests and docs generation 88e3b0a Boolean options: use strict checking 4bb406d Unhardcode the value of DEFAULT_PAGE_SIZE from the tests fc8f9ac Remove unicode-related Python2-only code bbfe6cd Replace osc with glance commands Diffstat (except docs and test files) ------------------------------------- glanceclient/common/utils.py | 25 +--------------- .../notes/4.3.0_Release-1a7acbd472e16c72.yaml | 9 ++++++ ...roperties-strict-checking-bdd624b5da81e723.yaml | 12 ++++++++ releasenotes/source/conf.py | 16 +++++----- tox.ini | 4 ++- 17 files changed, 123 insertions(+), 91 deletions(-)