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 2023/07/21 16:26:47 UTC

[solr-site] 01/03: Update version variables for Solr Operator release v0.7.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 3c71c763c612ad4b9af005ea8452a3e2e7227bfd
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 12:22:18 2023 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 51613ee89..731fb42c9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -14,8 +14,8 @@ SOLR_LATEST_RELEASE = '9.2.1'
 SOLR_LATEST_RELEASE_DATE = datetime(2023, 5, 1)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
-SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.0'
-SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 4, 23)
+SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.1'
+SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 7, 21)
 SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.6.0'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.