PackageTrack
Sign in Get early access

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 2024
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 22
  1. v0.8.5-0.20240529184041-538f00d447db 29 May 2024 pre-release

    Nothing published for this version

  2. v0.8.4 29 May 2024
    Release notes

    Changelog

    Docker images

    docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.4
    docker pull quay.io/lwolf/kube-cleanup-operator:latest
    
    Open source →
  3. v0.8.3 04 Mar 2022
    Release notes

    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.3
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  4. v0.8.3-0.20240210145658-4c9f5e114270 10 Feb 2024 pre-release

    Nothing published for this version

  5. v0.8.3-0.20220327214711-0cc1856253fc 27 Mar 2022 pre-release

    Nothing published for this version

  6. v0.8.3-0.20220304140300-42824437519a 04 Mar 2022 pre-release

    Nothing published for this version

  7. v0.8.3-0.20211102101037-9f1c509f6539 02 Nov 2021 pre-release

    Nothing published for this version

  8. v0.8.3-0.20210412174217-c2dd3e93a1e3 12 Apr 2021 pre-release

    Nothing published for this version

  9. v0.8.2 28 Mar 2021
    Release notes

    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.2
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  10. v0.8.1 30 Jul 2020
    Release notes

    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 badge

    Docker images

    • docker pull quay.io/lwolf/kube-cleanup-operator:v0.8.1
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  11. v0.8.0 04 Jul 2020
    Release notes

    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.0
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  12. v0.7.2 10 Jun 2020
    Release notes

    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 Dockerfile

    Docker images

    • docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.2
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  13. v0.7.1 04 Jun 2020
    Release notes

    Changelog

    9366e14 Fix dry-run deletePods
    2a160c4 Add missing RBAC permissions
    57eba86 update deployment to include script, and disable legacy mode
    698e89b Update readme

    Docker images

    • docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.1
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  14. v0.7.0 24 May 2020
    Release notes

    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-mode is responsible for running the operator in either old mode or new one. Default mode is set to true, which means that operator will work as before, using -keep-successful flags.

    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 dependencies

    Docker images

    • docker pull quay.io/lwolf/kube-cleanup-operator:v0.7.0
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  15. v0.6.1 16 May 2020
    Release notes

    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.1
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  16. v0.6.0 06 Sep 2019
    Release notes

    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 reproducibility

    Docker images

    • docker pull quay.io/lwolf/kube-cleanup-operator:v0.6.0
    • docker pull quay.io/lwolf/kube-cleanup-operator:latest
    Open source →
  17. v0.5.1 21 Mar 2019

    Nothing published for this version

  18. v0.5.0 21 Mar 2019

    Nothing published for this version

  19. v0.4.4 19 Feb 2019

    Nothing published for this version

  20. v0.4.3 04 Aug 2018

    Nothing published for this version

  21. v0.4.2 04 Aug 2018

    Nothing published for this version

  22. v0.4.1 13 Apr 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive