Skip to content

Commit

Permalink
Release 20.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Jul 1, 2020
1 parent 7143bdf commit 09eeb85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [20.7.0] - 2020-07-01
- Disable http server by default
- Cleanup
- Added env variable `LOG_JSON` and `VERBOSE`
- Added various Docker image builds (alpine, debian, ubuntu)
- Switch to `ENTRYPOINT` instead of `CMD` for Dockerfiles

## [20.6.0] - 2020-06-29
- Switch to [Calendar Versioning](https://calver.org/) with `YY.MM.MICRO format` (year, month, increment)
- Implemented new build system
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ Application Options:
-V, --version show version and exit
--dumpversion show only version number and exit
-h, --help show this help message
-v, --verbose verbose mode
--log.json Switch log output to json format
--server.bind= Server address (eg. prometheus metrics) (default: :8080) [$SERVER_BIND]
-v, --verbose verbose mode [$VERBOSE]
--log.json Switch log output to json format [$LOG_JSON]
--server.bind= Server address, eg. ':8080' (/healthz and /metrics for prometheus) [$SERVER_BIND]
--server.metrics Enable prometheus metrics (do not use senstive informations in commands -> use environment variables or files for storing these informations) [$SERVER_METRICS]
```

Crontab files can be added as arguments or automatic included by using eg. `--include=crond-path/`
Expand Down Expand Up @@ -100,7 +99,7 @@ Run crond with run-parts with custom time spec and different user:
## Installation

```bash
GOCROND_VERSION=20.6.0 \
GOCROND_VERSION=20.7.0 \
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOCROND_VERSION/go-crond-64-linux \
&& chmod +x /usr/local/bin/go-crond
```
Expand Down

0 comments on commit 09eeb85

Please sign in to comment.