summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Update master for stable/2023.1OpenStack Release Bot2023-03-012-0/+7
| | | | | | | | | | | | 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
* Release notes for 4.3.04.3.0Pranali Deore2023-02-161-0/+9
| | | | Change-Id: I346af48771466c3f9dbaf470f611910ff3dda271
* Merge "Remove unicode-related Python2-only code"Zuul2023-01-121-8/+8
|\
| * Remove unicode-related Python2-only codeCyril Roelandt2022-11-141-8/+8
| | | | | | | | | | | | | | | | This commit: - removes the old "u" prefix from all strings - removes the unicode_key_value_to_string function Change-Id: I1da347e31e828fd2359f0935a4da47257116d4cb
* | Boolean options: use strict checkingCyril Roelandt2022-11-141-0/+12
|/ | | | | | | | | | | | | | | 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
* Update master for stable/zedOpenStack Release Bot2022-09-062-0/+7
| | | | | | | | | | | | 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
* Add support for glance-download import methodPranali Deore2022-08-301-0/+5
| | | | | Implements: blueprint glance-download-import-support Change-Id: Ia2bfad82bccf9acb6103b21112e680c44e295d39
* Update python testing as per zed cycle teting runtime4.0.0Ghanshyam Mann2022-05-101-0/+5
| | | | | | | | | | 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
* Update master for stable/yogaOpenStack Release Bot2022-02-242-0/+7
| | | | | | | | | | | | 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
* Release notes for 3.6.0Abhishek Kekane2022-02-221-0/+51
| | | | Change-Id: I1b441808672c3e362175d20f1d1f282b7f5d70a9
* Correct releasenote path for member-get commandRajat Dhasmana2021-09-221-0/+6
| | | | | | | | This patch moves the releasenote of member-get command to correct path. Closes-Bug: #1944798 Change-Id: Ifa76fc993b0ff47131401ba233e77001cd74107c
* Update master for stable/xenaOpenStack Release Bot2021-09-102-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: Idad534678f8e66469b46e293e2aa3d965ff2c9cf
* Fix undesirable raw Python errorMridula Joshi2021-08-031-0/+7
| | | | | | | | | | | | | Using the glanceclient without a subcommand while passing an optional argument triggers the raw Python error `ERROR: 'Namespace' object has no attribute 'func'`. This bug can be reproduced by issuing the command `glance --os-image-api-version 2`. Added a default value to `func` as placeholder so that a help message is shown instead of the Python error. Closes-Bug: #1903727 Change-Id: Ie4288262e408192310cbbc240bd1779b265a64fd
* Update master for stable/wallabyOpenStack Release Bot2021-03-112-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I7562fd0e795c2dab0f999729b467b05b0ad0875d
* Get tasks associated with imageAbhishek Kekane2021-03-021-0/+5
| | | | | | | Add support to get tasks associated with specific image. bp: messages-api Change-Id: Ia505cf6f47ca6c628e195be3ca5231d22d53040d
* Update master for stable/victoriaOpenStack Release Bot2020-09-092-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Icbc3629218546143246c133ccaffaef7bfe0c243 Sem-Ver: feature
* Fixes "stores" property added to the image3.2.1Erno Kuvaja2020-07-301-0/+6
| | | | | | | | "stores" property gets added to the image when `glance image-create-via-import` is called with --stores Change-Id: I514e6e3ac2f3a1f56fb7883ed403a04b1e7f13b0 Closes-Bug: #1889666
* Pass Global Request ID on with session clientErno Kuvaja2020-07-131-0/+6
| | | | | Closes-bug: #1886650 Change-Id: I3a08c1beb398ba9f2556b6779c925f679bdc2c49
* Switch to newer openstackdocstheme and reno versions3.2.0Andreas Jaeger2020-05-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ie4aec288c74b9bd8d8d117f4bc2e0282cea4db90
* Fail gracefully when MD5 is unavailableBrian Rosmaita2020-05-041-0/+13
| | | | | | | | | The glanceclient currently assumes that MD5 will always be available. This is not the case, however, in a FIPS-compliant environment. This patch enables the glanceclient to fail gracefully in such a case. Closes-bug: #1871675 Change-Id: Ibd89989e06cc5be7da71f5f21561d73b5abc4104
* Update master for stable/ussuriOpenStack Release Bot2020-04-072-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: Ic9dab2380f698e30c5cb1327c5f22bdd7489df51 Sem-Ver: feature
* Rename releasenotes to reflect correct version3.1.0Erno Kuvaja2020-04-071-0/+0
| | | | | | | As python-glanceclient 3.0.0 was released earlier, this release will be version 3.1.0 Change-Id: I18f4d4e9d61b235ea7896ea97c1b480249d474e2
* Add release note for glanceclient 3.0.0Abhishek Kekane2020-04-061-0/+25
| | | | Change-Id: I4556df86ab501362bdfae2d1457ba14dade52f22
* Merge "Replace git.openstack.org URLs with opendev.org URLs"Zuul2020-03-262-5/+5
|\
| * Replace git.openstack.org URLs with opendev.org URLsjacky062019-08-242-5/+5
| | | | | | | | Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
* | Delete image from specific storeErno Kuvaja2020-03-201-0/+4
| | | | | | | | | | | | | | Add support to delete image from specific store. bp: delete-from-store Change-Id: Ie57d7de5822264a5ea8a5f4587ab8cfb4afb79de
* | Add support for copy-image import method3.0.0Abhishek Kekane2020-02-271-0/+5
| | | | | | | | | | | | | | | | This change adds support for copy-image import method which will copy existing images into multiple stores. Change-Id: I748a8fb3dbaf9c2e4d887a2ecd4325e27a8429c4 bp: copy-image-multiple-stores
* | Add support for multi-store importErno Kuvaja2020-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | This change adds support for providing multiple target stores where image can be imported. Co-authored-by: Erno Kuvaja <jokke@usr.fi> Co-authored-by: Abhishek Kekane <akekane@redhat.com> bp: import-multi-stores Change-Id: I8730364263f1afd5d11fd56939851bda73a892bb
* | Drop python 2.7 support and testingGhanshyam Mann2020-01-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. python-glanceclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I029d10a2860c5ba371ff9c5df9b7e2c645a7dfbb
* | Update master for stable/trainOpenStack Release Bot2019-09-132-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I21107acca89fe8666e0981e1d7a6de62331b55f6 Sem-Ver: feature
* | Add release note for glanceclient 2.17.0Brian Rosmaita2019-09-121-0/+35
|/ | | | Change-Id: Ib5cc95d4faad4847297c62ed6943dbc357a64234
* Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
| | | | | | | | | | | | 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: Iefe298a0e35fb2d92f3e4a15f32955ebd6e560ca Sem-Ver: feature
* Release notes for 2.16.0stein-em2.16.0Erno Kuvaja2019-03-072-1/+13
| | | | Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
* Merge "Embed validation data when adding location"Zuul2019-03-071-0/+12
|\
| * Embed validation data when adding locationimacdonn2018-10-241-0/+12
| | | | | | | | | | | | | | | | Add support for embedding of checksum, os_hash_algo and os_hash_value when adding a location to an image. Depends-On: https://review.openstack.org/597648 Change-Id: Ibbe2f2bb226f52cc6b2ab591913b1797d2b086c0
* | Add image-list filter for multihashBrian Rosmaita2019-01-171-0/+13
| | | | | | | | | | | | | | | | | | | | | | This was missed when multihash support was added to the glanceclient. The os_hash_value is an indexed field in the API. Includes a release note. Closes-bug: #1788271 Change-Id: Ibfe28b8c644967b7e0295dfd3f55c3ae1b0cbb2d
* | Use "multihash" for data download validationBrian Rosmaita2018-09-071-0/+41
|/ | | | | | | | | | | | When the Glance "multihash" is available on an image, the glanceclient should use it instead of MD5 to validate data downloads. For cases in which the multihash specifies an algorithm not available to the client, an option is added to the image-download command that will allow fallback to the legacy MD5 checksum verification. Change-Id: I4ee6e5071eca08d3bbedceda2acc170e7ed21a6b Closes-bug: #1788323
* Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | Change-Id: I604e167d66f498f99fa7be584586e74dfce96874
* Merge "Correct typo in releasenote"2.12.0Zuul2018-07-251-1/+1
|\
| * Correct typo in releasenoteBrian Rosmaita2018-07-251-1/+1
| | | | | | | | | | | | A missing space is messing up the html rendering. Change-Id: If65cae35384995c7dbb138ee3993ee4d99850e64
* | Releasenotes for bugfixes in 2.12.0Erno Kuvaja2018-07-251-0/+6
|/ | | | Change-Id: I4094fe3e08b418dc6e62b929789cb06379bb368f
* Merge "Add release note for hidden images support"Zuul2018-07-251-0/+23
|\
| * Add release note for hidden images supportBrian Rosmaita2018-07-241-0/+23
| | | | | | | | | | | | Related to blueprint hidden-images Change-Id: Ie915c6af1142b02716aef89d4832cd8e466e5ec9
* | Merge "Add release note for multi-store support"Zuul2018-07-251-0/+35
|\ \
| * | Add release note for multi-store supportBrian Rosmaita2018-07-241-0/+35
| |/ | | | | | | | | | | Related to blueprint multi-store Change-Id: I88dbaa3f761519d1d959541a74fdfd760d942b2e
* | Add multihash release note.Brian Rosmaita2018-07-241-0/+15
|/ | | | | | Related to blueprint multihash Change-Id: I3dd3c06f970b5d1e9373b3240863e3806e759811
* Add release note for HTTP headers fixBrian Rosmaita2018-06-061-0/+14
| | | | Change-Id: I08838ff4682290527565e8cf687945307034c5ba
* Add releasenotes for 2.11.02.11.0Erno Kuvaja2018-04-111-0/+12
| | | | Change-Id: I546711a58b3977dc6302debdea1de978054f1a2b
* Merge "Remove setting of version/release from releasenotes"Zuul2018-03-091-11/+3
|\
| * Remove setting of version/release from releasenotesSean McGinnis2017-11-161-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that most 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. Change-Id: I9c1154453f5a5263771e42b0eb5ebdc3a78ffc16 Needed-by: I56909152975f731a9d2c21b2825b972195e48ee8