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

relax elasticsearch version restriction #744

Closed
wants to merge 3 commits into from

Conversation

Wing924
Copy link
Contributor

@Wing924 Wing924 commented Aug 6, 2020

it don't work on centos 8 due to dnf_package bug

package 'elasticsearch' do
  version '7.8.1-1'
end

while it works:

package 'elasticsearch' do
  package_name 'elasticsearch-7.8.1'
end

@cla-checker-service
Copy link

cla-checker-service bot commented Aug 6, 2020

❌ Author of the following commits did not sign a Contributor Agreement:
c67de80, 64196fe, a249a02

Please, read and sign the above mentioned agreement if you want to contribute to this project

Wing924 added 2 commits August 6, 2020 17:20
Signed-off-by: Wing924 <weihe924stephen@gmail.com>
…csearch into es_version

Signed-off-by: Wing924 <weihe924stephen@gmail.com>
@damacus
Copy link
Member

damacus commented Mar 1, 2023

Resolving via #767

@damacus damacus closed this Mar 1, 2023
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.

2 participants