github.com/lwolf/kube-cleanup-operator
v0.8.4
#2509 most downloaded on Go modules
lwolf/kube-cleanup-operator
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 1.9 years
Most releases are documented
notes for 10 of 16 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
22 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
22 releases · Apr 2018 to May 2024Releases
latest 22-
v0.8.5-0.20240529184041-538f00d447db29 May 2024 pre-releaseNothing published for this version
-
v0.8.429 May 2024Release notes
Open source →Changelog
Docker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.4 docker pull quay.io/lwolf/kube-cleanup-operator:latest -
v0.8.304 Mar 2022Release notes
Open source →Changelog
4c9f5e1 up-go (#93)
0cc1856 bump chart version
35dfdda bump chart version
79ffe71 Fix indentation for containerSecurityContext (#86)
4282443 Add support for priorityClass and containerSecurityContext #83 (#84)
9f1c509 Add imagePullSecrets in the deployment of kube-cleanup-operator (#77)
c2dd3e9 Fix typo in Chart.yaml
20e1d12 fix annotations usage with (#73)Docker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.3docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.8.3-0.20240210145658-4c9f5e11427010 Feb 2024 pre-releaseNothing published for this version
-
v0.8.3-0.20220327214711-0cc1856253fc27 Mar 2022 pre-releaseNothing published for this version
-
v0.8.3-0.20220304140300-42824437519a04 Mar 2022 pre-releaseNothing published for this version
-
v0.8.3-0.20211102101037-9f1c509f653902 Nov 2021 pre-releaseNothing published for this version
-
v0.8.3-0.20210412174217-c2dd3e93a1e312 Apr 2021 pre-releaseNothing published for this version
-
v0.8.228 Mar 2021Release notes
Open source →Changelog
e709a88 Add Label Selector to available parameters (#71)
1e14822 replace role with clusterrole (#67)
f07689a Fix links to k8s yamls (#68)
f2f9e2c update readme to add chart info
bca25a8 added helm chart (#66)Docker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.2docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.8.130 Jul 2020Release notes
Open source →Changelog
881c029 Merge pull request #55 from artem-zinnatullin/az/delete-hanging-jobs
2e8df24 Add test case based on JobCondition, improve test naming
da1b75e Add tests
dfea3ce Delete hanging jobs (DeadlineExceeded, Active == 1 but completed)
33cf7c3 Add codecov badgeDocker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.1docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.8.004 Jul 2020Release notes
Open source →Changelog
095cfbd Update readme with behavior table
6436dfd Merge pull request #53 from lwolf/51-fix-pending
3302bc1 Add test stage to .travis.yaml
a500d16 Separate pod and job decision logic, add tests
513c31b fix #51 pending jobs not being deleted
261a923 Fix Typos (#52)
1521444 Fix panic introduced in #50
7e342c1 don't delete jobs and pods owner by cronjobs (#50)Docker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.0docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.7.210 Jun 2020Release notes
Open source →Changelog
cb89101 hotfix: add dockerfile for Goreleaser
7796bde Fix deletion of failed jobs (#48)
89288bc Add .dockerignore
59f15aa upd readme
2df6238 Add build stage to the DockerfileDocker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.2docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.7.104 Jun 2020Release notes
Open source →Changelog
9366e14 Fix dry-run deletePods
2a160c4 Add missing RBAC permissions
57eba86 update deployment to include script, and disable legacy mode
698e89b Update readmeDocker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.1docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.7.024 May 2020Release notes
Open source →This release is a massive refactoring of the code and deprecation of the old hour-based CLI arguments in favor of duration-based.
It's now possible to specify for how long exactly you want to keep your jobs or pods.
Instead of a minimal unit of 1h --keep-successful=1, you now can specify-delete-successful-after=5m.
It also fixes old bugs like duplication of events, when the same job or pod was showing in the logs twice.boolen flag
-legacy-modeis responsible for running the operator in either old mode or new one. Default mode is set totrue, which means that operator will work as before, using-keep-successfulflags.To try new flags run the operator with
-legacy-mode=false.Changelog
c40354b Collect and expose prometheus metrics #42
daec120 fix legacy podController not being started
5ae2dee Add support for deletion of evicted pods, refactor
87df0bf New arguments format, new controller, deprecation warning
aa02a27 Upgrade go to 1.14, update dependenciesDocker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.0docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.6.116 May 2020Release notes
Open source →Changelog
87f34bc Remove default status from releases
af78483 make client-go log to console instead of file (#41)
b6298fa Update deployment api versions (#36)
603e4d0 Added 'namespace' to 'ServiceAccount'Docker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.6.1docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.6.006 Sep 2019Release notes
Open source →Changelog
b075332 upgrade go version in travis-ci
2934ab7 bump version again
f1a7137 bump version in makefile
7cb1262 upgrade apimachinery and client-go to the latest version
a8cfeaa migrate to go mod, fix #31
bff912e set resource requests/limits #23
54a1c24 Update README.md
b6e9dce Update README.md
57acace Replace build time with commit time for binary reproducibilityDocker images
docker pull quay.io/lwolf/kube-cleanup-operator:v0.6.0docker pull quay.io/lwolf/kube-cleanup-operator:latest
-
v0.5.121 Mar 2019Nothing published for this version
-
v0.5.021 Mar 2019Nothing published for this version
-
v0.4.419 Feb 2019Nothing published for this version
-
v0.4.304 Aug 2018Nothing published for this version
-
v0.4.204 Aug 2018Nothing published for this version
-
v0.4.113 Apr 2018Nothing published for this version