From 64be904fda5253d7ed0b3e740d6953de8ea613bf Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 24 Feb 2026 16:20:28 -0800 Subject: [PATCH] AUTHORS/ChangeLog for 4.9.1 release Change-Id: I36cde18651a4b0424cd4377f27493d3482282e10 Signed-off-by: Tim Burke --- AUTHORS | 2 ++ ChangeLog | 14 ++++++++++++++ .../notes/4_9_1_release-8370f0dcdb8a0e11.yaml | 17 +++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 releasenotes/notes/4_9_1_release-8370f0dcdb8a0e11.yaml diff --git a/AUTHORS b/AUTHORS index ec6e5bc8..01c2a8a2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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) diff --git a/ChangeLog b/ChangeLog index c889d621..f861099b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ----- diff --git a/releasenotes/notes/4_9_1_release-8370f0dcdb8a0e11.yaml b/releasenotes/notes/4_9_1_release-8370f0dcdb8a0e11.yaml new file mode 100644 index 00000000..fa7eca6a --- /dev/null +++ b/releasenotes/notes/4_9_1_release-8370f0dcdb8a0e11.yaml @@ -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.