Komodo v1.16.5
Changelog
- Batch Executions which match multiple resources with wildcard / regex pattern. RE #44 - @C0untZero
- Supports flexible matching using comma separated patterns. If multiple patterns specified, will match resources that match to just one of the given patterns.
- Example:
This matches to all resources with names starting withfoo-
, orbar-
, or with name =specific-name
foo-*, bar-*, specific-name
- Just update your Procedure to use the
Batch
prefixed execution, egDeployStack
->BatchDeployStack
- Procedure Docs: https://komo.do/docs/procedures
- Adds a lock preventing simultaneous pulls of the same repo folder too quickly.
Thanks for your feedback and those involved in this release 🦎