This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ec5cb0fcf Add back 9.x download section
ec5cb0fcf is described below

commit ec5cb0fcfa066cb8d1c1d729eed6dddfea6e5747
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Mar 18 02:24:03 2026 +0100

    Add back 9.x download section
---
 themes/solr/templates/downloads.html | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/themes/solr/templates/downloads.html 
b/themes/solr/templates/downloads.html
index b5c4d2b61..8fc8abf22 100644
--- a/themes/solr/templates/downloads.html
+++ b/themes/solr/templates/downloads.html
@@ -49,6 +49,35 @@
     <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") 
}}/changes/Changes.html">Change log</a></li>
   </ul>
 
+  <h2 id="solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}">Solr {{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}
+  <a class="headerlink" href="#solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE | 
replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr {{ SOLR_PREVIOUS_MAJOR_RELEASE }} is the last release in the {{ 
SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.x series.
+  </p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}-src.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}-src.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Binary releases:
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.tgz.sha512">SHA512</a>]
+      /
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip?action=download">solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE }}.zip</a>
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/solr/{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}/solr-{{ SOLR_PREVIOUS_MAJOR_RELEASE 
}}.zip.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker: <a href="https://hub.docker.com/_/solr";>solr:{{ 
SOLR_PREVIOUS_MAJOR_RELEASE }}</a></li>
+
+    <li><a href="{{ SITEURL }}/{{ SOLR_PREVIOUS_MAJOR_RELEASE | replace(".", 
"_") }}/changes/Changes.html">Change log</a></li>
+  </ul>
+  
   <h2 id="solr-reference-guide" class="offset">Solr Reference Guide
     <a class="headerlink" href="#solr-reference-guide" title="Permanent 
link">¶</a>
   </h2>

Reply via email to