You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/11/01 15:27:08 UTC

[accumulo-website] branch main updated: Update site for 2.1.0 release

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 3c97e861 Update site for 2.1.0 release
3c97e861 is described below

commit 3c97e861979e7f6f5a38f74a98c68848aa261df7
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Nov 1 11:26:55 2022 -0400

    Update site for 2.1.0 release
    
    * Update DOAP
    * Update downloads page
    * Update navigation
    * Update jekyll config variables
    * Add EOL date to 1.10
---
 _config.yml                                                       | 8 ++++----
 _includes/nav.html                                                | 2 +-
 ...{2022-04-27-accumulo-2.1.0.md => 2022-11-01-accumulo-2.1.0.md} | 0
 doap/accumulo.rdf                                                 | 7 +++++++
 pages/downloads.md                                                | 6 ++++--
 5 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/_config.yml b/_config.yml
index 9f7ff1de..55bceaf2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,8 +15,8 @@ description: > # this means to ignore newlines until "url:"
 url: "https://accumulo.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheAccumulo
 exclude: [vendor]
-latest_release: 2.0.1
-javadoc_version: 2.0.1
+latest_release: 2.1.0
+javadoc_version: 2.1.0
 num_home_posts: 5
 javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
 docs_baseurl: "/docs/2.x"
@@ -67,8 +67,8 @@ defaults:
       layout: "docs-2"
       title_prefix: "Accumulo Documentation - "
       version: "2.x"
-      latest_release: "2.0.1"
-      javadoc_version: "2.0.1"
+      latest_release: "2.1.0"
+      javadoc_version: "2.1.0"
       docs_baseurl: "/docs/2.x"
       javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
       skiph1fortitle: "true"
diff --git a/_includes/nav.html b/_includes/nav.html
index 6f2263d5..54a8d30c 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -17,7 +17,7 @@
         <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.0.1/">2.0.1 (Latest)</a></li>
+            <li><a href="{{ site.baseurl }}/release/accumulo-2.1.0/">2.1.0 (Latest)</a></li>
             <li><a href="{{ site.baseurl }}/release/accumulo-1.10.2/">1.10.2</a></li>
             <li><a href="{{ site.baseurl }}/release/">Archive</a></li>
           </ul>
diff --git a/_posts/release/2022-04-27-accumulo-2.1.0.md b/_posts/release/2022-11-01-accumulo-2.1.0.md
similarity index 100%
rename from _posts/release/2022-04-27-accumulo-2.1.0.md
rename to _posts/release/2022-11-01-accumulo-2.1.0.md
diff --git a/doap/accumulo.rdf b/doap/accumulo.rdf
index 5c7df0c8..64ae3ecd 100644
--- a/doap/accumulo.rdf
+++ b/doap/accumulo.rdf
@@ -34,6 +34,13 @@
     <download-page rdf:resource="https://accumulo.apache.org/downloads"/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Accumulo</name>
+        <created>2022-11-01</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache Accumulo</name>
diff --git a/pages/downloads.md b/pages/downloads.md
index a873d1f3..eb8b6cc2 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -71,8 +71,8 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using [these KEYS][GPG_KEY
 
 ## Current Releases
 
-{% assign linkVers = '2.0.1' %}
-### {{linkVers}} **Latest**{: .label .label-primary} **non-LTM**{: .label .label-warning}
+{% assign linkVers = '2.1.0' %}
+### {{linkVers}} **Latest**{: .label .label-primary} **LTM**{: .label .label-success}
 {: #latest }
 
 The {{linkVers}} release of Apache Accumulo&reg; is the latest release on the
@@ -107,6 +107,8 @@ enhancements, and more.
 The most recent legacy (1.x) release of Apache Accumulo&reg; is version
 {{linkVers}}.
 
+The 1.10 release series will reach end-of-life on **November 1, 2023**.
+
 {% for srcbin in srcbinArray %}
 {% assign lnkFile = 'accumulo-' | append: linkVers | append: '-' | append: srcbin | append: '.tar.gz' %}
 {% assign lnkSuffix = '/accumulo/' | append: linkVers | append: '/' | append: lnkFile %}