Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit b517d52

Browse files
committed
Bump Solr role to mitigate CVE-2021-44228.
1 parent c091ff8 commit b517d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

provisioning/requirements.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ roles:
7777
- name: geerlingguy.security
7878
version: 2.0.1
7979
- name: geerlingguy.solr
80-
version: 5.3.0
80+
version: 5.3.1
8181
- name: geerlingguy.varnish
8282
version: 3.3.0

provisioning/roles/geerlingguy.solr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Files will be downloaded to this path on the remote server before being moved in
2424

2525
Solr will be run under the `solr_user`. Set `solr_create_user` to `false` if `solr_user` is created before this role runs, or if you're using Solr 5+ and want Solr's own installation script to set up the user. By default, `solr_group` equals `solr_user`, but it can be overwritten to fit your own configuration.
2626

27-
solr_version: "8.11.0"
27+
solr_version: "8.11.1"
2828

2929
The Apache Solr version to install. For a full list, see [available Apache Solr versions](http://archive.apache.org/dist/lucene/solr/).
3030

provisioning/roles/geerlingguy.solr/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ solr_create_user: true
55
solr_user: solr
66
solr_group: "{{ solr_user }}"
77

8-
solr_version: "8.11.0"
8+
solr_version: "8.11.1"
99
solr_mirror: "https://archive.apache.org/dist"
1010
solr_remove_cruft: false
1111

0 commit comments

Comments
 (0)