<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/releasenotes, branch train-eol</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>Removing v1 api support</title>
<updated>2019-09-11T03:53:25+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-09-11T02:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b'/>
<id>093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b</id>
<content type='text'>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/stein</title>
<updated>2019-03-18T14:50:34+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2019-03-18T14:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fdb515e16fe3901b695b7a71627d37eb2f62d481'/>
<id>fdb515e16fe3901b695b7a71627d37eb2f62d481</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/stein.

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

Change-Id: Ic50ced0e2eaeb90e98a1415f2e8624023c5ff028
Sem-Ver: feature
</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/stein.

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

Change-Id: Ic50ced0e2eaeb90e98a1415f2e8624023c5ff028
Sem-Ver: feature
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reno for stable/rocky</title>
<updated>2018-08-10T16:28:21+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2018-08-10T16:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=396176a2689f0d52deaeed0c54e591db33e47b27'/>
<id>396176a2689f0d52deaeed0c54e591db33e47b27</id>
<content type='text'>
Change-Id: I0182b4343fd0be1e8083373e206462cbb1e75901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0182b4343fd0be1e8083373e206462cbb1e75901
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reno for stable/queens</title>
<updated>2018-01-26T00:41:35+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2018-01-26T00:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=77c743f8b96859475f29803d0cbb5467111cf846'/>
<id>77c743f8b96859475f29803d0cbb5467111cf846</id>
<content type='text'>
Change-Id: Ic8ba99789f4790faa066446daa9ac30e16d87ae0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic8ba99789f4790faa066446daa9ac30e16d87ae0
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setting of version/release from releasenotes</title>
<updated>2017-11-16T19:40:19+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-11-16T19:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=f70e6f588ac5900e2e2212d3729e8c170f33a4fc'/>
<id>f70e6f588ac5900e2e2212d3729e8c170f33a4fc</id>
<content type='text'>
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I7c84bf403e19a1b7c1528cf349de43399e6475c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I7c84bf403e19a1b7c1528cf349de43399e6475c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reno for stable/pike</title>
<updated>2017-07-28T21:06:41+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-07-28T21:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=2a1ffa09b70d697064e50e4142411692d359244f'/>
<id>2a1ffa09b70d697064e50e4142411692d359244f</id>
<content type='text'>
Change-Id: I7f2c88523f540646d2ee5be8ca451d5f094189bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7f2c88523f540646d2ee5be8ca451d5f094189bc
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from oslosphinx to openstackdocstheme</title>
<updated>2017-07-10T15:50:21+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-28T21:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=cbc8503d20f3c8ab84e5441fdd8ea66c0b2dee21'/>
<id>cbc8503d20f3c8ab84e5441fdd8ea66c0b2dee21</id>
<content type='text'>
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reno for stable/ocata</title>
<updated>2017-02-02T16:35:49+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-02-02T16:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=3922b87bfa0906043fb95e631ed98d13263e1b61'/>
<id>3922b87bfa0906043fb95e631ed98d13263e1b61</id>
<content type='text'>
Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable release notes translation</title>
<updated>2016-10-06T18:49:20+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-10-06T18:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=cebda18443f4172444ff5f94bd023ebc32e21d04'/>
<id>cebda18443f4172444ff5f94bd023ebc32e21d04</id>
<content type='text'>
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I477eaf74541c65ad7ab54fa8c2412c8b9c74c684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I477eaf74541c65ad7ab54fa8c2412c8b9c74c684
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reno for stable/newton</title>
<updated>2016-09-07T20:57:11+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2016-09-02T13:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=030889e5498f0faa6da888ae4d4f4b9cce65c161'/>
<id>030889e5498f0faa6da888ae4d4f4b9cce65c161</id>
<content type='text'>
Change-Id: I314378128240db19af9714f8052374a7a9096c70
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I314378128240db19af9714f8052374a7a9096c70
</pre>
</div>
</content>
</entry>
</feed>
