Skip to content

Commit 64be904

Browse files
committed
AUTHORS/ChangeLog for 4.9.1 release
Change-Id: I36cde18651a4b0424cd4377f27493d3482282e10 Signed-off-by: Tim Burke <tim.burke@gmail.com>
1 parent c19c5ae commit 64be904

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Andrew Welleck (awellec@us.ibm.com)
1010
Andy McCrae (andy.mccrae@gmail.com)
1111
Anh Tran (anhtt@vn.fujitsu.com)
1212
Anne Gentle (anne@openstack.org)
13+
Anthony Roussel (anthony@roussel.dev)
1314
Ben McCann (ben@benmccann.com)
1415
Cedric Brandily (zzelle@gmail.com)
1516
Chaozhe.Chen (chaozhe.chen@easystack.cn)
@@ -59,6 +60,7 @@ Hiroshi Miura (miurahr@nttdata.co.jp)
5960
howardlee (lihongweibj@inspur.com)
6061
Hu Bing (hubingsh@cn.ibm.com)
6162
Ian Cordasco (ian.cordasco@rackspace.com)
63+
Ivan Anfimov (lazekteam@gmail.com)
6264
Ivan Kolodyazhny (e0ne@e0ne.info)
6365
jacky06 (zhang.min@99cloud.net)
6466
Jaivish Kothari (jaivish.kothari@nectechnologies.in)

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
4.9.1
2+
-----
3+
4+
* The "v1password" plugin for keystoneauth now returns v3-compatible service
5+
catalogs, fixing some issues seen when using v1 auth with openstackclient.
6+
7+
* Now tested under Python 3.14.
8+
9+
* Removed support for the provider-specific SERVICENET. Explicitly override
10+
your storage URLs if you were previously using this feature.
11+
12+
* Various other minor improvements.
13+
14+
115
4.9.0
216
-----
317

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
features:
3+
- |
4+
Now tested under Python 3.14.
5+
6+
upgrade:
7+
- |
8+
Removed support for the provider-specific SERVICENET. Explicitly override
9+
your storage URLs if you were previously using this feature.
10+
11+
fixes:
12+
- |
13+
The "v1password" plugin for keystoneauth now returns v3-compatible service
14+
catalogs, fixing some issues seen when using v1 auth with openstackclient.
15+
16+
- |
17+
Various other minor improvements.

0 commit comments

Comments
 (0)