Skip to content

Releases: mokiat/gocrane

0.6.0

08 Oct 20:00
e027547
Compare
Choose a tag to compare

WARNING: Due to issues in 1.6.0 of fsnotify this version is not stable. DO NOT USE!

Changes

  • Bumps dependencies
  • Bumps the Go version used to build GoCrane to 1.21
  • Adds changes to the output logging of GoCrane events
  • Includes bug fixes
  • Provides better handling of inclusion and exclusion paths and wildcards
  • Produces a docker image that is now multi-platform (with support for arm64)

NOTE: This release includes backward incompatible changes to the file inclusion and exclusion behavior of gocrane. In practice, the changes might not affect most existing setups and it should be more consistent and deterministic now. Check the README for up to date documentation.

0.5.0

04 Apr 18:09
feb7130
Compare
Choose a tag to compare

🎉 Changes

  • Bumps the Go version to 1.18
  • Makes use of generics to reduce code duplication

0.4.0

18 Mar 10:27
23d0f38
Compare
Choose a tag to compare

🎉 Changes

  • Fixes a bug that would prevent gocrane from initiating a build when digests mismatch

0.3.0

10 Mar 16:07
3c65d16
Compare
Choose a tag to compare

🎉 Changes

  • A partial rewrite of GoCrane
  • Introduces a new flag design
  • Allows for resource specification
  • Enables digest-based run
  • Optimizes traversal speed

0.2.0

25 Feb 07:24
427b290
Compare
Choose a tag to compare

🎉 Changes

  • Forcefully stop programs after a configurable timeout
  • Add support for passing arguments to the started program

Initial release

11 Feb 17:24
Compare
Choose a tag to compare

🎉 Changelog

  • Add basic functionality