17
0

- update to version 4.2.0

- More shell completion cache additions
  - Fix: cinder group-list not working with non-admin user
  - Update .gitreview for stable/stein
  - Add Python 3.6 classifier to setup.cfg
  - Re-enable shell UUID completion cache
  - Remove i18n.enable_lazy() translation
  - Fix doc build error
  - Add support for backup user ID
  - Add dependency on requests lib
  - Change openstack-dev to openstack-discuss
  - Cleanup the home page
  - Fix max version handling for help output
  - Replace openstack.org git:// URLs with https://
  - Replace assertRaisesRegexp with assertRaisesRegex
  - Raise API max version for Stein updates
  - Don't quote {posargs} in tox.ini
  - Fix incorrect punctuation
  - OpenDev Migration Patch
  - Raise API max version for Rocky updates
  - Change bash completion dir permissions to 0750
  - Update UPPER_CONSTRAINTS_FILE for stable/stein

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=43
This commit is contained in:
2019-06-11 06:16:58 +00:00
committed by Git OBS Bridge
parent 770c9e9f68
commit 16cdf80b5d
4 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Jun 11 06:16:28 UTC 2019 - cloud-devel@suse.de
- update to version 4.2.0
- More shell completion cache additions
- Fix: cinder group-list not working with non-admin user
- Update .gitreview for stable/stein
- Add Python 3.6 classifier to setup.cfg
- Re-enable shell UUID completion cache
- Remove i18n.enable_lazy() translation
- Fix doc build error
- Add support for backup user ID
- Add dependency on requests lib
- Change openstack-dev to openstack-discuss
- Cleanup the home page
- Fix max version handling for help output
- Replace openstack.org git:// URLs with https://
- Replace assertRaisesRegexp with assertRaisesRegex
- Raise API max version for Stein updates
- Don't quote {posargs} in tox.ini
- Fix incorrect punctuation
- OpenDev Migration Patch
- Raise API max version for Rocky updates
- Change bash completion dir permissions to 0750
- Update UPPER_CONSTRAINTS_FILE for stable/stein
-------------------------------------------------------------------
Mon Apr 8 12:32:35 UTC 2019 - cloud-devel@suse.de