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

Support for elasticsearch 8.15 #341

Closed
shemau opened this issue Nov 15, 2024 · 2 comments
Closed

Support for elasticsearch 8.15 #341

shemau opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request internal-synced

Comments

@shemau
Copy link
Contributor

shemau commented Nov 15, 2024

Description

According to

ibmcloud cdb deployables              
Database Type:  elasticsearch
Version   Status   Preferred
8.15      stable   true
8.12      stable   false
8.10      stable   false
8.7       stable   false

8.15 is now available.

Reported via continuous test pipeline failure.

11619 showed

│ Error: Invalid value for variable
│ 
│   on [main.tf](http://main.tf/) line 21, in module "icd_elasticsearch":21:   elasticsearch_version    = var.elasticsearch_version
│     ├────────────────
│     │ var.elasticsearch_version is "8.15"
│ 
│ Version must be 8.7, 8.10 or 8.12 (Enterprise or Platinum plan if 8.10 or
│ later).
│ 
│ This was checked by the validation rule at ../../variables.tf:20,3-13.
╵})

New or affected modules


By submitting this issue, you agree to follow our Code of Conduct

@shemau shemau added the enhancement New feature or request label Nov 15, 2024
@ocofaigh
Copy link
Member

There is already a PR open for this #318

@daniel-butler-irl
Copy link
Member

Code updated and merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal-synced
Projects
None yet
Development

No branches or pull requests

4 participants