Skip to content

v0.49.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Nov 20:13
163d3c2
fix: prevent creating empty replicas record @syphernl (#126)

what

  • Prevent creating empty DNS replicas record when cluster_size < 1

why

  • If the cluster_size = 0 this would result in an attempt to create an empty DNS record, which is not permitted by the Route53 API

references

  • Follow-up to changes done in #124