Skip to content

v1.4.0

Compare
Choose a tag to compare
@DominicWuest DominicWuest released this 23 Jul 09:35
· 13 commits to main since this release

This version contains new features, fixes and some QOL improvements.

  • Adds the RunCommitByHash and RunCommitByOffset functions, allowing users of the Go package to spin up a replica of a job, running a certain commit
  • Adds the possibility of defining a host parameter, to which container ports should be exposed to
  • Changes default container host to be 127.0.0.1, leading to container ports not being publicly exposed by default
  • Adds graceful shutdown to the CLI on interrupts and panics
  • Fix replacements file argument being ignored
  • Adds a prefix to the created tmp directories
  • Forces image removal on cleanup
  • Sets GIN_MODE to release on release binaries, without which the CLI would run a debug version of the web server

Full Changelog: v1.3.0...v1.4.0