This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 92a3b80c1 Release 5.0-alpha2
92a3b80c1 is described below
commit 92a3b80c1a75871cfaa5b3772484f24eb4ecaa1a
Author: mck <[email protected]>
AuthorDate: Sat Nov 4 14:44:34 2023 +0100
Release 5.0-alpha2
ref: https://lists.apache.org/thread/5861bzk3swf7wvm2jwczgsfsskvlsqjc
Switch "latest" docs over to 5.0
Add 5.0-alpha2 to downloads page
---
site-content/docker-entrypoint.sh | 6 +++---
site-content/site.template.yaml | 6 +++---
.../source/modules/ROOT/pages/download.adoc | 22 ++++++++++++++++++++--
3 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/site-content/docker-entrypoint.sh
b/site-content/docker-entrypoint.sh
index f0b12fa03..889bbddc1 100755
--- a/site-content/docker-entrypoint.sh
+++ b/site-content/docker-entrypoint.sh
@@ -240,10 +240,10 @@ prepare_site_html_for_publication() {
then
log_message "INFO" "Moving versioned documentation HTML to content/doc"
# FIXME – we can't generate tags yet as in-tree doc/antora.yml doesn't
specify specifc tag versions, so just copy them for now (see same fixme in
Dockerfile)
- move_intree_document_directories "3.11" "3.11.11" "3.11.12" "3.11.13"
"3.11.14" "3.11.15"
+ move_intree_document_directories "3.11" "3.11.11" "3.11.12" "3.11.13"
"3.11.14" "3.11.15" "3.11.16"
move_intree_document_directories "4.0" "4.0.0" "4.0.1" "4.0.2" "4.0.3"
"4.0.4" "4.0.5" "4.0.6" "4.0.7" "4.0.8" "4.0.9" "4.0.10" "4.0.11"
- move_intree_document_directories "4.1" "4.1.0" "4.1.1" "4.1.2" "4.1.3"
"stable" "latest"
- move_intree_document_directories "5.0" "5.0"
+ move_intree_document_directories "4.1" "4.1.0" "4.1.1" "4.1.2" "4.1.3"
"stable"
+ move_intree_document_directories "5.0" "5.0" "latest"
move_intree_document_directories "trunk" "5.1"
fi
diff --git a/site-content/site.template.yaml b/site-content/site.template.yaml
index 93bbe2952..64e2d2a59 100644
--- a/site-content/site.template.yaml
+++ b/site-content/site.template.yaml
@@ -38,9 +38,9 @@ asciidoc:
idseparator: '-'
experimental: ''
source-language: asciidoc
- current-version: 4.0
- latest-version: 4.0
- previous-version: 3.11
+ current-version: 4.1
+ latest-version: 5.0
+ previous-version: 4.0
40_version: '4.0'
3x_version: '3.11'
example-caption: ~
diff --git a/site-content/source/modules/ROOT/pages/download.adoc
b/site-content/source/modules/ROOT/pages/download.adoc
index b4b7cc604..eb4df8057 100644
--- a/site-content/source/modules/ROOT/pages/download.adoc
+++ b/site-content/source/modules/ROOT/pages/download.adoc
@@ -11,6 +11,24 @@
[openblock, cf release-row text-center]
--------
+[openblock, inline100 inline-top]
+----------
+[discrete]
+=== Latest Version
+[discrete]
+==== Apache Cassandra 5.0
+[discrete]
+==== Latest release on 2023-11-04
+[discrete]
+==== Maintained until 5.4.0 release (~July 2026)
+
+[.btn.btn--alt]
+https://www.apache.org/dyn/closer.lua/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-bin.tar.gz[5.0-alpha2,window=blank]
+
+(https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-bin.tar.gz.asc[pgp,window=blank],
https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-bin.tar.gz.sha256[sha256,window=blank],
https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-bin.tar.gz.sha512[sha512,window=blank])
+
+(https://www.apache.org/dyn/closer.lua/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-src.tar.gz[source,window=blank]:
https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-src.tar.gz.asc[pgp,window=blank],
https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-src.tar.gz.sha256[sha256,window=blank],
https://downloads.apache.org/cassandra/5.0-alpha2/apache-cassandra-5.0-alpha2-src.tar.gz.sha512[sha512,window=blank])
+----------
+
[openblock, inline50 inline-top]
----------
[discrete]
@@ -20,7 +38,7 @@
[discrete]
==== Latest release on 2023-07-24
[discrete]
-==== Maintained until 5.2.0 release (~July 2025)
+==== Maintained until 5.3.0 release (~July 2025)
[.btn.btn--alt]
https://www.apache.org/dyn/closer.lua/cassandra/4.1.3/apache-cassandra-4.1.3-bin.tar.gz[4.1.3,window=blank]
@@ -38,7 +56,7 @@
https://www.apache.org/dyn/closer.lua/cassandra/4.1.3/apache-cassandra-4.1.3-bin
[discrete]
==== Latest release on 2023-07-18
[discrete]
-==== Maintained until 5.1.0 release (~July 2024)
+==== Maintained until 5.2.0 release (~July 2024)
[.btn.btn--alt]
https://www.apache.org/dyn/closer.lua/cassandra/4.0.11/apache-cassandra-4.0.11-bin.tar.gz[4.0.11,window=blank]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]