Skip to content

Releases: hofstadter-io/hof

v0.6.8-beta.13

14 Apr 09:45
ea3f5e7
Compare
Choose a tag to compare

Changelog

v0.6.8-beta.12

16 Mar 05:10
Compare
Choose a tag to compare

Changelog

The betas now represent a significant improvement over v0.6.7 and are more stable for existing functionality. We recommend using the latest beta over v0.6.7

v0.6.8-beta.11

10 Mar 07:34
Compare
Choose a tag to compare

Changelog

small fix with versions in tagged releases

v0.6.8-beta.10

10 Mar 05:44
1fd5402
Compare
Choose a tag to compare

Changelog

  • e0a3261 hof/mod: add validate, introspection, and psuedoversions
  • 858bd23 hof/fmt: add waiting for running & ready checks
  • 092c775 hof/fmt: yaml stability, json indentation
  • 83b0ce3 hof/fmt: additional formatters and dependency updates
  • d087df1 hof/cmd: support injecting entire env into tags
  • 5009a2a hof/cmd: support CUE default tag vars, inject by default
  • 1f7fc27 hof/cmd: support CUE @tag() with -t, works the same

v0.6.8-beta.9

04 Mar 14:10
3e17e81
Compare
Choose a tag to compare

Changelog

  • ensure hof create sync's with remote when using @latest or no version
  • add support for data file generation in hof gen adhoc mode

v0.6.8-beta.8

03 Mar 11:50
c1d08c5
Compare
Choose a tag to compare

Changelog

This release has several upgraded systems.

  • Refresh of hof mod command to focus on CUE with a simpler implementation using while also using more of the Go implementation
  • Now using CUE v0.5.0
  • (tbd) datamodel rewrite

Other changes:

  • More formatters, support running any version
  • data formatting stability
  • implement feedback command
  • dependency updates
  • hof/flow: os.Exec exits on error when not captured
  • hof/flow: glob match what to run
  • support data placement for most commands with file.json@path.to.value
  • Improvements to docker client lib, latest dep, should work with all prior versions too
  • Other dependency updates
  • CI upgrades
  • test improvements
  • bug fixes
  • re-enable macos docker testing & CI
  • monorepo docs & setup CI

v0.6.8-beta.7

26 Feb 23:34
377035a
Compare
Choose a tag to compare

Changelog

This release has several upgraded systems.

  • Refresh of hof mod command to focus on CUE with a simpler implementation using while also using more of the Go implementation
  • Now using CUE v0.5.0
  • (tbd) datamodel rewrite

Other changes:

  • More formatters, support running any version
  • data formatting stability
  • implement feedback command
  • dependency updates
  • hof/flow: os.Exec exits on error when not captured
  • hof/flow: glob match what to run
  • support data placement for most commands with file.json@path.to.value
  • Improvements to docker client lib, latest dep, should work with all prior versions too
  • Other dependency updates
  • CI upgrades
  • test improvements
  • bug fixes
  • monorepo docs & setup CI

v0.6.8-beta.6

26 Feb 01:12
13d5182
Compare
Choose a tag to compare

Changelog

This release has several upgrades systems.

  • Refresh of hof mod command to focus on CUE with a simpler implementation using while also using more of the Go implementation
  • Now using CUE v0.5.0

Other changes:

  • More formatters, support running any version
  • data formatting stability
  • implement feedback command
  • dependency updates
  • hof/flow: os.Exec exits on error when not captured
  • hof/flow: glob match what to run
  • support data placement for most commands with file.json@path.to.value
  • Improvements to docker client lib, latest dep, should work with all prior versions too
  • Other dependency updates
  • CI upgrades
  • test improvements
  • bug fixes

v0.6.8-beta.5

22 Feb 09:49
Compare
Choose a tag to compare

Changelog

Various critical mod bug fixes and version bumps to deal with the module format transition

v0.6.8-beta.2

22 Feb 05:50
ff02b5c
Compare
Choose a tag to compare

Changelog

Refresh of hof mod command to focus on CUE with a simpler implementation using while also using more of the Go implementation

Improvements to docker client lib, latest dep, should work with all prior versions too