summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-11 11:17:32 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-03-12 09:42:56 -0500
commit900630d8b997d498684f2eff0d2c9c06024deb5e (patch)
treeeace8ecd5c5a4cf83745459cbb1efa3682374f68
parent7e4219622b172b5ef42ef4e8214c6e8f8f59f2bf (diff)
downloadpython-cinderclient-900630d8b997d498684f2eff0d2c9c06024deb5e.tar.gz
Add note for Wallaby release
Change-Id: Ia958840739cab51236391e4d8d6d1569604d9a3e
-rw-r--r--releasenotes/notes/wallaby-release-2535df50cc307fea.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml b/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml
new file mode 100644
index 0000000..4943b87
--- /dev/null
+++ b/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml
@@ -0,0 +1,16 @@
+---
+prelude: |
+ The Wallaby release of the python-cinderclient supports Block Storage
+ API version 2 and Block Storage API version 3 through microversion
+ 3.64. (The maximum microversion of the Block Storage API in the
+ Wallaby release is 3.64.)
+features:
+ - |
+ Added support to display the ``volume_type_id`` attribute in volume
+ detail output when used with Block Storage API microversion 3.63 and
+ higher.
+ - |
+ Added support to display the ``encryption_key_id`` attribute in
+ volume detail and backup detail output when used with Block Storage
+ API microversion 3.64 and higher.
+