Releases: konstructio/kubefirst
Releases · konstructio/kubefirst
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
kubernetes upgrade to 1.20
GitLab OIDC provider to replace dependency on keycloak
- users are still terraformed
- initial passwords still stored in vault
- now includes admin and developer access to gitlab, vault, argo workflows, and argo cd
improved provisioning time
reduced init.sh time from 54 to 46 minutes
misc
- improved error handling on destroy
1.4.6
1.4.5
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.