Skip to content

v3.0.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 10 Mar 16:28
· 616 commits to main since this release
v3.0.0
a1debe5

3.0.0 (2023-03-10)

Bug Fixes

  • 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.