Skip to content

Releases: Flowpack/prunner

v1.2.0

14 Dec 22:22
d7fdf27
Compare
Choose a tag to compare

Changelog

  • 222b8a7 FEATURE: release FreeBSD binaries
  • d7fdf27 Merge pull request #45 from christoph-daehne/main

v1.1.0-rc5

11 Jul 10:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0-rc1

v1.0.1

04 Jan 11:10
Compare
Choose a tag to compare

Changelog

  • 9c2aa1d TASK: try to fix docker build

1.0.0: fix memory leaks with huge job outputs

04 Jan 10:55
e1790bb
Compare
Choose a tag to compare
Merge pull request #39 from Flowpack/memory-leak-debugging

!!! BUGFIX: fix huge memory leak where job output was stored in memory for a long time - Disables {{ .Output }} and {{ .Tasks.XYZ.Output }} placeholders

v0.8.3

29 Sep 09:07
ed281a2
Compare
Choose a tag to compare

Changelog

  • 849c28d Add STOPSIGNAL to Dockerfile
  • f2589f1 DOC: Add badges to readme
  • 5f9317c FEATURE: allow pprof profiling in prunner
  • ed281a2 Merge pull request #38 from Flowpack/pprof-profiling-for-prunner
  • 1976713 Update README.md

v0.8.2

07 Apr 12:47
Compare
Choose a tag to compare

What's Changed

  • Release Docker image, improve readme, add JWT secret flag/env var by @hlubek in #36

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Apr 08:58
Compare
Choose a tag to compare
  • Added graceful shutdown
  • Added watch mode and reload of definitions on SIGUSR1 (not for Windows)

Full Changelog: v0.7.1...v0.8.1

v0.7.1

14 Oct 15:55
Compare
Choose a tag to compare
  • Bugfix for pipelines with start delay ignoring concurrency when scheduling multiple jobs (#30)

v0.7.0

12 Oct 18:08
Compare
Choose a tag to compare

Changelog

c98bd10 Expose task dependencies in API

v0.6.0

05 Oct 14:21
1caa640
Compare
Choose a tag to compare

Changelog

6d4c6c0 Add support for env vars in pipeline and task defs, load dotenv
1caa640 Merge pull request #27 from Flowpack/26-environment-variables