Releases: neckhair/crontainer
Releases · neckhair/crontainer
0.3.3
Changelog
7ff3c91 Fix the travis script
1be0652 Merge pull request #27 from neckhair/releaser
48d1b2d Update travis config for goreleaser
4bea016 Add releaser config
113de07 Move default config file to root directory
0886dfa Fix some style issues in the Dockerfile
74e5022 Add codacy badge
cb143b6 Merge pull request #25 from neckhair/features/colored-name
1a17df0 Improve coverage
c486e53 Add tests for the color machine
6a9d09c Add run command to makefile
9d22a94 Add color for task names (closes #22)
Docker images
docker pull neckhair/crontainer:0.3.3docker pull neckhair/crontainer:latest
Automated with GoReleaser
Built with go version go1.9.2 linux/amd64
0.3.1
0.3.0: Merge pull request #21 from neckhair/command-task
Refactor tasks to have more types
0.2.0
0.1: Wait for signal instead of loop
The empty for loop lead to a lot of CPU time used. The daemon is now changed to wait for a signal to end processing the jobs. The relevant signals are Interrupt (Ctrl+C) and SIGTERM.
0.0.2
0.0.1: Merge pull request #10 from neckhair/travis-release
Let travis deploy releases