- Update master for stable/2023.1
- Use generic testing template
- Update master for stable/2023.2
- Add Python 3.10 to setup.cfg metadata
- Mock sleep for client tests
- Add os-extend_volume_completion volume action.
- Use tox 4
- reno: Update master for yoga Unmaintained status
- Honour all_tenants in consistency group list
- Remove USE_PYTHON3 setting from .zuul.yaml
- Use tox 4.11.0
- Update python classifier in setup.cfg
- Update functional jobs for 2023.2
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=62
- Remove v2 support from the shell
- Add consumes quota field support
- client: Stop logging request-id twice in DEBUG
- Add Python3 xena unit tests
- Support Block Storage API mv 3.66
- Fix list resources when use limit and with-count
- Remove v2 classes
- setup.cfg: Replace dashes with underscores
- Prepare for Xena cinderclient release
- Remove skip_missing_interpreters
- Update master for stable/wallaby
- Increase default quotas for zuul jobs
- update some scripts
- Make instance_uuid optional in attachment create
- Add functional jobs to the gate
- Dropping lower constraints testing
- Unset tempest.lib timeout in functional tests
- Support passing client certificates for server version requests
- Run functional job on Ubuntu Focal
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=56
- Update master for stable/victoria
- Remove install unnecessary packages
- Fix undesirable raw Python error
- Stop configuring install_command in tox.
- Doc: Functional Tests in python-cinderclient
- Remove more python2 compat code
- Add MV 3.63 to the max supported version
- Move cinderclient to new hacking 4.0.0
- Support backup-restore to a specific volume type or AZ
- Use TOX_CONSTRAINTS_FILE
- Uncap PrettyTable
- Update requirements for wallaby release
- Add note for Wallaby release
- Bump API max version to 3.64
- Add Python3 wallaby unit tests
- Changed minversion in tox to 3.18.0
- Bump pylint to 2.6.0
- Add flake8-import-order extension
- doc: Update Py37 instead of py27
- Remove all usage of six library
- Update requirements and lower-constraints
- Dropping explicit unicode literal
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=54
- Fix doc bug filing link
- Update hacking version
- Fix: --poll inconsistency
- Remove autogen warning
- Update master for stable/train
- Ussuri contrib docs community goal
- Pass os_endpoint to keystone session
- Cleanup py27 support
- Add support for Block Storage API mv 3.60
- Add release note for Ussuri cinderclient release.
- Hide cinder CLI errors on bash-completion
- Add test for subcommands
- Raise hacking version to 2.0.0
- Drop support for python 2
- Add filters support for volume transfer
- Remove --bypass-url documentation
- Replace bypass_url with os_endpoint
- Update revert_to_snapshot params
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=50
- Migrate the functional job to Zuul v3
- Add bash completion for groups
- Add 'is_public' support in '--filters' option
- Blacklist sphinx 2.1.0 (autodoc bug)
- Update sphinx dependency
- Fix max version handling for help output
- Add missed 'Server ID' output in attachment-list
- Don't run DSVM tests for doc changes
- Fix: Quota update successfully executes with no params
- Add transfer-list --sort argument
- Drop 'endpoints' and 'credentials' commands
- Fix incorrect punctuation
- Remove dsvm-functional-identity-v3-only job
- Replace assertRaisesRegexp with assertRaisesRegex
- Cleanup the home page
- Update master for stable/stein
- Drop py35 jobs
- Don't quote {posargs} in tox.ini
- Change openstack-dev to openstack-discuss
- Raise API max version for Rocky updates
- Fix bash_completion cache path
- Remove bash-completion calls from base.py
- Drop support for OS_TENANT_NAME and OS_TENANT_ID
- Drop support for --allow-multiattach
- Bump openstackdocstheme to 1.20.0
- Re-enable shell UUID completion cache
- Handle auth redirects
- More shell completion cache additions
- Add custom CA support for get_server_version
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=44
- Implement metadata for backup create/update
- Support skip-validation for quota update
- Bump Max API version to 3.48
- Enable H306
- Avoid tox_install.sh for constraints support
- Enable F811, F821
- Remove unused attribute when updating quota_class
- Fix attachment_id returned by create and show volume
- Bump Max version to 3.46
- Bump MAX version of client to 3.45
- Update old url for cinderclient's document
- Add api_version_wraps to attachment-complete
- Let keystoneauth set the microversion header
- Support create volume from backup in client
- Explicitly set 'builder' option
- Added missing column 'Allocated'
- Fix method/module redefinition errors
- Revert "Bump MAX version of client to 3.45"
- cleanup test-requirements
- Migrate to Zuul v3
- Add cluster support in migration and manage
- Support list with 'with_count' in client
- Use generic user for both zuul v2 and v3
- Clean the redundant code in shell.py
- Fix man page build
- Add .stestr.conf configuration
- Add an attachment_complete API call
- doc: Remove cruft from conf.py
- Correct sphinx source code syntax
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=36
- Dynamic log level support
- Update visibility help message
- Fix simple parameter comment error
- Add doc for noauth usage
- Add pagination for snapshots, backups
- Unicode value support for "--filters"
- Handle AttributeError in _get_server_version_range
- Eliminate function redefined pylint error
- Fix client `retries` default value.
- Add cinder tests for cinder snapshot create commands with parameters
- Cleared type restrictions for metadata option
- Make --profile load from environment variables
- Update README.rst to remain consistent with python-cinderclient.
- Add release note for get_highest_client_server_version return type change
- Group show command should be in V3
- Replace http with https
- Remove explicit global_request_id from keystoneauth subclass
- Update reno for stable/ocata
- import content from cli-reference in openstack-manuals
- Enabled like filter support in client
- Add cinder tests for cinder volume create commands with parameters
- Add a missing left bracket in help message
- support global_request_id in constructor
- Rearrange existing documentation to fit the new standard layout
- Add print_function import
- Handle dashes in encryption-type-create arguments
- Fix attribute errors in os-auth-* settings
- Replace uuid.uuid4().hex with uuidutils.generate_uuid()
- static method to get_highest_client_server_version
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=35
- Replace 'MagicMock' with 'Mock'
- Fix test_auth_with_keystone_v3 test
- Fix the optional argument of cinder api
- Enable coverage report in console output
- Move old oslo-incubator code out of openstack/common
- add an alternative way of authenticating client
- Metadata based snapshop filtering
- Move trace ID print statement to finally
- _human_id_cache or _uuid_cache error about completion_cache
- Enable release notes translation
- Use 'ostestr {posargs}' to run functional tests
- stop adding log handler
- x-openstack-request-id logged twice in logs
- Volume detail support glance_metadata in CLI
- Fix volume type 'is_public' flag update
- Update release notes information for reno
- Remove discover from test-requirements
- Update hacking version
- Update reno for stable/newton
- Refactor v2 and v3 APIs support
- TrivialFix: Removed redundant 'the'
- Fix typos in the files
- Fix typo in set unicode metadata key
- Show team and repo badges on README
- Update to current version of hacking
- Help msg and output info should support il8n.
- Fix error during set unicode metadata key
- AttributeError when print service object
- Handle error response for webob>=1.6.0
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=34