AUTHORS/ChangeLog for 4.9.1 release

Change-Id: I36cde18651a4b0424cd4377f27493d3482282e10
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2026-02-24 16:20:28 -08:00
parent c19c5ae96b
commit 64be904fda
3 changed files with 33 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ Andrew Welleck (awellec@us.ibm.com)
Andy McCrae (andy.mccrae@gmail.com)
Anh Tran (anhtt@vn.fujitsu.com)
Anne Gentle (anne@openstack.org)
Anthony Roussel (anthony@roussel.dev)
Ben McCann (ben@benmccann.com)
Cedric Brandily (zzelle@gmail.com)
Chaozhe.Chen (chaozhe.chen@easystack.cn)
@@ -59,6 +60,7 @@ Hiroshi Miura (miurahr@nttdata.co.jp)
howardlee (lihongweibj@inspur.com)
Hu Bing (hubingsh@cn.ibm.com)
Ian Cordasco (ian.cordasco@rackspace.com)
Ivan Anfimov (lazekteam@gmail.com)
Ivan Kolodyazhny (e0ne@e0ne.info)
jacky06 (zhang.min@99cloud.net)
Jaivish Kothari (jaivish.kothari@nectechnologies.in)

View File

@@ -1,3 +1,17 @@
4.9.1
-----
* The "v1password" plugin for keystoneauth now returns v3-compatible service
catalogs, fixing some issues seen when using v1 auth with openstackclient.
* Now tested under Python 3.14.
* Removed support for the provider-specific SERVICENET. Explicitly override
your storage URLs if you were previously using this feature.
* Various other minor improvements.
4.9.0
-----

View File

@@ -0,0 +1,17 @@
---
features:
- |
Now tested under Python 3.14.
upgrade:
- |
Removed support for the provider-specific SERVICENET. Explicitly override
your storage URLs if you were previously using this feature.
fixes:
- |
The "v1password" plugin for keystoneauth now returns v3-compatible service
catalogs, fixing some issues seen when using v1 auth with openstackclient.
- |
Various other minor improvements.