Skip to content

Releases: powerman/dockerize

v0.11.2

27 Jan 11:10
Compare
Choose a tag to compare
Update dependencies.

v0.11.1

30 Aug 03:49
ab4949c
Compare
Choose a tag to compare
Update dependencies.

v0.11.0

30 Dec 17:02
208b89b
Compare
Choose a tag to compare
Added readFile template function.

v0.10.0

01 Dec 00:51
22f9c6a
Compare
Choose a tag to compare
Add -template-strict flag

v0.9.2

30 Nov 23:07
47c751e
Compare
Choose a tag to compare
Fix docker image -version output

v0.9.1

30 Nov 20:35
e7307b0
Compare
Choose a tag to compare
Fix -version output

v0.9.0: Refactoring, tests and fixes

30 Nov 18:47
24cbbc6
Compare
Choose a tag to compare
- flags: -wait-http-header now support file with header, to make it
  consistent with -env-header.
- flags: Improve help messages and use more strict validation.
- template: Fix chmod/chown generated files to match template files.
- template: Fix rendering directory with templates to stdout.
- tail: Changed to start from current file position (work as `tail -n 0`).
- tail: Fixed to ensure it'll open existing files before running command.
- tail: Fixed to become more reliable and don't lose lines.
- tail: Logged messages mimics `tail` tool.
- command: Add forwarding for SIGQUIT, SIGABRT, SIGUSR1, SIGUSR2, SIGALRM.
- command: Add forwarding for SIGKILL (Linux only).
- command: Don't send SIGKILL in 10s after forwarding HUP/INT/TERM.
- command: Minimize possible conflict with dockerize exit code by using
  code 123 instead of 1 when dockerize itself has failed.
- Improve logging to make it more consistent.
- Huge refactoring to make code testable, simpler and easier to maintain.
- Add two hundred tests to check basic functionality.
- A lot of other minor cleanup and improvements.

v0.8.0

21 Nov 11:11
006b427
Compare
Choose a tag to compare
release

v0.7.0

18 Nov 15:04
04d8042
Compare
Choose a tag to compare
release

v0.6.2

18 Nov 11:48
26d117a
Compare
Choose a tag to compare
release