This is an automated email from the ASF dual-hosted git repository.
kbhatt 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 f82e42f ATLAS-3301 : 0.8.4 master doc changes
f82e42f is described below
commit f82e42f011be43b57e8980f5870af785b4c51307
Author: kevalbhatt <[email protected]>
AuthorDate: Tue Jun 25 14:59:31 2019 +0530
ATLAS-3301 : 0.8.4 master doc changes
---
docs/src/site/site.xml | 6 ++++++
docs/src/site/twiki/Downloads.twiki | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 70479a8..b8b01d9 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -87,6 +87,10 @@
href="Downloads.html"/>
<item name="1.0.0"
href="Downloads.html"/>
+ <item name="0.8.4"
+ href="Downloads.html"/>
+ <item name="0.8.3"
+ href="Downloads.html"/>
<item name="0.8.2"
href="Downloads.html"/>
<item name="0.8.1"
@@ -109,6 +113,8 @@
<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.4" href="../0.8.4/index.html"/>
+ <item name="0.8.3" href="../0.8.3/index.html"/>
<item name="0.8.2" href="../0.8.2/index.html"/>
<item name="0.8.1" href="../0.8.1/index.html"/>
<item name="0.8-incubating" href="../0.8.0-incubating/index.html"/>
diff --git a/docs/src/site/twiki/Downloads.twiki
b/docs/src/site/twiki/Downloads.twiki
index 48800b2..9123cf2 100755
--- a/docs/src/site/twiki/Downloads.twiki
+++ b/docs/src/site/twiki/Downloads.twiki
@@ -7,8 +7,10 @@ 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* |
+| 0.8.4 | 2019-06-21 |
[[https://www.apache.org/dyn/closer.cgi/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz][source]]
|
[[https://www.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc][signature]]|
[[https://www.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512][SHA512]]
|
| 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]]
|
+| 0.8.3 | 2018-11-01 |
[[https://www.apache.org/dyn/closer.cgi/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz][source]]
|
[[https://www.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.asc][signature]]
|
[[https://www.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-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]]
|
@@ -48,6 +50,27 @@ or
% pgp downloaded_file.asc</verbatim>
---++ Release Notes
+*[[../0.8.4/index][Atlas 0.8.4]] (Released on 2018/06/21)*
+
+ * Entity specific icons updated
+ * Improve FullTextMapper performance during entity retrieval
+ * Option to ignore/prune metadata for temporary/staging Hive tables
+ * Add instrumentation to enable troubleshooting and optimization of ingest
+ * Name of Kafka topics used by Atlas should be configurable
+ * Atlas authentication to support proxy-user
+ * IE-10 Issue fixed
+ * Lineage UI Improvements
+ * Show hide tooltip
+ * Show Path when user hovers on node
+ * Entity detail popup improvments
+ * Export Lineage in PNG format
+ * Search for the node
+ * Drag and Drop node
+ * Reset button
+ * Full Screen support
+ * !BugFixes, Optimizations & UI Improvements
+ *
[[https://issues.apache.org/jira/issues/?jql=project%3DATLAS%20AND%20resolution%3DFixed%20AND%20fixVersion%3D0.8.4%20ORDER%20BY%20key%20DESC][List
of JIRAs resolved in Apache Atlas 0.8.4 release]]
+
*[[../1.2.0/index][Atlas 1.2.0]] (Released on 2019/06/06)*
@@ -90,6 +113,21 @@ or
* Various Bug-fixes and optimizations
*
[[https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC][List
of JIRAs resolved in Apache Atlas 2.0.0 release]]
+*[[../0.8.3/index][Atlas 0.8.3]] (Released on 2018/11/01)*
+
+ * Utility to detect incorrect entity state
+ * Export & Import improvements
+ * Implement clear attribute value transformer for Atlas Entity Transformer
+ * Rename AtlasCluster to AtlasServer
+ * Upgrade commons-fileupload to 1.3.3
+ * Updated node/NPM version and add package-lock.json
+ * Enhance AtlasClient to use UGI's authentication method to initialize URL
connection handler
+ * UI enhancement for Avro schemas and other JSON-valued attributes
+ * Updated frontend-maven-plugin to 1.4
+ * Remove Powermock Usage
+ * !BugFixes, Optimizations & UI Improvements.
+ *
[[https://issues.apache.org/jira/issues/?jql=project%3DATLAS%20AND%20resolution%3DFixed%20AND%20fixVersion%3D0.8.3%20ORDER%20BY%20key%20DESC][List
of JIRAs resolved in Apache Atlas 0.8.3 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