<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git, branch stable/2023.1</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 TOX_CONSTRAINTS_FILE for stable/2023.1</title>
<updated>2023-03-02T14:06:56+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2023-03-02T14:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=03eb6e80efc44f207c69ab6cf7110741a6557455'/>
<id>03eb6e80efc44f207c69ab6cf7110741a6557455</id>
<content type='text'>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I1e44d4c18f99e4f3931a3f8cda7e6d3d09ea07f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I1e44d4c18f99e4f3931a3f8cda7e6d3d09ea07f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/2023.1</title>
<updated>2023-03-02T14:06:55+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2023-03-02T14:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=8731952afbaf7763a4fbd35526620398738f36b2'/>
<id>8731952afbaf7763a4fbd35526620398738f36b2</id>
<content type='text'>
Change-Id: Icff6aceef9bd8583813066bcaa25bd02e5cecf14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icff6aceef9bd8583813066bcaa25bd02e5cecf14
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shared zone commands</title>
<updated>2023-02-13T20:51:32+00:00</updated>
<author>
<name>Igor Malinovskiy</name>
<email>u.glide@gmail.com</email>
</author>
<published>2020-04-26T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9'/>
<id>bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9</id>
<content type='text'>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide option for delete zonefiles on zone delete</title>
<updated>2023-01-30T03:44:37+00:00</updated>
<author>
<name>Manish Honap</name>
<email>mmhonap@gmail.com</email>
</author>
<published>2022-03-25T20:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=483e0d16c6b357a610634ad5f7db9ab61b41d353'/>
<id>483e0d16c6b357a610634ad5f7db9ab61b41d353</id>
<content type='text'>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tox.ini for tox4</title>
<updated>2023-01-30T03:36:18+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2023-01-30T01:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=a4f67bc736ae6c0a53c2d945ff585a3761cb94c3'/>
<id>a4f67bc736ae6c0a53c2d945ff585a3761cb94c3</id>
<content type='text'>
With tox4, we need to pass the environment variables on separate lines as opposed to separated by whitespace. The skipdist setting also breaks the runs.

Change-Id: Iad13eb46c2cd89169c1aa9c39492ef7a29c83161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With tox4, we need to pass the environment variables on separate lines as opposed to separated by whitespace. The skipdist setting also breaks the runs.

Change-Id: Iad13eb46c2cd89169c1aa9c39492ef7a29c83161
</pre>
</div>
</content>
</entry>
<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>
</feed>
