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

houston 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 4b42c11  Another try for operator htaccess
4b42c11 is described below

commit 4b42c11aafc6a2fb7d1d624a592a048d56672d1d
Author: Houston Putman <[email protected]>
AuthorDate: Fri Apr 30 16:03:46 2021 -0500

    Another try for operator htaccess
---
 pelicanconf.py                          | 2 +-
 themes/solr/templates/htaccess.template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index de480d0..0953bfc 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -15,7 +15,7 @@ SOLR_LATEST_RELEASE_DATE = datetime(2021, 4, 12)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.3.0'
-SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 1, 11)
+SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 4, 29)
 SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.2.8'
 
 # This string will be appended to all unversioned css and js resources to 
prevent caching surprises on edits.
diff --git a/themes/solr/templates/htaccess.template 
b/themes/solr/templates/htaccess.template
index b547631..40c268c 100644
--- a/themes/solr/templates/htaccess.template
+++ b/themes/solr/templates/htaccess.template
@@ -70,8 +70,8 @@ RedirectMatch Permanent ^/docs/4_0_0-(ALPHA|BETA)(.*) 
/docs/4_0_0$2
 RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
 
 ### Redirects to Apache Nightlies, this will change when they have a separate 
area for released artifacts
-RedirectMatch temp ^/charts(/.*)?$ 
https://nightlies.apache.org/solr/release/helm-charts$1
-RedirectMatch temp ^/operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$ 
https://nightlies.apache.org/solr/release/operator/crds$1
+Redirect temp "/charts" "https://nightlies.apache.org/solr/release/helm-charts";
+Redirect temp "/operator/downloads/crds" 
"https://nightlies.apache.org/solr/release/operator/crds";
 
 ### Javadocs & Refguide
 

Reply via email to