You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2019/06/12 11:24:24 UTC

[atlas] branch branch-1.0 updated: Documentation changes for 1.2.0 on branch-1.0

This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-1.0 by this push:
     new f067fbd  Documentation changes for 1.2.0 on branch-1.0
f067fbd is described below

commit f067fbd5523fd968ea00a3f6270edd7efe4e0f3e
Author: nixonrodrigues <ni...@apache.org>
AuthorDate: Wed Jun 12 12:00:51 2019 +0530

    Documentation changes for 1.2.0 on branch-1.0
---
 docs/src/site/markdown/WhatsNew-1.2.md      | 40 +++++++++++++++++++++++++++++
 docs/src/site/site.xml                      |  6 +++++
 docs/src/site/twiki/Downloads.twiki         | 29 ++++++++++++++++++++-
 docs/src/site/twiki/InstallationSteps.twiki |  6 ++---
 docs/src/site/twiki/index.twiki             |  2 +-
 5 files changed, 78 insertions(+), 5 deletions(-)

diff --git a/docs/src/site/markdown/WhatsNew-1.2.md b/docs/src/site/markdown/WhatsNew-1.2.md
new file mode 100644
index 0000000..cb41a8a
--- /dev/null
+++ b/docs/src/site/markdown/WhatsNew-1.2.md
@@ -0,0 +1,40 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+# What's new in Apache Atlas 1.2.0?
+
+
+## Changes
+
+Lineage UI Improvements and changes.
+Show entity specific icon for the lineage node.
+Atlas authentication to support proxy-user.
+New Transform Framework
+Atlas Import Transform Handler Implementation.
+New Bulk retrieval API with servicetype parameter.
+Adding default value to the relationship.
+Atlas Client Support for Export & Import APIs
+BugFixes, Optimizations & UI Improvements.
+
+
+## Updates
+Update JanusGraph version to 0.3.1
+Update model files to include service-type for each entityDef.
+Update jackson version to 2.9.9.
+Update entity create/update to specify relationship-type for attributes.
+Update hive types to remove use of ownedRef/inverseRef constraints for relationships
\ No newline at end of file
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index c3a1c9d..a16c1b0 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -79,6 +79,10 @@
         </menu>
 
         <menu name="Downloads">
+            <item name="1.2.0"
+                  href="Downloads.html"/>
+            <item name="1.1.0"
+                  href="Downloads.html"/>
             <item name="1.0.0"
                   href="Downloads.html"/>
             <item name="0.8.2"
@@ -99,6 +103,8 @@
 
         <menu name="Documentation">
             <item name="latest" href="../index.html"/>
+            <item name="1.2.0" href="../1.2.0/index.html"/>
+            <item name="1.1.0" href="../1.1.0/index.html"/>
             <item name="1.0.0" href="../1.0.0/index.html"/>
             <item name="0.8.2" href="../0.8.2/index.html"/>
             <item name="0.8.1" href="../0.8.1/index.html"/>
