summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-08-11 08:19:59 +0200
committerJan Cholasta <jcholast@redhat.com>2015-08-17 08:10:59 +0200
commitf2117475b8a49b37845529089ea2d5b48f27bfda (patch)
treee5cc121c3cd7988492bd35057a5bec9c992a7e0e /VERSION
parentef8f431c93b5587247eeb7de9e74d15e5fc6f616 (diff)
downloadfreeipa-f2117475b8a49b37845529089ea2d5b48f27bfda.tar.gz
freeipa-f2117475b8a49b37845529089ea2d5b48f27bfda.tar.xz
freeipa-f2117475b8a49b37845529089ea2d5b48f27bfda.zip
Added CLI param and ACL for vault service operations.
The CLIs to manage vault owners and members have been modified to accept services with a new parameter. A new ACL has been added to allow a service to create its own service container. https://fedorahosted.org/freeipa/ticket/5172 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index ca43f3e0c..69351a8fa 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=148
-# Last change: ftweedal - add --out option to user-show
+IPA_API_VERSION_MINOR=149
+# Last change: edewata - Added CLI param and ACL for vault service operations