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 2022/03/21 18:27:56 UTC

[solr-site] 02/03: Adding news for Solr Operator release v0.5.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 3f8b44a30ab2db05be802a9da575c4a544874a5d
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 21 14:25:24 2022 -0400

    Adding news for Solr Operator release v0.5.1
---
 .../operator/news/2022-03-21-v0-5-1-available.md   | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/content/solr/operator/news/2022-03-21-v0-5-1-available.md b/content/solr/operator/news/2022-03-21-v0-5-1-available.md
new file mode 100644
index 0000000..6179c76
--- /dev/null
+++ b/content/solr/operator/news/2022-03-21-v0-5-1-available.md
@@ -0,0 +1,32 @@
+Title: Apache Solr Operatorâ„¢ v0.5.1 available
+category: solr/operator/news
+save_as:
+
+The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.5.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.5.1 Release Highlights:
+
+* Copy from the draft release notes
+* Upgrade GoLang to 1.17
+* Fix security vulnerabilities introduced by dependencies, notably github.com/gogo/protobuf and golang.org/x/crypto
+* Resource checking for pods across all generated resources has been fixed, will not overwrite equivalent resources with different units
+  * Necessary step for GKE Autopilot and the Vertical Pod Autoscaler
+* Ability to run sidecars of the Solr Operator that use the root user, when installing via the Helm Chart
+* The zk.external option in the solr helm chart is now functional
+
+
+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.5.1>