This is an automated email from the ASF dual-hosted git repository.
awong pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new ee19f0f KUDU-2742 split "Previous" and "Archived" releases
ee19f0f is described below
commit ee19f0fcf69a8a174761c4c7f4f3d39481418a87
Author: Andrew Wong <awong@apache.org>
AuthorDate: Thu Mar 14 10:53:49 2019 -0700
KUDU-2742 split "Previous" and "Archived" releases
To clarify which versions are still supported, this patch splits out the
"Previous Releases (ongoing support)" and "Archived Releases" on the
/releases page.
The same is done for the latest release page as well.
Change-Id: I82111328f7d1cd509f95e655241fd22bbcd4eabb
Reviewed-on: http://gerrit.cloudera.org:8080/12753
Reviewed-by: Mike Percy <mpercy@apache.org>
Tested-by: Andrew Wong <awong@cloudera.com>
---
releases/1.9.0/index.md | 2 +-
releases/index.md | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/releases/1.9.0/index.md b/releases/1.9.0/index.md
index 4ab6f58..e8cffd8 100644
--- a/releases/1.9.0/index.md
+++ b/releases/1.9.0/index.md
@@ -55,7 +55,7 @@ Additional links:
* [Kudu 1.9.0 Java API docs](apidocs/)
* [Kudu 1.9.0 C++ API docs](cpp-client-api/)
-Previous releases:
+Previous releases (ongoing support):
* [Kudu 1.8.0 Release](/releases/1.8.0/)
* [Kudu 1.7.1 Release](/releases/1.7.1/)
diff --git a/releases/index.md b/releases/index.md
index eb2a80e..34d2d64 100644
--- a/releases/index.md
+++ b/releases/index.md
@@ -11,11 +11,14 @@ single_col_extra_classes: releases
* **[Kudu 1.9.0](1.9.0/)** was released on March 12, 2019. <!-- LATREL: DO NOT REMOVE
-->
-### Previous releases
+### Previous releases (ongoing support)
* [Kudu 1.8.0](1.8.0/) was released on October 24, 2018. <!-- PREVREL: DO NOT REMOVE -->
* [Kudu 1.7.1](1.7.1/) was released on June 7, 2018.
-* [Kudu 1.7.0](1.7.0/) was released on March 23, 2018.
+
+### Archived releases
+
+* [Kudu 1.7.0](1.7.0/) was released on March 23, 2018. <!--ARCHREL: DO NOT REMOVE -->
* [Kudu 1.6.0](1.6.0/) was released on December 07, 2017.
* [Kudu 1.5.0](1.5.0/) was released on September 8, 2017.
* [Kudu 1.4.0](1.4.0/) was released on June 13, 2017.
|