summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-11-20 20:44:56 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-11-21 23:44:42 +0000
commita57568397e58cd40269a48b777bd41cc1a1416e8 (patch)
tree2924a251a076f797e05bf9dbef4e4d116ef23342 /releasenotes
parentf28390ee5ddf83c0dfbf886b7e99c192fa7f4ecc (diff)
downloadpython-troveclient-a57568397e58cd40269a48b777bd41cc1a1416e8.tar.gz
Support datastore version number
- Support "--datastore-version-number" for creating configuration - Support "--datastore-version-number" for creating instance - Support "--version-number" for creating datastore version - Support "--version-name" for updating datastore version - Support showing version number for datastore version, instance and configuration Story: 2008358 Task: 41264 Change-Id: Ie84b4506736a82a214b0416f7e451d565552f651
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/wallaby-datastore-version-number.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-datastore-version-number.yaml b/releasenotes/notes/wallaby-datastore-version-number.yaml
new file mode 100644
index 0000000..07656dc
--- /dev/null
+++ b/releasenotes/notes/wallaby-datastore-version-number.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Support specifying and showing datastore version number for several
+ resources such as datastore version, instance and configuration.