You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you currently have var.atracker.add_route set to false, an atracker target may have been provisioned. When updating to this version, if you still have var.atracker.add_route set to false, it will get destroyed. This is expected as the target is doing nothing without the route anyway. (#326) (aedcd32)
update kube_version description and only allow latest instead of default (#286) (a1debe5)
BREAKING CHANGES
The variable kube_version no longer accepts the value "default". It has been replaced with the string "latest" because the logic has actually always deployed latest and not the default version. Best practise is to lock into a specific version anyway.