Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to version 8.11.0, fix log4j and Debian 11 bullseye support #146

Merged
merged 6 commits into from
Dec 22, 2021

Conversation

antonioarenzanapulido
Copy link
Contributor

@antonioarenzanapulido antonioarenzanapulido commented Dec 20, 2021

Description of the Change

Upgrade to version 8.11.0, fix log4j and Debian 11 bullseye support

Benefits

Possible Drawbacks

Applicable Issues

#141

tasks/config.yml Outdated
@@ -35,6 +35,10 @@
force: true
notify: restart Solr

- name: Solr | Gather OS specific vars
include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
when: ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "11"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit of personal preference: I think this may be too tied to the case of Debian 11. I would rather generate a vars file to each single distro we support so it can be easily read.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I also think this would be cleaner, made a commit :)

@blalop
Copy link
Member

blalop commented Dec 20, 2021

Could you update the pip requirements?

@antonioarenzanapulido
Copy link
Contributor Author

Updated pip dependencies :)

@antonioarenzanapulido antonioarenzanapulido merged commit b4f7742 into master Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants