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 4ff7dd3965d14e83a9702ea78cfb787b308f8163 Author: Houston Putman <[email protected]> AuthorDate: Fri Jul 21 12:24:53 2023 -0400 Adding news for Solr Operator release v0.7.1 --- .../operator/news/2023-07-21-v0-7-1-available.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/solr/operator/news/2023-07-21-v0-7-1-available.md b/content/solr/operator/news/2023-07-21-v0-7-1-available.md new file mode 100644 index 000000000..95840850b --- /dev/null +++ b/content/solr/operator/news/2023-07-21-v0-7-1-available.md @@ -0,0 +1,25 @@ +Title: Apache Solr Operatorâ„¢ v0.7.1 available +category: solr/operator/news +save_as: + +The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.7.1. + +The Apache Solr Operator is a safe and easy way of managing a Solr ecosystem in Kubernetes. + +This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at: + + <https://solr.apache.org/operator/artifacts.html> + +### Solr Operator v0.7.1 Release Highlights: + +* The Kubernetes API client has been upgraded to fix a bug found when running on Kubernetes v1.27 + +A summary of important changes is published in the documentation at: + + <https://apache.github.io/solr-operator/docs/upgrade-notes.html> + +For the most exhaustive list, see the change log on ArtifactHub or view the git history in the solr-operator repo. + + <https://artifacthub.io/packages/helm/apache-solr/solr-operator?modal=changelog> + + <https://github.com/apache/solr-operator/releases/tag/v0.7.1>
