Skip to content

Releases: target/pod-reaper

2.5.0: Merge pull request #48 from MrWako/master

02 Mar 19:01
58025dc
Compare
Choose a tag to compare

2.4.1: Merge pull request #46 from STIHLDev/loglevel

25 Feb 15:40
7fe2c2a
Compare
Choose a tag to compare
Configure logging via environment variable

2.4.0: Merge pull request #40 from STIHLDev/unready

11 Feb 18:37
b1e357e
Compare
Choose a tag to compare

2.3.0: Merge pull request #38 from target/pod-status

16 Feb 04:44
e5eb59f
Compare
Choose a tag to compare

2.2.0: Merge pull request #34 from target/ver-bump

16 Dec 23:22
a38b3a5
Compare
Choose a tag to compare

2.1.0: Merge pull request #25 from target/logging

18 Oct 18:26
Compare
Choose a tag to compare

2.0.0

08 Oct 18:15
Compare
Choose a tag to compare

Implementation of cron based scheduling.

Replaces POLL_INTERVAL with SCHEDULE which makes use of https://godoc.org/github.com/robfig/cron so formats like * * * * * * or @every 1h2m3s

Unfortunately that this breaks backwards compatibility, but it offers a lot more flexibility for configuring when the pod-reaper looks for pods to reap.

Example include using cron to only to schedule pod-reaper during core business hours.

1.1.1: Testing cleanup (#19)

06 Oct 00:31
Compare
Choose a tag to compare

Refactor testing.

Includes white-listing

27 Sep 17:14
Compare
Choose a tag to compare

Includes ability to only reap pods with specific labels.
Also includes a number of minor cleanups

Initial release

23 Aug 17:48
Compare
Choose a tag to compare
Merge pull request #13 from target/readme

Updating readme, also to be used for testing multistage docker build