Skip to content

Releases: edwarnicke/exechelper

Add WithNetNS

18 Nov 20:15
3fca1d1
Compare
Choose a tag to compare
Merge pull request #6 from edwarnicke/netns

Add WithNetNS option

Add WithGracePeriod(time.Duration)

28 Sep 21:03
ac4a1ce
Compare
Choose a tag to compare
Merge pull request #5 from edwarnicke/cisimple

Simplify CI

WithContext Fix

19 May 01:04
6176af8
Compare
Choose a tag to compare

This release fixes a bug in the handling of WithContext.

If WithContext was followed by other options, the context it specified was overwritten with nil.

Initial release

17 May 21:12
a22a20b
Compare
Choose a tag to compare
Merge pull request #2 from edwarnicke/multiwriter

Enable WithStdout and WithStderr multiplexing