Releases: fmotalleb/crontab-go
Releases · fmotalleb/crontab-go
0.12.0
What's Changed
- Feat: Docker container label matcher in addition to fixed container names
- build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by @dependabot[bot] in #109
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 by @dependabot[bot] in #111
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #112
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #110
- build(deps): bump github.com/fmotalleb/go-tools from 0.1.56 to 0.1.58 by @dependabot[bot] in #114
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in #113
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #116
- build(deps): bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in #115
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #117
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #118
- build(deps): bump github.com/labstack/echo/v4 from 4.13.4 to 4.14.0 by @dependabot[bot] in #119
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #120
Full Changelog: v0.11.2...v0.12.0
0.11.2
What's Changed
- feat: debouncer support (per-job) by @fmotalleb in #108
Full Changelog: v0.11.1...v0.11.2
0.11.1
What's Changed
-
Retry mechanism overhaul by @fmotalleb in #107
-
New Features
- Configurable retry strategies: constant, exponential, and fibonacci backoffs
- New retry settings: timeout, max delay, jitter, and retry-mode; defaults now applied after config load
-
Changes
- Retry behavior is configuration-driven with improved backoff and constraints
- Task command syntax updated to support environment-style references
- Task execution flow simplified: failures return immediately (fewer automatic re-runs/hooks)
Full Changelog: v0.11.0...v0.11.1
0.11.0
This is a major upgrade and will be the backbone of v1.0.0 release.
- Refactor: re-wrote internal event system from simple channel mechanism to signaling method.
- Refactor: metrics re-wrote.
- Refactor: log-file event system re-wrote.
- Refactor/Cleanup: removed useless functions and methods.
0.10.1
v0.10.1 switched webserver from gin to echo
0.10.0
What's Changed
- feat: variables for each task, supports cascade tasks/hooks by @fmotalleb in #105
- chore: switched logger to zap logger by @fmotalleb in #104
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #103
Full Changelog: v0.9.2...v0.10.0
0.9.2
v0.9.2 bump: docker to latest version
0.9.1
v0.9.1 bump: base image from bookworm to trixie
0.9.0
v0.9.0 fix: bump go version in workflows
0.8.6
What's Changed
- Connect to docker using APIVersionNegotiation so it will be more easier to connect to older versions of Docker
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 by @dependabot[bot] in #77
Full Changelog: v0.8.5...v0.8.6