<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/releasenotes, branch master</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Update master for stable/2023.1</title>
<updated>2023-03-01T13:19:13+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2023-03-01T13:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=23fe745077adcc2e4f368f1179e4f0617a2337aa'/>
<id>23fe745077adcc2e4f368f1179e4f0617a2337aa</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/2023.1.

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

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

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

Sem-Ver: feature
Change-Id: I4e1a0a7c870e51909aebdc16d02b0062554de49a
</pre>
</div>
</content>
</entry>
<entry>
<title>Release notes for 4.3.0</title>
<updated>2023-02-16T09:19:07+00:00</updated>
<author>
<name>Pranali Deore</name>
<email>pdeore@redhat.com</email>
</author>
<published>2023-02-16T08:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=52fb6b29d84644c690c0b8566117c4bfb963b09b'/>
<id>52fb6b29d84644c690c0b8566117c4bfb963b09b</id>
<content type='text'>
Change-Id: I346af48771466c3f9dbaf470f611910ff3dda271
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I346af48771466c3f9dbaf470f611910ff3dda271
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove unicode-related Python2-only code"</title>
<updated>2023-01-12T22:39:42+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-01-12T22:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=590f793c9fd0cb50df42e3e2f674028201bb102a'/>
<id>590f793c9fd0cb50df42e3e2f674028201bb102a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Boolean options: use strict checking</title>
<updated>2022-11-14T16:31:39+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril@redhat.com</email>
</author>
<published>2022-09-21T17:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=88e3b0ad984797ec1f856429698949e4781dff3a'/>
<id>88e3b0ad984797ec1f856429698949e4781dff3a</id>
<content type='text'>
Boolean options (such as "--protected" for glance md-namespace-update)
should accept a limited amount of valid values, rather than assuming an
"invalid" value means "False".

The following values (no matter the case) will now be interpreted as
True: ‘t’,’true’, ‘on’, ‘y’, ‘yes’, or ‘1’.

The following values (no matter the case) will now be interpreted as
False: ‘f’, ‘false’, ‘off’, ‘n’, ‘no’, or ‘0’.

Change-Id: I0e7942045d883ac398bab4a7a85f2b4ac9b1ed8c
Closes-Bug: #1607317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Boolean options (such as "--protected" for glance md-namespace-update)
should accept a limited amount of valid values, rather than assuming an
"invalid" value means "False".

The following values (no matter the case) will now be interpreted as
True: ‘t’,’true’, ‘on’, ‘y’, ‘yes’, or ‘1’.

The following values (no matter the case) will now be interpreted as
False: ‘f’, ‘false’, ‘off’, ‘n’, ‘no’, or ‘0’.

Change-Id: I0e7942045d883ac398bab4a7a85f2b4ac9b1ed8c
Closes-Bug: #1607317
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unicode-related Python2-only code</title>
<updated>2022-11-14T10:49:33+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril@redhat.com</email>
</author>
<published>2022-09-13T14:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=fc8f9ac2edfb4daa0c48a650515de3e8eba18232'/>
<id>fc8f9ac2edfb4daa0c48a650515de3e8eba18232</id>
<content type='text'>
This commit:
- removes the old "u" prefix from all strings
- removes the unicode_key_value_to_string function

Change-Id: I1da347e31e828fd2359f0935a4da47257116d4cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit:
- removes the old "u" prefix from all strings
- removes the unicode_key_value_to_string function

Change-Id: I1da347e31e828fd2359f0935a4da47257116d4cb
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/zed</title>
<updated>2022-09-06T13:13:24+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-09-06T13:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=a3f13bdcb4108933fe6d99e9c4573ca74b52c5e5'/>
<id>a3f13bdcb4108933fe6d99e9c4573ca74b52c5e5</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: I2c7a8c65882218e927af0ff9771df7276891178e
</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: I2c7a8c65882218e927af0ff9771df7276891178e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for glance-download import method</title>
<updated>2022-08-30T11:20:40+00:00</updated>
<author>
<name>Pranali Deore</name>
<email>pdeore@redhat.com</email>
</author>
<published>2022-08-26T04:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=92cd70a2240dd5106ebfffecd6007942e898903a'/>
<id>92cd70a2240dd5106ebfffecd6007942e898903a</id>
<content type='text'>
Implements: blueprint glance-download-import-support
Change-Id: Ia2bfad82bccf9acb6103b21112e680c44e295d39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements: blueprint glance-download-import-support
Change-Id: Ia2bfad82bccf9acb6103b21112e680c44e295d39
</pre>
</div>
</content>
</entry>
<entry>
<title>Update python testing as per zed cycle teting runtime</title>
<updated>2022-05-11T00:11:11+00:00</updated>
<author>
<name>Ghanshyam Mann</name>
<email>gmann@ghanshyammann.com</email>
</author>
<published>2022-05-11T00:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=be8f394ab1b487ea771e2ae7410e27c374cb9cd8'/>
<id>be8f394ab1b487ea771e2ae7410e27c374cb9cd8</id>
<content type='text'>
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Moving the py36 job to py38 based as well as
updating the python classifier also to reflect the same.

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

Change-Id: I9b3a05c708d53d1e7775eefdac802392fd18bc24
</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. Moving the py36 job to py38 based as well as
updating the python classifier also to reflect the same.

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

Change-Id: I9b3a05c708d53d1e7775eefdac802392fd18bc24
</pre>
</div>
</content>
</entry>
<entry>
<title>Update master for stable/yoga</title>
<updated>2022-02-24T14:55:11+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2022-02-24T14:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=b369f75d9a246dd75097f3eb73b52e8abb17347b'/>
<id>b369f75d9a246dd75097f3eb73b52e8abb17347b</id>
<content type='text'>
Add file to the reno documentation build to show release notes for
stable/yoga.

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

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

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

Sem-Ver: feature
Change-Id: Iffb4d1e400b000e4bcedb7e14515a9b9f09b9e05
</pre>
</div>
</content>
</entry>
<entry>
<title>Release notes for 3.6.0</title>
<updated>2022-02-22T20:43:20+00:00</updated>
<author>
<name>Abhishek Kekane</name>
<email>akekane@redhat.com</email>
</author>
<published>2022-02-17T07:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=ac0324c10db29261706a42a74bf38066b4a126de'/>
<id>ac0324c10db29261706a42a74bf38066b4a126de</id>
<content type='text'>
Change-Id: I1b441808672c3e362175d20f1d1f282b7f5d70a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b441808672c3e362175d20f1d1f282b7f5d70a9
</pre>
</div>
</content>
</entry>
</feed>
