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:21:10 UTC

[atlas] branch master updated: ATLAS-3267 : Atlas doc changes for menu & download page 1.2.0 releae

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e5bbc5  ATLAS-3267 : Atlas doc changes for  menu & download page 1.2.0 releae
6e5bbc5 is described below

commit 6e5bbc5090fdc2831ab2b7e37a39cf9fc9122850
Author: nixonrodrigues <ni...@apache.org>
AuthorDate: Wed Jun 12 14:32:46 2019 +0530

    ATLAS-3267 : Atlas doc changes for  menu & download page 1.2.0 releae
---
 docs/src/site/site.xml              |  3 +++
 docs/src/site/twiki/Downloads.twiki | 15 +++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index a2f7618..70479a8 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -81,6 +81,8 @@
         <menu name="Downloads">
             <item name="2.0.0"
                   href="Downloads.html"/>
+            <item name="1.2.0"
+                  href="Downloads.html"/>
             <item name="1.1.0"
                   href="Downloads.html"/>
             <item name="1.0.0"
@@ -104,6 +106,7 @@
         <menu name="Documentation">
             <item name="latest" href="../index.html"/>
             <item name="2.0.0" href="../2.0.0/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"/>
diff --git a/docs/src/site/twiki/Downloads.twiki b/docs/src/site/twiki/Downloads.twiki
index da21db2..48800b2 100755
--- a/docs/src/site/twiki/Downloads.twiki
+++ b/docs/src/site/twiki/Downloads.twiki
@@ -7,6 +7,7 @@ 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]] |
 | 2.0.0 | 2019-05-14 | [[https://www.apache.org/dyn/closer.cgi/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz][source]] | [[https://www.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.asc][signature]] | [[https://www.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.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]] |
@@ -47,6 +48,20 @@ or
 % pgp downloaded_file.asc</verbatim>
 
 ---++ 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]]
+
+
 *[[../2.0.0/index][Atlas 2.0.0]] (Released on 2019/05/14)*
    * Soft-reference attribute implementation.
    * Unique-attributes constraints at graph store-level