summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-05-30 18:27:38 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-13 17:50:54 +0200
commitb9aa31191b3067aced1432daa06d18b4382cd77f (patch)
tree4e29f79895c3a0a726c2d59c32ea81aa3a9d0385 /VERSION
parent80cbddaa37241e5c762edb656e4c658e652c87ef (diff)
downloadfreeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.tar.gz
freeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.tar.xz
freeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.zip
Server Roles: make server-{show,find} utilize role information
server-show command will now display list of roles enabled on the master (unless `--raw` is given). server-find gained `--servroles` options which facilitate search for server having one or more enabled roles. http://www.freeipa.org/page/V4/Server_Roles https://fedorahosted.org/freeipa/ticket/5181 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 50cf35e72..c28fd1929 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=178
-# Last change: mbabinsk - Server Roles: public API for server roles
+IPA_API_VERSION_MINOR=179
+# Last change: mbabinsk - Server Roles: make server-{show,find} utilize role information