Skip to content

Tags: keikoproj/governor

Tags

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/onsi/gomega from 1.22.1 to 1.28.0 (#117)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md for 0.4.0 release (#115)

Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: cross-compile image & update go version (#68)

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Basic Metrics for Pod/Node Reaper (#64)

* Add basic metrics

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

* fix metric name

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

* expose metrics

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: PDB Reaper Metrics (#63)

* Pod Reaper Metrics

Signed-off-by: shaoxt <shaoxt@gmail.com>

* Fix test case error

Signed-off-by: shaoxt <shaoxt@gmail.com>

* Fix test case error

Signed-off-by: shaoxt <shaoxt@gmail.com>

* Update go mod

Signed-off-by: shaoxt <shaoxt@gmail.com>

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flag to keep node cordoned for reap failures (#60)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Avoid ASG Validation on Unjoined nodes (#54)

* refactor

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

* Update nodereaper.go

Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update aws-sdk-go to support IRSA (#37)

* update aws sdk to support irsa

* remove vendor and use modules

* run with modules on

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reap tainted nodes (#35)

* Reap nodes with taint

* Update README.md

* refactor (coverage)

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Failed / Completed pod support (#29)

* initial implementation

* fixes

* Namespace exclusion

* test sorting

* test fixes

* exclusion granularity

* add vendor dependencies

* fixes

* Update podreaper.go

* Update README.md

* Update README.md

* Update README.md

* add namespaces rbac

* fix readme typos