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:54 UTC

[solr-site] branch main updated (9d4efbe -> b9098c3)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git.


    from 9d4efbe  Remove duplicate / in crd redirect
     new 14d71f6  Update version variables for release v0.5.1
     new 3f8b44a  Adding news for Solr Operator release v0.5.1
     new b9098c3  DOAP changes for Solr Operator release v0.5.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/doap/solr-operator.rdf                     |  7 +++++
 .../operator/news/2022-03-21-v0-5-1-available.md   | 32 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +--
 3 files changed, 41 insertions(+), 2 deletions(-)
 create mode 100644 content/solr/operator/news/2022-03-21-v0-5-1-available.md

[solr-site] 03/03: DOAP changes for Solr Operator release v0.5.1

Posted by ho...@apache.org.
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 b9098c3119ac24e9404d6138cd13cb45b885db38
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 21 14:26:45 2022 -0400

    DOAP changes for Solr Operator release v0.5.1
---
 content/doap/solr-operator.rdf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/content/doap/solr-operator.rdf b/content/doap/solr-operator.rdf
index 7039432..37d0b62 100644
--- a/content/doap/solr-operator.rdf
+++ b/content/doap/solr-operator.rdf
@@ -51,6 +51,13 @@
     <!-- NOTE: Do not forget to include the "v" in the version in both the Name and Revision. -->
     <release>
          <Version>
+           <name>solr-operator-v0.5.1</name>
+           <created>2022-03-21</created>
+           <revision>v0.5.1</revision>
+         </Version>
+    </release>
+    <release>
+         <Version>
            <name>solr-operator-v0.5.0</name>
            <created>2021-11-16</created>
            <revision>v0.5.0</revision>

[solr-site] 01/03: Update version variables for release v0.5.1

Posted by ho...@apache.org.
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 14d71f65abc483591a3b755e16bc440e3e89d735
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 21 14:21:59 2022 -0400

    Update version variables for release v0.5.1
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 43f540a..38e80ce 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -14,8 +14,8 @@ SOLR_LATEST_RELEASE = '8.11.1'
 SOLR_LATEST_RELEASE_DATE = datetime(2021, 12, 16)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
-SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.0'
-SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 11, 16)
+SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
+SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2022, 3, 21)
 SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.4.0'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.

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

Posted by ho...@apache.org.
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>