File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
3
+ ## [ 20.6.0] - 2020-06-29
4
+ - Switch to [ Calendar Versioning] ( https://calver.org/ ) with ` YY.MM.MICRO format ` (year, month, increment)
4
5
- Implemented new build system
5
6
- inject version info from git
6
7
- linting
7
- - Add prometheus support
8
+ - Add prometheus metric support
8
9
- Switch logger to logrus
9
10
- Replace ` --no-auto ` with ` --auto ` (system crontab needs to be enabled now)
10
11
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Run crond with run-parts with custom time spec and different user:
90
90
## Installation
91
91
92
92
``` bash
93
- GOCROND_VERSION=0 .6.1 \
93
+ GOCROND_VERSION=20 .6.0 \
94
94
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOCROND_VERSION /go-crond-64-linux \
95
95
&& chmod +x /usr/local/bin/go-crond
96
96
```
You can’t perform that action at this time.
0 commit comments