Skip to content

v0.6.38

Compare
Choose a tag to compare
@motatoes motatoes released this 29 Aug 11:13
· 33 commits to develop since this release
a91951e

What's Changed

The main changes in this release are internal improvements and refactor of some tech debt within the cli to unify all the flows. We also avoid reading any diggerr.yml within the CLI to make the CLI executor more "dumb" and most of the logic lies in the orchestrator piece.

  • refactor out some pacakges to libs to avoid them improting from cli pkg by @motatoes in #1676
  • improve error reporting on the RunSpec function by @motatoes in #1679
  • eliminate usage of diggerconfig in comment updater provider by @motatoes in #1680
  • rely on variables spec within orchestrator, not on workflow config by @motatoes in #1681
  • feat/unify/runspec by @motatoes in #1683

Full Changelog: v0.6.37...v0.6.38