Skip to content

Komodo v1.16.5

Compare
Choose a tag to compare
@mbecker20 mbecker20 released this 28 Oct 05:05
· 25 commits to main since this release

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 with foo-, or bar-, or with name =specific-name
      foo-*, bar-*, specific-name
      
  • Just update your Procedure to use the Batch prefixed execution, eg DeployStack -> 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 🦎