You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/03/21 18:27:55 UTC

[solr-site] 01/03: Update version variables for release v0.5.1

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

commit 14d71f65abc483591a3b755e16bc440e3e89d735
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 21 14:21:59 2022 -0400

    Update version variables for release v0.5.1
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 43f540a..38e80ce 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -14,8 +14,8 @@ SOLR_LATEST_RELEASE = '8.11.1'
 SOLR_LATEST_RELEASE_DATE = datetime(2021, 12, 16)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
-SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.0'
-SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 11, 16)
+SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
+SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2022, 3, 21)
 SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.4.0'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.