This is an automated email from the ASF dual-hosted git repository. gerlowskija pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit a73120fca44b559fb782b73c4643f227ad280f3d Author: Jason Gerlowski <[email protected]> AuthorDate: Wed Jan 22 22:09:27 2025 -0500 Update version variables for Solr Operator release v0.9.0 --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index b347da465..16378069d 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,9 +14,9 @@ SOLR_LATEST_RELEASE = '9.7.0' SOLR_LATEST_RELEASE_DATE = datetime(2024, 9, 9) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.4' -SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.1' -SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2024, 4, 12) -SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.7.1' +SOLR_OPERATOR_LATEST_RELEASE = 'v0.9.0' +SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2025, 1, 22) +SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.8.1' # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits. # The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.
