Skip to content

Commit

Permalink
Release 9.0.3
Browse files Browse the repository at this point in the history
## New in this release:

Fix for CVE-2021-44228 
See: GHSA-jfh8-c2jp-5v3q 

###  [TASK] 2021.12.13 Rebuild Docker images due of(CVE-2021-44228) 

There are no actual Docker images for v.7.6 provided with fixed CVE-2021-44228.
See docker-solr/docker-solr#282
Therefore we updating the EXT:solr images to upstream Apache Solr 7.7 images.
The community in TYPO3 Slacks ext-solr channel did it few times, whiteout reporting  any issues.

Note: If you are not on docker, the update to Apache Solr 7.7 not required but applying the workarounds described in https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228 

Please refer for certain workaround and updates: https://www.dkd.de/de/blog/sicherheitsluecke-in-log4j-security-incident-in-log4j/

---

* [BUGFIX] Remove usage of deprecated method getCoreName in IndexAdministrationModuleController (#2287)
* [BUGFIX] Do not quote integer values for flexform filters (#2297)
* [BUGFIX] Set value of grouping.numberOfGroups (#2357)
* [TASK] Dispatch signals in OptionsFacetParser (#2356)
* [FEATURE] Provide arguments in results view (#2352)
* [BUGFIX] Initialize TSFE on 2nd level cache hit (#2331)
* [BUGFIX] Respect TableMapping parameter (#2313) 
* [BUGFIX] don't remove content that is visible to the user (9.0.x) (#2366)
* [TASK] Trigger indexqueue update when moving records (#2431)
* [BUGFIX] configuration status domain records (#2377) 
* [BUGFIX:BACKPORT:9] Add facet name to facet filters (#2343) 
* [BUGFIX] Initialize TSFE, if conf of page was cached
* Update SolrNotAvailable.html (#3020)
  • Loading branch information
dkd-kaehm committed Dec 13, 2021
1 parent 3e9757f commit 58e8a83
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
========= =========== ========= ======================== ======================= ========= =========== ============= ================ =============== ===================== =========== =============
EXT: solr Apache Solr TYPO3 Schema Solrconfig EXT:tika EXT:solrfal EXT:solrfluid EXT:solrgrouping EXT:solrconsole EXT:solrfluidgrouping EXT:solrmlt Accessplugin
========= =========== ========= ======================== ======================= ========= =========== ============= ================ =============== ===================== =========== =============
9.0 7.6.0 8.7 - 9.5 tx_solr-9-0-0--20180727 tx_solr-9-0-0--20180727 4.0 6.0 N/A N/A 2.0 2.0 3.0 3.0
9.0 7.7.3 8.7 - 9.5 tx_solr-9-0-0--20180727 tx_solr-9-0-0--20180727 4.0 6.0 N/A N/A 2.0 2.0 3.0 3.0
8.1 6.6.3 8.7 tx_solr-8-1-0--20180615 tx_solr-8-1-0--20180615 3.1 5.1 N/A N/A 1.0 1.1 2.0 2.0
8.0 6.6.2 8.7 tx_solr-8-0-0--20171020 tx_solr-8-0-0--20171020 3.0 5.0 N/A N/A N/A 1.0 N/A 2.0
7.5 6.6.2 8.7 tx_solr-7-5-0--20171023 tx_solr-7-5-0--20171023 2.4 4.2 N/A N/A N/A N/A N/A 2.0
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
solr

:Version:
9.0.2
9.0.3

:Language:
en
Expand All @@ -26,7 +26,7 @@
search, full text, index, solr, lucene, fast, query, results

:Copyright:
2009-2019
2009-2021

:Author:
Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = ApacheSolrForTypo3 EXT:solr
version = 9.0.2
release = 9.0.2
t3author = Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund
copyright = 2019
copyright = 2021

description = Documentation for EXT:solr the Apache Solr integration for TYPO3

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2019
copyright: 2021
project: Documentation for EXT:solr the Apache Solr integration for TYPO3
version: 9.0.2
release: 9.0.2
version: 9.0.3
release: 9.0.3
extensions:
- sphinx.ext.intersphinx
- t3sphinx.ext.t3extras
Expand Down
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '9.0.2'
version = '9.0.3'
# The full version, including alpha/beta/rc tags.
release = '9.0.2'
release = '9.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Solr for TYPO3 - Enterprise Search',
'description' => 'Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.',
'version' => '9.0.2',
'version' => '9.0.3',
'state' => 'stable',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand Down

0 comments on commit 58e8a83

Please sign in to comment.