summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-04-21 17:55:08 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commitf35beca68ceaab34ec1bed86be5ae49a0a931658 (patch)
tree22172ca2a08b554671b9cd8963442882ce7243bd /VERSION
parent3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36 (diff)
downloadfreeipa-f35beca68ceaab34ec1bed86be5ae49a0a931658.tar.gz
freeipa-f35beca68ceaab34ec1bed86be5ae49a0a931658.tar.xz
freeipa-f35beca68ceaab34ec1bed86be5ae49a0a931658.zip
ipalib: introduce API schema plugins
Add a set of plugins for API schema introspection. This includes: * a set of commands for command introspection (`command_find`, `command_show`, `command_defaults`), * a set of commands for command param introspection (`param_find`, `param_show`), * a set of commands for command output introspection (`output_find`, `output_show`), * a set of commands for help topic introspection (`topic_find`, `topic_show`), * a command to get the full API schema in one call (`schema`). https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index eeddee931..9d2e234a8 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=172
-# Last change: ipalib: replace DeprecatedParam with `deprecated` Param argument
+IPA_API_VERSION_MINOR=173
+# Last change: ipalib: introduce API schema plugins