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
commit0dd95a19ee87a04836f12ad4c1194ad31ac22b93 (patch)
treed2f0ecd54dc52e2f4c588e58b132592c166e408b /VERSION
parent6fa14fd21e664925268d80a2263c556b2bc35139 (diff)
downloadfreeipa-0dd95a19ee87a04836f12ad4c1194ad31ac22b93.tar.gz
freeipa-0dd95a19ee87a04836f12ad4c1194ad31ac22b93.tar.xz
freeipa-0dd95a19ee87a04836f12ad4c1194ad31ac22b93.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 a3d586df4..c42bea065 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