v1.19.5
moghtech/komodov1.19.5Sep 27, 2025by mbecker20
AI Summary
Updates to the Build resource for more flexible image tagging and a fix for the Action client's execute_and_poll method to handle errors during initial updates.
Key Highlights
- Customizable image tagging (disable latest, version tags, commit hash)
- Fix for Action client error handling
New Features
- Improved image tagging customization
- Fix for `komodo.execute_and_poll` errors
Full Release Notes
# 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", {...})`.