You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2017/04/05 18:01:49 UTC

kudu git commit: Add announcement post for 1.3.0

Repository: kudu
Updated Branches:
  refs/heads/gh-pages d114777e8 -> 16d7b12d7


Add announcement post for 1.3.0

Change-Id: I002e24b90ea28cd25168315c8e0e30645c7ff1ae
Reviewed-on: http://gerrit.cloudera.org:8080/6557
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>
Tested-by: Jean-Daniel Cryans <jd...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 16d7b12d7ee0b0204324731713fb5214deadec6b
Parents: d114777
Author: Todd Lipcon <to...@cloudera.com>
Authored: Wed Apr 5 10:50:35 2017 -0700
Committer: Jean-Daniel Cryans <jd...@apache.org>
Committed: Wed Apr 5 18:00:26 2017 +0000

----------------------------------------------------------------------
 _posts/2017-03-20-apache-kudu-1-3-0-released.md | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/16d7b12d/_posts/2017-03-20-apache-kudu-1-3-0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2017-03-20-apache-kudu-1-3-0-released.md b/_posts/2017-03-20-apache-kudu-1-3-0-released.md
new file mode 100644
index 0000000..00cf7a7
--- /dev/null
+++ b/_posts/2017-03-20-apache-kudu-1-3-0-released.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title: Apache Kudu 1.3.0 released
+author: Todd Lipcon
+---
+
+The Apache Kudu team is happy to announce the release of Kudu 1.3.0!
+
+Apache Kudu 1.3 is a minor release which adds various new features,
+improvements, bug fixes, and optimizations on top of Kudu
+1.2. Highlights include:
+
+<!--more-->
+
+- significantly improved support for security, including Kerberos
+  authentication, TLS encryption, and coarse-grained (cluster-level)
+  authorization
+- automatic garbage collection of historical versions of data
+- lower space consumption and better performance in default
+  configurations.
+
+The above list of changes is non-exhaustive. Please refer to the
+[release notes](/releases/1.3.0/docs/release_notes.html)
+for an expanded list of important improvements, bug fixes, and
+incompatible changes before upgrading.
+
+Thanks to the 25 developers who contributed code or documentation to
+this release!
+
+* Download the [Kudu 1.3.0 source release](/releases/1.3.0/)
+* Convenience binary artifacts for the Java client and various Java
+integrations (eg Spark, Flume) are also now available via the ASF Maven
+repository.