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

Commit

Permalink
Bump Solr role to mitigate CVE-2021-44228.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 17, 2021
1 parent c091ff8 commit b517d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ roles:
- name: geerlingguy.security
version: 2.0.1
- name: geerlingguy.solr
version: 5.3.0
version: 5.3.1
- name: geerlingguy.varnish
version: 3.3.0
2 changes: 1 addition & 1 deletion provisioning/roles/geerlingguy.solr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Files will be downloaded to this path on the remote server before being moved in

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.

solr_version: "8.11.0"
solr_version: "8.11.1"

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

Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/geerlingguy.solr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ solr_create_user: true
solr_user: solr
solr_group: "{{ solr_user }}"

solr_version: "8.11.0"
solr_version: "8.11.1"
solr_mirror: "https://archive.apache.org/dist"
solr_remove_cruft: false

Expand Down

0 comments on commit b517d52

Please sign in to comment.