Commit c8058eee by Madhan Neethiraj

ATLAS-2691: updated documentation to add Downloads page

(cherry picked from commit 9c46a8e6defe0b7ddbc30076e14df583558f58f1)
parent 870259f4
......@@ -60,24 +60,22 @@
<item name="Atlas" title="Apache Atlas" href="index.html"/>
</breadcrumbs>
<menu name="Atlas">
<item name="About" href="index.html"/>
<menu name="Apache Atlas">
<item name="Overview" href="index.html"/>
<item name="License" href="license.html" />
<item name="Downloads" href="Downloads.html" />
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
<item name="News" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
<item name="Git" href="https://git-wip-us.apache.org/repos/asf/atlas.git" />
<item name="Jira" href="https://issues.apache.org/jira/browse/ATLAS" />
<item name="Powered by" href="https://cwiki.apache.org/confluence/display/ATLAS/PoweredBy" />
<item name="Blog" href="http://blogs.apache.org/atlas/" />
<item name="Review Board" href="https://reviews.apache.org/groups/atlas/?sort=-time_added" />
</menu>
<menu name="Project Information">
<item name="Summary" href="project-info.html" />
<item name="Mailing Lists" href="mail-lists.html" />
<item name="IRC" href="http://webchat.freenode.net?channels=apacheatlas&amp;uio=d4" />
<item name="Team" href="team-list.html" />
<item name="Issue Tracking" href="issue-tracking.html" />
<item name="Source Repository" href="source-repository.html" />
<item name="License" href="license.html" />
</menu>
<menu name="Releases">
......
---+ Downloads
Apache Atlas release artifacts are distributed via mirror sites and should be checked for tampering using GPG or SHA-256.
The table below lists release artifacts and their associated signatures and hashes. The keys used to sign the release
artifacts can be found in our published [[https://dist.apache.org/repos/dist/release/atlas/KEYS][KEYS file]].
| *Version* | *Release Date* | *Tarball* | *GPG* | *Hash* |
| 1.0.0 | 2018-06-02 | [[http://www.apache.org/dyn/closer.cgi/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz][source]] | [[https://dist.apache.org/repos/dist/release/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc][signature]] | [[https://dist.apache.org/repos/dist/release/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512][SHA512]] |
| 0.8.2 | 2018-02-05 | [[http://www.apache.org/dyn/closer.cgi/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz][source]] | [[https://dist.apache.org/repos/dist/release/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc][signature]] | [[https://dist.apache.org/repos/dist/release/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512][SHA512]] |
| 0.8.1 | 2017-08-29 | [[http://www.apache.org/dyn/closer.cgi/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz][source]] | [[https://dist.apache.org/repos/dist/release/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc][signature]] | [[https://dist.apache.org/repos/dist/release/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512][SHA512]] |
| 0.8.0-incubating | 2017-03-16 | [[http://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz][source]] | [[https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.sha512][SHA512]] |
| 0.7.1-incubating | 2017-01-29 | [[http://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz][source]] | [[https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.mds][checksum]] |
| 0.7.0-incubating | 2016-07-09 | [[http://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz][source]] | [[https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.sha512][SHA512]] |
| 0.6.0-incubating | 2015-12-31 | [[http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz][source]] | [[https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.sha][SHA]] |
| 0.5.0-incubating | 2015-06-22 | [[http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz][source]] | [[https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.asc][signature]] | [[https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.sha][SHA]] |
---++ Verify the integrity of the files
It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash
(.md5 or .sha* file). Please read [[https://www.apache.org/info/verification.html][Verifying Apache Software Foundation Releases]]
for more information on why you should verify our releases.
The PGP signature can be verified using PGP or GPG, with the following steps:
* Download the release artifact from the link in the table above
* Download the signature file for the release from the link in the table above
* Download [[https://dist.apache.org/repos/dist/release/atlas/KEYS][Apache Atlas KEYS file]]
* Verify the signatures using one of the following:
<verbatim>
% gpg --import KEYS
% gpg --verify downloaded_file.asc downloaded_file</verbatim>
or
<verbatim>
% pgpk -a KEYS
% pgpv downloaded_file.asc</verbatim>
or
<verbatim>
% pgp -ka KEYS
% pgp downloaded_file.asc</verbatim>
......@@ -256,6 +256,17 @@
<!--<organizationUrl>http://www.aetna.com</organizationUrl>-->
</developer>
<developer>
<id>grahamwallis</id>
<name>Graham Wallis</name>
<email>grahamwallis@apache.org</email>
<timezone>Europe/London</timezone>
<roles>
<role>committer</role>
</roles>
<organization>IBM Corporation</organization>
<!--<organizationUrl>http://www.ibm.com</organizationUrl>-->
</developer>
<developer>
<id>gsenia</id>
<name>Greg Senia</name>
<email>gsenia@aetna.com</email>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment