summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVitaly Gridnev <vgridnev@mirantis.com>2016-06-28 14:54:53 +0300
committerVitaly Gridnev <vgridnev@mirantis.com>2016-07-12 20:58:35 +0000
commit9e1b9923be7bdfa346ab0ae6e0bbd1826ae46af2 (patch)
tree22807b52d3e9b849b5c7ffa29ca7b3687075cbfc /releasenotes
parent5cf912636b3e55facb924f8ecb8ec871d1be557a (diff)
downloadpython-saharaclient-9e1b9923be7bdfa346ab0ae6e0bbd1826ae46af2.tar.gz
plugin's api update support
this change adding support of plugin's api patch method. blueprint: plugin-management-api Change-Id: I94dd1d4faf2ccbc3901ea5d5c7d69e7c5a4f8bdf
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/plugin-api-f650c26a030b7df8.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/plugin-api-f650c26a030b7df8.yaml b/releasenotes/notes/plugin-api-f650c26a030b7df8.yaml
new file mode 100644
index 0000000..20dbc4c
--- /dev/null
+++ b/releasenotes/notes/plugin-api-f650c26a030b7df8.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Plugins updates are supported now in saharaclient. Also
+ information about plugin labels is available for users.