Skip to content

v1.0.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 13 Apr 15:31
· 17 commits to main since this release
Make ssm-path optional and add kube-version input to skip AWS SSM look up (#75) Igor Rodionov (@goruha) (#77) ## what * Make ssm-path optional * Add kube-version input

why

  • Allows us to skip AWS SSM look up via chamber to simplify/speed up deploys
  • The EKS quickstart from Cloudposse no longer includes the eks/platform component which was responsible for setting the SSM parameter for the cluster with the kube_version, but this action still tries to look up the SSM param on every deploy

references