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 07a1cbe6ab650e5013283a3652c909a04ec22b10 Author: Jason Gerlowski <[email protected]> AuthorDate: Fri Oct 20 16:40:56 2023 -0400 Update version variables for Solr Operator release v0.8.0 --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6c516840f..b1fc2749f 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,9 +14,9 @@ SOLR_LATEST_RELEASE = '9.4.0' SOLR_LATEST_RELEASE_DATE = datetime(2023, 10, 14) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2' -SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.1' -SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 7, 21) -SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.6.0' +SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0' +SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 10, 20) +SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.7.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.
