Skip to content

1.4.5

Compare
Choose a tag to compare
@johndietz johndietz released this 03 Oct 22:49
· 1532 commits to main since this release
2983590

1.4.5

improvement to init and destroy

init

awaiting vault dns to resolve on the nebulous image doesn't guarantee that the downstream k8s pods will also be able to resolve the dns. we discovered edge conditions in further regions where a larger sleep period after health improved reliability so we extended. we're working to resolve this more systemically, and not being so dependent on the ingress resource and its propagation in a later release.

destroy

terraform destroy of the vault resources is redundant an unnecessary point of potential failure. there are no vault resources that aren't eventually destroyed by argocd destroy and base destroy, so we're removing the wasted time and risk.