Skip to content

Releases: neckhair/crontainer

0.3.3

29 Jan 08:20

Choose a tag to compare

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.3
  • docker pull neckhair/crontainer:latest

Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

0.3.1

14 Oct 11:04

Choose a tag to compare

Fix travis config

0.3.0: Merge pull request #21 from neckhair/command-task

10 Oct 11:28

Choose a tag to compare

0.2.0

05 Oct 18:52

Choose a tag to compare

Fix travis releases

0.1: Wait for signal instead of loop

21 Mar 09:36

Choose a tag to compare

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

17 Mar 15:45

Choose a tag to compare

0.0.2 Pre-release
Pre-release
Dockerfile version bump

0.0.1: Merge pull request #10 from neckhair/travis-release

17 Mar 14:16

Choose a tag to compare

Let travis deploy releases