diff --git a/docs/src/site/twiki/Downloads.twiki b/docs/src/site/twiki/Downloads.twiki
index 29f6daa..8f7a422 100755
--- a/docs/src/site/twiki/Downloads.twiki
+++ b/docs/src/site/twiki/Downloads.twiki
@@ -7,6 +7,8 @@ The table below lists release artifacts and their associated signatures and hash
 artifacts can be found in our published [[https://www.apache.org/dist/atlas/KEYS][KEYS file]].
 
 | *Version* | *Release Date* | *Tarball* | *GPG* | *Hash* |
+| 1.2.0 | 2019-06-06 | [[https://www.apache.org/dyn/closer.cgi/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz][source]] | [[https://www.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.asc][signature]] | [[https://www.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.sha512][SHA512]] |
+| 1.1.0 | 2018-09-17 | [[https://www.apache.org/dyn/closer.cgi/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz][source]] | [[https://www.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.asc][signature]] | [[https://www.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.sha512][SHA512]] |
 | 1.0.0 | 2018-06-02 | [[https://www.apache.org/dyn/closer.cgi/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz][source]] | [[https://www.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc][signature]] | [[https://www.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512][SHA512]] |
 | 0.8.2 | 2018-02-05 | [[https://www.apache.org/dyn/closer.cgi/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz][source]] | [[https://www.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc][signature]] | [[https://www.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512][SHA512]] |
 | 0.8.1 | 2017-08-29 | [[https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz][source]] | [[https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512][SHA512]] |
@@ -46,10 +48,35 @@ or
 
 ---++ Release Notes
 
+*[[../1.2.0/index][Atlas 1.2.0]] (Released on 2019/06/06)*
+
+
+   * Lineage UI Improvements and changes.
+   * Show entity specific icon for the lineage node.
+   * Atlas authentication to support proxy-user.
+   * Update model files to include service-type for each entityDef.
+   * Update !JanusGraph version to 0.3.1
+   * New Transform Framework
+   * Atlas Import Transform Handler Implementation.
+   * !BugFixes, Optimizations & UI Improvements.
+   * [[https://issues.apache.org/jira/issues/?jql=project%3DATLAS%20AND%20resolution%3DFixed%20AND%20fixVersion%3D1.2.0%20ORDER%20BY%20key%20DESC][List of JIRAs resolved in Apache Atlas 1.2.0 release]]
+
+
+*[[../1.1.0/index][Atlas 1.1.0]] (Released on 2018/09/17)*
+
+
+   * Updated authorization model to support access control on relationship operations
+   * Added support for AWS S3 datatypes, in Atlas server and Hive hook
+   * Updated !JanusGraph version from 0.2.0 to 0.3.0
+   * Updated hooks to send Kafka notifications asynchronously
+   * Enhanced classification-propagation with options to handle entity-deletes
+   * !BugFixes and Optimizations
+
+
 *[[../1.0.0/index][Atlas 1.0.0]] (Released on 2018/06/02)*
 
    * Core model enhancement to support Relationship as first-class construct
-   * Support for JanusGraph graph database
+   * Support for !JanusGraph graph database
    * New DSL implementation, using ANTLR instead of Scala
    * Removal of older type system implementation in atlas-typesystem library
    * Metadata security - fine grained authorization
diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki
index 8d7c77e..7c6c3c6 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -1,11 +1,11 @@
 ---++ Building & Installing Apache Atlas
 
 ---+++ Building Apache Atlas
-Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from [[http://atlas.apache.org/Downloads.html][downloads]] page.
+Download Apache Atlas 1.2.0 release sources, apache-atlas-1.2.0-sources.tar.gz, from [[http://atlas.apache.org/Downloads.html][downloads]] page.
 Then follow the instructions below to to build Apache Atlas.
 <verbatim>
-tar xvfz apache-atlas-1.0.0-sources.tar.gz
-cd apache-atlas-sources-1.0.0/
+tar xvfz apache-atlas-1.2.0-sources.tar.gz
+cd apache-atlas-sources-1.2.0/
 export MAVEN_OPTS="-Xms2g -Xmx2g"
 mvn clean -DskipTests install</verbatim>
 
diff --git a/docs/src/site/twiki/index.twiki b/docs/src/site/twiki/index.twiki
index 7d8c982..ba3af02 100755
--- a/docs/src/site/twiki/index.twiki
+++ b/docs/src/site/twiki/index.twiki
@@ -44,7 +44,7 @@ capabilities around these data assets for data scientists, analysts and the data
 
 ---++ Getting Started
 
-   * [[WhatsNew-1.0][What's new in Apache Atlas 1.0?]]
+   * [[WhatsNew-1.2][What's new in Apache Atlas 1.2?]]
    * [[InstallationSteps][Build & Install]]
    * [[QuickStart][Quick Start]]