This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new c49c92bc Add links to 3.0.0 downloads
c49c92bc is described below
commit c49c92bc35007a35cb7b73f4a522b0ac2fbc9758
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Aug 22 02:06:07 2023 -0400
Add links to 3.0.0 downloads
---
_includes/nav.html | 5 +++--
pages/downloads.md | 34 +++++++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/_includes/nav.html b/_includes/nav.html
index 3b1190d9..21fe8bc8 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -17,8 +17,9 @@
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown"
href="#">Releases<span class="caret"></span></a>
<ul class="dropdown-menu">
- <li><a href="{{ site.baseurl }}/release/accumulo-2.1.2/">2.1.2
(Latest)</a></li>
- <li><a href="{{ site.baseurl
}}/release/accumulo-1.10.3/">1.10.3</a></li>
+ <li><a href="{{ site.baseurl }}/release/accumulo-3.0.0/">3.0.0
(Latest non-LTM)</a></li>
+ <li><a href="{{ site.baseurl }}/release/accumulo-2.1.2/">2.1.2
(Latest LTM)</a></li>
+ <li><a href="{{ site.baseurl }}/release/accumulo-1.10.3/">1.10.3
(Legacy LTM)</a></li>
<li><a href="{{ site.baseurl }}/release/">Archive</a></li>
</ul>
</li>
diff --git a/pages/downloads.md b/pages/downloads.md
index a149cf62..3fa4a6e1 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -71,12 +71,44 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using
[these KEYS][GPG_KEY
## Current Releases
+{% assign linkVers = '3.0.0' %}
+### {{linkVers}} **Latest**{: .label .label-primary} **non-LTM**{: .label
.label-warning}
+{: #latest }
+
+The {{linkVers}} release of Apache Accumulo® is the latest bleeding edge
+release, containing the newest features, bug fixes, performance enhancements,
+and more that are expected to appear in a future LTM release. The linked 2.x
+documentation is still largely applicable to 3.x for now, except those items
+that were removed from 3.x. Updated documention specific for 3.x will be made
+available in a future update to this site.
+
+{% for srcbin in srcbinArray %}
+{% assign lnkFile = 'accumulo-' | append: linkVers | append: '-' | append:
srcbin | append: '.tar.gz' %}
+{% assign lnkSuffix = '/accumulo/' | append: linkVers | append: '/' | append:
lnkFile %}
+<div class="row btn-group" style="margin-left: 20px; margin-bottom: 5px;
display: block">
+ <div class="col btn-group">
+ <a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}"
link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
+ </div><div class="col btn-group">
+ <a {{btnSigStyle}}
href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
+ <a {{btnHashStyle}}
href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
+ </div>
+</div>
+{% endfor %}
+<div class="row btn-group-sm" style="margin: 20px">
+ <a {{btnDocStyle}}
href="{{site.baseurl}}/release/accumulo-{{linkVers}}">Release Notes</a>
+ <a {{btnDocStyle}}
href="https://github.com/apache/accumulo/blob/rel/{{linkVers}}/README.md">README</a>
+ <a {{btnDocStyle}} href="{{site.baseurl}}/docs/2.x">Online Documentation</a>
+ <a {{btnDocStyle}}
href="https://github.com/apache/accumulo-examples">Examples</a>
+ <a {{btnDocStyle}} href="{{site.baseurl}}/docs/2.x/apidocs">Java API</a>
+</div>
+
+
{% assign linkVers = '2.1.2' %}
### {{linkVers}} **Latest**{: .label .label-primary} **LTM**{: .label
.label-success}
{: #latest }
The {{linkVers}} release of Apache Accumulo® is the latest release on the
-current generation, containing the newest features, bug fixes, performance
+current stable generation, containing the newest bug fixes, performance
enhancements, and more.
{% for srcbin in srcbinArray %}