Skip to content

v0.6.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 07:44
· 1 commit to _dev since this release
bebc58f

This release brings more consistency and long-term stability to hof.
There are also new features like the CUE commands and the hof TUI.

main changes

  • CUE v0.9.0 (+1 bugfix commit after)
  • Added the CUE commands [def,eval,export,vet]
  • Adjusted flags for consistency with CUE and internally across commands
  • Added hof tui for real-time CUE manipulation and exploration
  • Upgradee hof/flow to new runtime, this marks the point all subsystems have migrated
  • Added support for bulk processing with parallelism
  • Support for CUE style data placement with hof extensions
  • Support for embedding user files into CUE values as strings

other changes

  • several bug fixes in mod, containers, #hof
  • deal with macos woes on GHA