Skip to content

v0.2.1

Compare
Choose a tag to compare
@achetronic achetronic released this 20 Feb 21:09
· 6 commits to master since this release
4887f73

Fixes

  • Watchers for *Run objects are restarted when they return an error
  • Manage most errors inside goroutines (watchers) instead of throwing them to the main process (treat them as completely separated processes)
  • Inside watchers, extracting information from malformed *Run objects can end with missing data. Now the default behavior is to log the error and skip the object not to crash other metrics
  • Error messages templates were moved to constants
  • GVR definition for Taskrun and Pipelinerun resources are now defined as variables on top

Contributors

@achetronic