Repository: knox
Updated Branches:
  refs/heads/v0.5.0 6e316a942 -> af137abb3


KNOX-426 change assertion provider name to Default


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/af137abb
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/af137abb
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/af137abb

Branch: refs/heads/v0.5.0
Commit: af137abb39d3ce1ac2d8ccdc05d71e3c33a35b30
Parents: 6e316a9
Author: Larry McCay <lmc...@hortonworks.com>
Authored: Fri Sep 19 15:11:23 2014 -0400
Committer: Larry McCay <lmc...@hortonworks.com>
Committed: Fri Sep 19 15:12:28 2014 -0400

----------------------------------------------------------------------
 CHANGES | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/af137abb/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3067131..41948bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,65 @@
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.5.0
 ------------------------------------------------------------------------------
+** New Feature
+    * [KNOX-74] - Support YARN REST API access via the Gateway
+    * [KNOX-25] - KNOX should support authentication using SPNEGO from browser
+
+** Improvements
+    * [KNOX-88] - Support HDFS HA
+    * [KNOX-415] - Add some static group entires, associate some users with 
groups in user.ldif in the bundled Apache DS
+    * [KNOX-404] - GATEWAY_HOME/conf needs to be added to gateway server 
classpath
+    * [KNOX-402] - New GatewayService - TopologyService
+    * [KNOX-401] - Add service role request attribute
+    * [KNOX-355] - Support KNOX authentication provider based on 
hadoop.security.authentication.server.AuthenticationHandler
+    * [KNOX-353] - adding support for hadoop java client through redirection
+    * [KNOX-375] - add functional test for KNOX-242 find client bind dn using 
ldapsearch
+
 ** Bug
     * [KNOX-410] - TopologyService Incorrect when _default Topology is Deployed
+    * [KNOX-424] - Fix maven groupId
+    * [KNOX-426] - change assertion provider name to Default
+    * [KNOX-425] - rename Pseudo identity assertion provider
+    * [KNOX-421] - optimize webhdfs file upload
+    * [KNOX-413] - Yarn responses with TrackingUrl in the body not getting 
blanked out
+    * [KNOX-349] - Completes JSON and XML support for PUT/GET of single 
topology and collection.
+    * [KNOX-410] - Set topology name back to original value after deploying 
_default topology
+    * [KNOX-349] - KNOX API for Topology Management. Support for 
deploy/undeploy topologies.
+    * [KNOX-406] - Add provider name to test topologies to prevent 
intermittent test failures
+    * [KNOX-403] - Optimize KnoxLdapRealm to reduce number of ldapsearches
+    * [KNOX-349] - Knox API for Topology Management. Adds default admin 
topology to install and negative tests.
+    * [KNOX-349] - Knox API for Topology Management. Initial step only 
supports GETs for topologies collection and single topology.
+    * [KNOX-398] - Func test for Knox server info REST API.
+    * [KNOX-366] - fixed stale pid detection again
+    * [KNOX-398] - initial contribution for the Knox management API
+    * [KNOX-396] - gateway.sh and ldap.sh status commands incorrect
+    * [KNOX-395] - POC for Jersey Topology Service from Knox
+    * [KNOX-350] - DOAP file for the Knox Project
+    * [KNOX-391-392] - KnoxLdaRealm should use LdapName.equals for groupDn 
compare
+    * [KNOX-389] - Knoxcli.cmd fails when space in JAVA_HOME
+    * [KNOX-387] - replace JndiLdapRealm with KnoxLdapRelam in unit tests and 
functional tests
+    * [KNOX-386] - update topology template files to use KnoxLdapRealm
+    * [KNOX-385] - removed the config element for path to forward to and 
derive the path from the default topology name instead
+    * [KNOX-383] - log computed bind dn and the mechanism to help diagnostics
+    * [KNOX-382] - fixed extraneous output in shell scripts
+    * [KNOX-381] - Expansion of authority only URL should not be prefixed with 
//
+    * [KNOX-377] - detect stale pid and allow ldap server to restart in its 
presence
+    * [KNOX-374] - KnoxLdapRealm does not default values correctly for 
userSearchBase and groupSearchBase
+    * [KNOX-373] - add unit tests to verify default values for userSearchBase, 
groupSearchBase
+    * [KNOX-372] - add unit tests to check default values for 
userSearchAttributeName, userObjectClass
+    * [KNOX-371] - group membership lookup need to use userdn computed by 
search
+    * [KNOX-369] - add support for new config param groupSearchBase
+    * [KNOX-368] - add support for new config param userSearchBase
+    * [KNOX-370] - add support for new config param userObjectClass
+    * [KNOX-367] - add support for new config param userSearchAttributeName
+    * [KNOX-366] - detect stale pid file a allow server start in its presence.
+    * [KNOX-362] - logging of startup failure due to missing master secret and 
inability to prompt for one
+    * [KNOX-361] - implicitly deploy the _default app for forwarding to the 
default topology
+    * [KNOX-358] - refactor redirecting servlet into a forwarding servlet
+    * [KNOX-310] - Parsing of JSON response for rewriting failing
+    * [KNOX-356] - change redirect servlet to use 307s instead of 302s
+    * [KNOX-354] - added PseudoAuthFederation Provider to accept user.name as 
proof of a pre-authenticated authentication event.
+    * [KNOX-344] - Updated Knox Hive samples to be consistent with Hive 0.13.
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.4.0

Reply via email to