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-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 0e894ed More future options for newer Solr versions
0e894ed is described below
commit 0e894ed555f6188ffafcbcd436f5b3866f1663ce
Author: Houston Putman <[email protected]>
AuthorDate: Tue Jan 25 11:55:47 2022 -0500
More future options for newer Solr versions
---
dev-docs/changes-for-minimum-solr-version.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-docs/changes-for-minimum-solr-version.md
b/dev-docs/changes-for-minimum-solr-version.md
index 2ee9bd9..3d4ce75 100644
--- a/dev-docs/changes-for-minimum-solr-version.md
+++ b/dev-docs/changes-for-minimum-solr-version.md
@@ -42,7 +42,12 @@ So when upgrading the minimum supported Solr Version for the
operator, we can th
## 9.x
+### 9.0
+
- SOLR-14957: Prometheus exporter bin is now in the PATH for the Solr docker
image
+- SOLR-14957: The default Prometheus exporter config is now on the classpath,
and it does not need to be provided on startup.
+- SOLR-15914: Solr Modules can be included via an Environment variable, no
need to use `sharedLib`
+- SOLR-9575: No need to pre-fill the solr.xml in SOLR_HOME (combined with
SOLR-14999)
## Future Wishlist