* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
- update to version 2.9.0 (bsc#1078607)
- Updated from global requirements
- Partial Revert "Remove unneeded requirements file"
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 2.8.0
- Improve recordset create UI
- Split doc requirements into their own file
- Update reno for stable/pike
- Use jobs from designate repo
- Remove setting of version/release from releasenotes
- Make remote error handling more robust
- Update the documentation link for doc migration
- Avoid tox_install.sh for constraints support
- Update and optimize documentation links
- Remove unneeded requirements file
- Updated from global requirements
- Add tsig key support to python-designateclient
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.7.0
- use setuptools to build the docs even for testing
- rearrange the existing docs into the new standard layout
- [Fix gate]Update test requirement
- switch from oslosphinx to openstackdocstheme
- import cli-reference material from openstack-manuals
- Explicitly set 'builders' option
- Set client module __version__
- Simplify OSC doc structure
- tox: Whitelist rm
- doc: Remove cruft from conf.py
- Update reno for stable/ocata
- Update cli docs
- Updated from global requirements
- Use Sphinx 1.5 warning-is-error
* Tue Mar 07 2017 cloud-devel@suse.de
- update to version 2.6.0:
- Removes unnecessary utf-8 encoding
- Remove 'coding: utf-8' from license statement
- Add Constraints support
- Fix broken link for modindex
- Add attribute support to create zone cli
- Show proper error on over quota commands
- Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
- Add Python 3.5 classifier and venv
- Updated from global requirements
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 2.4.0:
- Add plug-in summary for osc doc
- Update reno for stable/newton
- Ensure X-Designate-Edit-Managed-Records header value is a string
- Changed the author and author-email value
- Updated from global requirements
- Use tempest instead of Tempest-lib
- Fix pep8 E501 line too long
- record-create/update: Account for priority being 0
- Show team and repo badges on README
- Add oslo.config to test-requirements
- Ensure X-Auth-All-Projects header value is a string
- Enable release notes translation
- Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
- Fix for bug 1627945
* Mon Sep 26 2016 tbechtold@suse.com
update to version 2.3.0
* Docs update for FloatingIP's ptr records
* Resolve FloatingIP PTR records clis argument's description
* Remove discover from test-requirements
* Updated from global requirements
* Fix clis related to FloatingIP's ptr records
* Mon Aug 01 2016 tbechtold@suse.com
- update to version 2.2.0:
* Updated from global requirements
* Use osc_lib instead of cliff
* Add quota set / list / reset commands
* Mark the v1 API Client as deprecated
* Add global flags to cli
* Use osc-lib instead of openstackclient
* Revert "Add Global Flags for filtering results"
* Add pool listing to python designate client
* Add `openstack zone transfer accept list` cli to designateclient
* Allow cli to query "v2/recordsets"
* Add Global Flags for filtering results
* Use the correct capitalization of OpenStack
* Update the home-page with developer documentation
* Add reno support for release notes
* Switch to keystoneauth
* Added CONTRIBUTING.rst file
* Docs Update
* Don't use the 'keystone' client (functional tests)
* Update doc examples to use keystoneauth
* Update designate cli page with more examples Closes-Bug: #1578207
* Add python-openstackclient to test-requirements
* Improve python-designateclient docs
* Add support for service status
* Fix a race condition in one of the zone import tests
* Run the functional tests in a more verbose mode
* Show responses on zone and recordset deletes
* Implement zone import
* Doc changes for installation webpage
* Fix an issue causing a blacklist test to fail
* Add filtering to recordsets CLI
* Show "status" and "action" for recordsets
* Move all V2 Controllers to inherit from the v2
* Fixes 'openstack tld list' command's exception
* Implement zone export
* Improved TestRecordsetNegative
* Add a service catalog override to the functional tests
* Stop using non-existent method of Mock
* Log stacktraces of MultipleExceptions in functionaltests
* Python3: Add support for urlparse
* Allow the OSC CLI Plugin to walk pages
* Improvement in zone transfer request command description
* Fixed grammar mistake in shell.rst
* Update typos
* Show output on transfer accept
* Change to ShowOne to display output upon update
* Put py34 first in the env order of tox
* Replace assertEqual(None, *) with assertIsNone in tests
* Add a missing whitespace
* Deprecated tox -downloadcache option removed
* Indicate py34 support
* Removes MANIFEST.in as it is not needed explicitely by PBR
* Pass environment variables of proxy to tox
* Remove py26 support from designateclient
* Improve logging in designateclient
* Support OS_INTERFACE and set V2 API as default
* Pass OS_ENDPOINT_TYPE from shell to client
* Adds changes related to py3 compatibility
* Clearing out .pyc file before a tox run
* Fix support for --os-endpoint
* Updates shell doc of v1 client
* Fixes doc for v2 cli
* Add functional tests for blacklists
* Add functional tests for tlds
* Adds different filter option for zone listing
* Resolve TLD's by name
* improve readme contents
* Removes --name argument from zone set command
* Fixes error over quota update
* Fixes order of argument in assertEqual
* Fixes typos in zone transfer request show command description
* Add functional tests for recordsets
* Flesh out zone-related test cases
* Fixes exception message for zone creation command
* Fixes target-project-id argument in zone transfer command
* Removes name argument from openstack recordset set command
* Fixes openstack zone blacklist set command
* Added test cases for v2 client
* Adds test cases for servers in designateclient
* Adds test cases for domain in designate v1 client
* Makes error msg more helpful
* Add period in help message
* Layout some functional tests for the V2 CLI
- update _service and switch to upstream spec file
* Sun Oct 04 2015 tbechtold@suse.com
- update to 1.5.0:
* Updated from global requirements
* Add formatting of output data
* Added appropriate error message for designate cli
* Meaningful Exception for over-quota on domains
* Added test cases for reports in designateclient
* Added diagnostics,sync and touch test cases for v1 designateclient
* V2 CLI Support
* Added quotas and servers test cases for designateclient
* Added test cases for designate v1 client
* Make is so exceptions have some message
* Updated from global requirements
* Update github's URL
* Updated from global requirements
* Implement socket timeout in v1
* Don't wildcard resolve names
* Updated from global requirements
* Updated from global requirements
* Improve help strings
* Fri Sep 25 2015 dmueller@suse.com
- add license
* Mon Sep 14 2015 tbechtold@suse.com
- update to 1.4.0:
* Convert byte to str for py3 compatibilty
* Updated from global requirements
* Updated from global requirements
* Add some missing Unit Tests to test_utils.py
* Solve some py3 compatibilty issues
* Fix py3 compatibilty issues
* Updated from global requirements
* Replacing print with print() to provide py 2/3 compatibility
* Updated from global requirements
* Updated from global requirements
* Fix for ttl values
* Log error message from EndpointNotFound exceptions
* Removed peronal email address from example
* Updated from global requirements
* Fix backwards compat for edit_managed/all_tenants
* Add .eggs to gitignore
* Add backwards compat for edit_managed/all_tenants
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Update github link
* Sync tox.ini and add py34
* Use oslosphinx from PyPi
* Drop incubating theme from docs
* Move all_tenants and edit_managed attributes to designate Client
* Log a more informative error upon EndpointNotFound
* Updated from global requirements
* V2 Bindings
* Add --edit-managed flag to cli
* Updated from global requirements
* Allow relative names in record-create
* Update README to work with release tools
* Uncap library requirements for liberty
* Allow to use domain names instead of ids
* Updated from global requirements
* Added extra previllege to list all domains from all tenants
* Updated from global requirements
* Updated from global requirements
* Fix if checking on ttl for Create/Update commands
* Updated from global requirements
* Workflow documentation is now in infra-manual
* Refactor KS session creation and support CA certs
* Move some useful code outside v1
* Make token + endpoints work correctly
* Move session creation up to shell
* Set defaults for endpoint_type and service_type
* Updated from global requirements
* Use keystone sessions for v1 client
* Fixes homepage in metadata and internal docs
* Updated from global requirements
* Updated from global requirements
* Fixes pypi tarball not delivering Apache 2.0 LICENSE file
* Updated from global requirements
* Updated from global requirements
- Adjust Requires according to requirements.txt
- Add python_requires to _service file
* Wed Sep 10 2014 dmueller@suse.com
- go back to version 1.1.0
* Sun Aug 31 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.17.ga900b41:
* sync and touch Commands Extend the base.DeleteCommand
* Thu Aug 28 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.15.g5e69886:
* Add support for SOA records
* Thu Aug 14 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.14.gedbc00a:
* Updated from global requirements
* Mon Aug 11 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.13.g32e7a64:
* Updated from global requirements
* Fri Aug 01 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.12.g322c455:
* Add support for quotas for v1 cli / bindings
* Thu Jul 17 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.11.ge9adf2a:
* Enable hacking check H104
* Added oslosphinx theme, and enabled the incubating option
* Support better logging (Fixes --debug option)
* Fri Jul 11 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.9.g975bc54:
* Enabled hacking check H401
* Support Keystone V3 authentication
* Mon Jul 07 2014 cloud-devel@suse.de
- Update to version python-designateclient-1.0.3.6.gd4498bd:
* Support better logging (Fixes --debug option