<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git, branch 5.1.0</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Update metadata in setup.cfg</title>
<updated>2022-11-14T22:46:23+00:00</updated>
<author>
<name>dekehn</name>
<email>dekehn@gmail.com</email>
</author>
<published>2022-11-11T16:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6a8ef57dc79c503334be7cab0146784173c5e6a1'/>
<id>6a8ef57dc79c503334be7cab0146784173c5e6a1</id>
<content type='text'>
we are using some "aliases" that the setuptools docs say
"are supported for compatibility reasons" but their use
is not advised[1].

[1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata

Change-Id: I70a62a4ddc59638297814682523e1e802a7fad42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we are using some "aliases" that the setuptools docs say
"are supported for compatibility reasons" but their use
is not advised[1].

[1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata

Change-Id: I70a62a4ddc59638297814682523e1e802a7fad42
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Include SECONDARY zones into list command output"</title>
<updated>2022-11-10T15:49:03+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-11-10T15:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=49bbe3c6e32627b6044ae19be196b821de07b2e1'/>
<id>49bbe3c6e32627b6044ae19be196b821de07b2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python3 antelope unit tests</title>
<updated>2022-09-08T07:56:31+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-09-08T07:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ece4ed46d3b6673273fcf3e3a2e0cfca6540de4f'/>
<id>ece4ed46d3b6673273fcf3e3a2e0cfca6540de4f</id>
<content type='text'>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ia9f6b2ac2fb62ae4f99cd7fc10bf72e02543b745
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ia9f6b2ac2fb62ae4f99cd7fc10bf72e02543b745
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/zed</title>
<updated>2022-09-08T07:56:30+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-09-08T07:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f1753541328ece9ab61540e16fecb0b522843932'/>
<id>f1753541328ece9ab61540e16fecb0b522843932</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/zed.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.

Sem-Ver: feature
Change-Id: I6b1a541ef410217e5a6842a8fdc4740004617dac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add file to the reno documentation build to show release notes for
stable/zed.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.

Sem-Ver: feature
Change-Id: I6b1a541ef410217e5a6842a8fdc4740004617dac
</pre>
</div>
</content>
</entry>
<entry>
<title>Use TOX_CONSTRAINTS_FILE</title>
<updated>2022-07-26T08:53:31+00:00</updated>
<author>
<name>niuke</name>
<email>niuke19970315@163.com</email>
</author>
<published>2022-07-26T08:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=2221fdcee103195e39339f76d62e9275e52ffdf3'/>
<id>2221fdcee103195e39339f76d62e9275e52ffdf3</id>
<content type='text'>
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=&lt;lower-constraints file&gt;.

Change-Id: I946dca0e06f4bd96fb154cde1cc3bb5ee362a8fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=&lt;lower-constraints file&gt;.

Change-Id: I946dca0e06f4bd96fb154cde1cc3bb5ee362a8fd
</pre>
</div>
</content>
</entry>
<entry>
<title>Include SECONDARY zones into list command output</title>
<updated>2022-07-14T20:26:01+00:00</updated>
<author>
<name>Ekaterina Chernova</name>
<email>efedorova@mirantis.com</email>
</author>
<published>2022-07-12T09:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=435f1e78665a03226704637a952e75c30ff2b097'/>
<id>435f1e78665a03226704637a952e75c30ff2b097</id>
<content type='text'>
PRIMARY zone type is set by default, so SECONDARY
zones were not included in the command output.
Now all types are in output by default and specific type
can be passed as an argument like before

Closes-Bug: #1940544
Change-Id: Idbba68ebd3f74bde74f0b50ffcb233673dff2303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PRIMARY zone type is set by default, so SECONDARY
zones were not included in the command output.
Now all types are in output by default and specific type
can be passed as an argument like before

Closes-Bug: #1940544
Change-Id: Idbba68ebd3f74bde74f0b50ffcb233673dff2303
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quota list command for non-admin users</title>
<updated>2022-07-07T11:09:22+00:00</updated>
<author>
<name>Dr. Jens Harbott</name>
<email>harbott@osism.tech</email>
</author>
<published>2022-07-07T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0d0d339cc6050122babb82d402c4d045d49c6629'/>
<id>0d0d339cc6050122babb82d402c4d045d49c6629</id>
<content type='text'>
Due to a logic error the all-projects header was being set if no
explicit project was being specified.

Closes-Bug: 1980942
Change-Id: I3c492b4ffd1b75a42a6a152b1dea219e4986f411
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a logic error the all-projects header was being set if no
explicit project was being specified.

Closes-Bug: 1980942
Change-Id: I3c492b4ffd1b75a42a6a152b1dea219e4986f411
</pre>
</div>
</content>
</entry>
<entry>
<title>Update python testing as per zed cycle testing runtime</title>
<updated>2022-06-21T13:40:25+00:00</updated>
<author>
<name>Takashi Kajinami</name>
<email>tkajinam@redhat.com</email>
</author>
<published>2022-06-21T13:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=041eda6d833165ab17eba3a380b26bef46b28a17'/>
<id>041eda6d833165ab17eba3a380b26bef46b28a17</id>
<content type='text'>
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Co-Authored-By: Ghanshyam Mann &lt;gmann@ghanshyammann.com&gt;
Change-Id: I97a07e756bcaea3f38c0390247e0ac6a1187aa08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Co-Authored-By: Ghanshyam Mann &lt;gmann@ghanshyammann.com&gt;
Change-Id: I97a07e756bcaea3f38c0390247e0ac6a1187aa08
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing --target-project-id for transfer req</title>
<updated>2022-06-03T23:31:23+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2022-06-03T23:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fba1354e039809edaba9bbf0f31b3fe743aae36f'/>
<id>fba1354e039809edaba9bbf0f31b3fe743aae36f</id>
<content type='text'>
The zone transfer request set command was missing the
--target-project-id option so you cannot change the target project ID of
a zone transfer request after creation with the CLI.
This option is supported by the API and documented in the API reference
guide.
This patch adds this option.

Closes-Bug: #1977625
Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zone transfer request set command was missing the
--target-project-id option so you cannot change the target project ID of
a zone transfer request after creation with the CLI.
This option is supported by the API and documented in the API reference
guide.
This patch adds this option.

Closes-Bug: #1977625
Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
</pre>
</div>
</content>
</entry>
<entry>
<title>Update zuul queue configuration</title>
<updated>2022-05-25T20:05:49+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2022-05-19T16:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=ef2098e6543019e0dc41344d704f56b6957e88b6'/>
<id>ef2098e6543019e0dc41344d704f56b6957e88b6</id>
<content type='text'>
Zuul is changing how queues are declared[1]. This patch updates Designate client for the new way to define the queue.

[1] https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html

Change-Id: Ibf3bab374ec3a5bec842051c29d18864d42c02b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zuul is changing how queues are declared[1]. This patch updates Designate client for the new way to define the queue.

[1] https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html

Change-Id: Ibf3bab374ec3a5bec842051c29d18864d42c02b8
</pre>
</div>
</content>
</entry>
</feed>
