<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git, branch 4.2.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>Merge "Clarify that name or ID can be used on TLDs" into stable/wallaby</title>
<updated>2022-06-10T01:47:43+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-06-10T01:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=7a8d1560868643d24b3431db0a24058c23ceab35'/>
<id>7a8d1560868643d24b3431db0a24058c23ceab35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update zuul queue configuration" into stable/wallaby</title>
<updated>2022-06-10T01:11:56+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-06-10T01:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=680789bfd8aee5a3bba8811cf53f3dc2dbd2bc12'/>
<id>680789bfd8aee5a3bba8811cf53f3dc2dbd2bc12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixed zone transfer accept list command" into stable/wallaby</title>
<updated>2022-06-09T23:59:19+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-06-09T23:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=998520e65bb9e4b31738e8ce1f7c4e0570b03f10'/>
<id>998520e65bb9e4b31738e8ce1f7c4e0570b03f10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove edit-managed from unsupported commands" into stable/wallaby</title>
<updated>2022-06-09T23:40:33+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-06-09T23:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=8d789222699cfe35fae20096a74727accfef0be4'/>
<id>8d789222699cfe35fae20096a74727accfef0be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing --target-project-id for transfer req</title>
<updated>2022-06-08T22:02:55+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=a21eb07dd2373a62582706a170bfe2caf3f28c36'/>
<id>a21eb07dd2373a62582706a170bfe2caf3f28c36</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
(cherry picked from commit fba1354e039809edaba9bbf0f31b3fe743aae36f)
</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
(cherry picked from commit fba1354e039809edaba9bbf0f31b3fe743aae36f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove edit-managed from unsupported commands</title>
<updated>2022-06-07T21:40:19+00:00</updated>
<author>
<name>Michael Chapman</name>
<email>woppin@gmail.com</email>
</author>
<published>2021-05-14T03:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=dd0ac7e9d3358f502df82bed1b111f0a529e8f54'/>
<id>dd0ac7e9d3358f502df82bed1b111f0a529e8f54</id>
<content type='text'>
--edit-managed sets a header x-designate-edit-managed-records
that indicates the current request wishes to modify managed records
such as the SOA or NS record created for a zone. This is only used
by the recordset update and delete API methods so can be removed
elsewhere.

Closes-Bug: 1928411

Change-Id: I18bfdae045c8b5e589075865eb024cee4852d8f9
(cherry picked from commit 94e7e97e50b0622cb27a20c3aead22e6e25ac5ad)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--edit-managed sets a header x-designate-edit-managed-records
that indicates the current request wishes to modify managed records
such as the SOA or NS record created for a zone. This is only used
by the recordset update and delete API methods so can be removed
elsewhere.

Closes-Bug: 1928411

Change-Id: I18bfdae045c8b5e589075865eb024cee4852d8f9
(cherry picked from commit 94e7e97e50b0622cb27a20c3aead22e6e25ac5ad)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that name or ID can be used on TLDs</title>
<updated>2022-06-07T21:39:03+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2021-10-20T18:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=5626ce07034781a33968ad01a45f2d6ac4947a9d'/>
<id>5626ce07034781a33968ad01a45f2d6ac4947a9d</id>
<content type='text'>
We had a question about whether the TLD name could be used as the
"id" positional argument when show/set/delete a TLD.
This patch clarifies that names or IDs will work with those commands
in the OpenStack client.

Change-Id: I93952596f3c82ae37d903a8ea4dd8700ae8fc314
(cherry picked from commit 5fbc5b115441c16db6f9381cc62e63537b60a5a8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had a question about whether the TLD name could be used as the
"id" positional argument when show/set/delete a TLD.
This patch clarifies that names or IDs will work with those commands
in the OpenStack client.

Change-Id: I93952596f3c82ae37d903a8ea4dd8700ae8fc314
(cherry picked from commit 5fbc5b115441c16db6f9381cc62e63537b60a5a8)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed zone transfer accept list command</title>
<updated>2022-06-07T21:37:33+00:00</updated>
<author>
<name>Mike Durnosvystov</name>
<email>glacierr.dev@gmail.com</email>
</author>
<published>2020-10-21T08:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fb2035357b455bfd64b229043c5b750310da5c89'/>
<id>fb2035357b455bfd64b229043c5b750310da5c89</id>
<content type='text'>
Change-Id: If7ba1fc9dd3f9d67a49ad3b8ae4c0e0f9733195b
Closes-Bug: 1901172
(cherry picked from commit 196cb61870f838396d208ce7fe175e004d0d1006)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If7ba1fc9dd3f9d67a49ad3b8ae4c0e0f9733195b
Closes-Bug: 1901172
(cherry picked from commit 196cb61870f838396d208ce7fe175e004d0d1006)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update zuul queue configuration</title>
<updated>2022-05-26T14:45:39+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=c689be2291ffb4a572df350c346af5fb9f986e53'/>
<id>c689be2291ffb4a572df350c346af5fb9f986e53</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
(cherry picked from commit ef2098e6543019e0dc41344d704f56b6957e88b6)
</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
(cherry picked from commit ef2098e6543019e0dc41344d704f56b6957e88b6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lower-constraint job from stable/wallaby</title>
<updated>2022-01-19T18:11:28+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2022-01-19T18:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=7503b53adfd8c0daa0dc7c0ac2259cae2609c93b'/>
<id>7503b53adfd8c0daa0dc7c0ac2259cae2609c93b</id>
<content type='text'>
This patch removes the lower-constraint job from the stable/wallaby branch.

This is part of a series of patches that will remove the job from all stable
branches of Designate.

The lower constraint check is important on the master branch to make sure that
new patches are tested against the lowest supported version of dependencies.
This helps packagers make sure they have at least the minimum version of a
dependency packaged along with the service.
After a release and the stable branch is created, these jobs can cause
problems maintaining the stable branches as bug fix patches are released for
the dependency projects.
For this reason, we are proposing to maintain the lower-constraints job on the
master branch, but disable it on the stable branches.

Change-Id: I926f8737c41aafe494220c11be50c339f84779e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the lower-constraint job from the stable/wallaby branch.

This is part of a series of patches that will remove the job from all stable
branches of Designate.

The lower constraint check is important on the master branch to make sure that
new patches are tested against the lowest supported version of dependencies.
This helps packagers make sure they have at least the minimum version of a
dependency packaged along with the service.
After a release and the stable branch is created, these jobs can cause
problems maintaining the stable branches as bug fix patches are released for
the dependency projects.
For this reason, we are proposing to maintain the lower-constraints job on the
master branch, but disable it on the stable branches.

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