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 abd9bc0b6 Update website for 2.1.3 release
abd9bc0b6 is described below
commit abd9bc0b69844aa5f9c090c81f0a44030eaf19e1
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Aug 12 19:57:00 2024 -0400
Update website for 2.1.3 release
* Update jekyll config, nav, and download page
* Update 2.1.2 release notes to be archived
* Keep 2.1.3 release notes draft pending final review
---
_config.yml | 8 ++++----
_includes/nav.html | 2 +-
_posts/release/2023-08-21-accumulo-2.1.2.md | 1 +
...{2024-07-10-accumulo-2.1.3.md => 2024-08-12-accumulo-2.1.3.md} | 0
pages/downloads.md | 2 +-
5 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/_config.yml b/_config.yml
index 5baea8d58..791ea7af1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,8 +13,8 @@ description: > # this means to ignore newlines until "url:"
The Apache Accumuloâ„¢ sorted, distributed key/value store is a robust,
scalable,
high performance data storage and retrieval system.
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
-latest_release: 2.1.2
-javadoc_version: 2.1.2
+latest_release: 2.1.3
+javadoc_version: 2.1.3
num_home_posts: 5
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
docs_baseurl: "/docs/2.x"
@@ -72,8 +72,8 @@ defaults:
layout: "docs-2"
title_prefix: "Accumulo Documentation - "
version: "2.x"
- latest_release: "2.1.2"
- javadoc_version: "2.1.2"
+ latest_release: "2.1.3"
+ javadoc_version: "2.1.3"
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 b91ca14e4..68ce22a85 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -14,7 +14,7 @@
<a class="nav-link dropdown-toggle" href="#" role="button"
data-bs-toggle="dropdown">Releases</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-3.0.0/">3.0.0 (Latest non-LTM)</a></li>
- <li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-2.1.2/">2.1.2 (Latest LTM)</a></li>
+ <li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-2.1.3/">2.1.3 (Latest LTM)</a></li>
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/accumulo-1.10.4/">1.10.4 (Legacy LTM)</a></li>
<li><a class="dropdown-item" href="{{ site.baseurl
}}/release/">Archive</a></li>
</ul>
diff --git a/_posts/release/2023-08-21-accumulo-2.1.2.md
b/_posts/release/2023-08-21-accumulo-2.1.2.md
index 0eb3b3ab2..274276c59 100644
--- a/_posts/release/2023-08-21-accumulo-2.1.2.md
+++ b/_posts/release/2023-08-21-accumulo-2.1.2.md
@@ -2,6 +2,7 @@
title: Apache Accumulo 2.1.2
sortableversion: '02.01.02'
LTM: true
+archived: true
---
## About
diff --git a/_posts/release/2024-07-10-accumulo-2.1.3.md
b/_posts/release/2024-08-12-accumulo-2.1.3.md
similarity index 100%
rename from _posts/release/2024-07-10-accumulo-2.1.3.md
rename to _posts/release/2024-08-12-accumulo-2.1.3.md
diff --git a/pages/downloads.md b/pages/downloads.md
index 30d8eafad..c33cfb2b4 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -104,7 +104,7 @@ available in a future update to this site.
</div>
-{% assign linkVers = '2.1.2' %}
+{% assign linkVers = '2.1.3' %}
### {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success}
{: #latest }