Skip to content

v0.42.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Feb 11:41
dda8ef4
fix(elasticsearch): fix #143 bug to allow the deployment with 0 master nodes @franciscoandrade-unit (#145)

what

  • This PR is related to issue #143
  • Allow the creation of an AWS OpenSearch domain with 0 master nodes

why

  • There is an error when we try to create a domain without providing dedicated_master_count and dedicated_master_type even when the dedicated_master_enabled=false

references