You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2022/08/15 12:37:22 UTC

[solr-site] 02/04: Adding news for Solr Operator release v0.6.0

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 b522a832bb090b1b351cad10a07732abe70731d8
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Aug 15 08:28:28 2022 -0400

    Adding news for Solr Operator release v0.6.0
---
 .../operator/news/2022-08-14-v0-6-0-available.md   | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/content/solr/operator/news/2022-08-14-v0-6-0-available.md b/content/solr/operator/news/2022-08-14-v0-6-0-available.md
new file mode 100644
index 000000000..883fb30d9
--- /dev/null
+++ b/content/solr/operator/news/2022-08-14-v0-6-0-available.md
@@ -0,0 +1,28 @@
+Title: Apache Solr Operatorâ„¢ v0.6.0 available
+category: solr/operator/news
+save_as:
+
+The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.6.0.
+
+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.6.0 Release Highlights:
+
+* Users are now able to specify resource constraints for all init-containers.
+* The default Solr image version used in newly created solrcloud's has been updated from 8.9 to 8.11
+* solrcloud now has a 'solrZkOpts' field, allowing users to specify any system properties needed to connect to their ZooKeeper cluster.
+* Users running in GKE can now omit the 'gcsCredentialSecret' field from the GCS backup repositories, and fallback on "Workload Identity" and other "credential-less" authentication mechanisms offered by Google Cloud.
+
+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.6.0>