You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2016/12/22 16:15:25 UTC

kafka git commit: KAFKA-3284: Remove beta label from security documentation

Repository: kafka
Updated Branches:
  refs/heads/trunk 8ff5a9f3c -> 76169f9e2


KAFKA-3284: Remove beta label from security documentation

4 release cycles (0.9.0.0, 0.10.0.0, 0.10.1.0, 0.10.2.0) should be enough
to remove the beta label.

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #2286 from ijuma/kafka-3284-security-beta-label


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

Branch: refs/heads/trunk
Commit: 76169f9e24fb62dbc6bcd6520bc910272c43aceb
Parents: 8ff5a9f
Author: Ismael Juma <is...@juma.me.uk>
Authored: Thu Dec 22 08:15:21 2016 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Thu Dec 22 08:15:21 2016 -0800

----------------------------------------------------------------------
 docs/security.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/76169f9e/docs/security.html
----------------------------------------------------------------------
diff --git a/docs/security.html b/docs/security.html
index 1f2e6f5..350f0cf 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -17,7 +17,7 @@
 
 <script id="security-template" type="text/x-handlebars-template">
     <h3><a id="security_overview" href="#security_overview">7.1 Security Overview</a></h3>
-    In release 0.9.0.0, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. These features are considered to be of beta quality. The following security measures are currently supported:
+    In release 0.9.0.0, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. The following security measures are currently supported:
     <ol>
         <li>Authentication of connections to brokers from clients (producers and consumers), other brokers and tools, using either SSL or SASL (Kerberos).
         SASL/PLAIN can also be used from release 0.10.0.0 onwards.</li>
@@ -747,4 +747,4 @@
     </ol>
 </script>
 
-<div class="p-security"></div>
\ No newline at end of file
+<div class="p-security"></div>