<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/cinderclient/base.py, branch 6.0.0</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Drop support for --sort_key and --sort_dir</title>
<updated>2019-09-11T13:38:34+00:00</updated>
<author>
<name>Sean McGinnis</name>
<email>sean.mcginnis@gmail.com</email>
</author>
<published>2019-04-18T18:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=246040a7325164eb0c7c3171dd21ceb7c7d149ce'/>
<id>246040a7325164eb0c7c3171dd21ceb7c7d149ce</id>
<content type='text'>
These arguments were deprecated in the kilo release in favor of a
combined --sort argument. This drops support for the deprecated
arguments.

Change-Id: If8f8ac44cc81f553009a15ca67257e86cb925b6f
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These arguments were deprecated in the kilo release in favor of a
combined --sort argument. This drops support for the deprecated
arguments.

Change-Id: If8f8ac44cc81f553009a15ca67257e86cb925b6f
Signed-off-by: Sean McGinnis &lt;sean.mcginnis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Flag safe usage of sha1 w/ #nosec</title>
<updated>2019-08-26T16:40:50+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2019-08-26T16:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=4e3588f3903f53b3892d1a9f64d6bdb1e0edb82c'/>
<id>4e3588f3903f53b3892d1a9f64d6bdb1e0edb82c</id>
<content type='text'>
This tells bandit that this usage of sha1 is not
interesting for security scans.

Change-Id: Ibc0f75d9eef04c919410cafb1a1713d6470f8142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tells bandit that this usage of sha1 is not
interesting for security scans.

Change-Id: Ibc0f75d9eef04c919410cafb1a1713d6470f8142
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove bash-completion calls from base.py"</title>
<updated>2019-04-26T03:16:10+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-04-26T03:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=9c6941accdfd55cfdb1ca028bb8a5ab0d323ae51'/>
<id>9c6941accdfd55cfdb1ca028bb8a5ab0d323ae51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bash-completion calls from base.py</title>
<updated>2019-04-02T18:08:57+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2019-04-02T14:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=0707191d43396026a6ddd18213b06e1b26d94e9e'/>
<id>0707191d43396026a6ddd18213b06e1b26d94e9e</id>
<content type='text'>
This should not be here since this is client
library code, but it isn't needed anyhow since
this completion is handled from the shell code.

Closes-Bug: #1817782

Change-Id: I3e7ddbe4a50a66db8961a71d71592ce708320b0d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not be here since this is client
library code, but it isn't needed anyhow since
this completion is handled from the shell code.

Closes-Bug: #1817782

Change-Id: I3e7ddbe4a50a66db8961a71d71592ce708320b0d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Tests: Don't write bash-completion cache files"</title>
<updated>2019-04-02T16:51:47+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-04-02T16:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=15295acb074a778674f2b92f45f8dd1e7ff5f60c'/>
<id>15295acb074a778674f2b92f45f8dd1e7ff5f60c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Don't write bash-completion cache files</title>
<updated>2019-02-26T19:33:51+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2019-02-26T19:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a39805c6f45baf94c0d14da3ae775ee204a267ee'/>
<id>a39805c6f45baf94c0d14da3ae775ee204a267ee</id>
<content type='text'>
Mock out writing of bash-completion cache files
during unit tests.

Related-Bug: #1817782

Change-Id: I944862c30fb4684dd034eba6953e9302d2d22439
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mock out writing of bash-completion cache files
during unit tests.

Related-Bug: #1817782

Change-Id: I944862c30fb4684dd034eba6953e9302d2d22439
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Change bash completion dir permissions to 0750"</title>
<updated>2019-02-15T18:47:14+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2019-02-15T18:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=41d6ce3c3dad2af87257207b277adbad59b9550a'/>
<id>41d6ce3c3dad2af87257207b277adbad59b9550a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More shell completion cache additions</title>
<updated>2018-12-21T06:16:55+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2018-10-22T20:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=e40166740ea78d4a1eb2a7040afe3a502374af51'/>
<id>e40166740ea78d4a1eb2a7040afe3a502374af51</id>
<content type='text'>
Closes-Bug: #1712835
Change-Id: I9326d5d92ff2e93dd0398d9a115210b376059064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1712835
Change-Id: I9326d5d92ff2e93dd0398d9a115210b376059064
</pre>
</div>
</content>
</entry>
<entry>
<title>Change bash completion dir permissions to 0750</title>
<updated>2018-12-05T15:51:43+00:00</updated>
<author>
<name>Eric Harney</name>
<email>eharney@redhat.com</email>
</author>
<published>2018-12-05T15:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=5d2116e7476fb294d70e763a6022abd7322407dd'/>
<id>5d2116e7476fb294d70e763a6022abd7322407dd</id>
<content type='text'>
This is no reason for this dir to be world-readable.

Change-Id: I50e85b5bb6116c64535ecbf09718141086c703c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is no reason for this dir to be world-readable.

Change-Id: I50e85b5bb6116c64535ecbf09718141086c703c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Change cache uniqifier from using md5 to sha-1</title>
<updated>2018-12-05T15:51:42+00:00</updated>
<author>
<name>Joshua Cornutt</name>
<email>jcornutt@gmail.com</email>
</author>
<published>2018-11-05T23:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=4cf62cf31f3fcc0d00ce4daa291be6003ab331ed'/>
<id>4cf62cf31f3fcc0d00ce4daa291be6003ab331ed</id>
<content type='text'>
FIPS 140-2 does not allow MD5 use for most purposes and systems
in "FIPS mode" (fips=1 kernel flag) will cause software using
MD5 from popular libraries to fail.

Also change the default cache dir to use ~/.cache/

Change-Id: I6f653f10249992196abb04e05c54df5fb244b182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIPS 140-2 does not allow MD5 use for most purposes and systems
in "FIPS mode" (fips=1 kernel flag) will cause software using
MD5 from popular libraries to fail.

Also change the default cache dir to use ~/.cache/

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