Changelog
Resource
- Build: Improve image tagging customization re issues like #866
- Push tag exactly as specified by "Image Tag"
- Can disable
:latest
tag - Can disable the Version tags
:x.y.x
,:x.y
,:x
- Can disable the commit hash tag
- Action (and Typescript client): Fix
komodo.execute_and_poll
from error when initial update has no ID.- Specifically this fixed issue can happen when using
komodo.execute_and_poll("DeployStackIfChanged", {...})
.
- Specifically this fixed issue can happen when using