Skip to content

Releases: jdockerty/kubectl-oomd

v0.0.7

11 Dec 13:07
86a8f6d
Compare
Choose a tag to compare

Changelog

  • 1ab0cef Fixes a bug raised in #20 for mismatching memory requests/limits with large multi-container pods.
  • f353d1c Adds the --sort-field flag to sort by termination timestamp, currently only --sort-field time is supported.

v0.0.6

24 Nov 07:03
45a3d36
Compare
Choose a tag to compare

Changelog

  • Add additional output when there are no OOMKilled pods (#14)
  • Minor refactor and comment/docstring pass for project readability (#13)
  • Bump Go version for development and CI to 1.19 (#11), this also fixes an SSL issue raised in issues#12.

v0.0.5

14 Nov 11:40
3b10a6e
Compare
Choose a tag to compare

Changelog

kubectl oomd --version # or -v

Version: 0.0.5
Commit: 3b10a6e018ec20b64cd83e6595599aa4ff0b56f2
Platform: linux/amd64
Go: go1.18.7

v0.0.4

10 Nov 14:40
Compare
Choose a tag to compare

Changelog

  • #6 Add --all-namespaces/-A flag and functionality.
  • #8 Include a darwin_arm64 build.

Note: this is a re-release of v0.0.3 as there was an error with the krew-release-bot which causes it error on opening a fresh PR for the same tag. If this persists, I'll open one manually to solve the problem and avoid creating multiple tags.

v0.0.2

07 Nov 18:12
Compare
Choose a tag to compare

Changelog

  • 71943df Add memory limits/requests to the output
  • 668fe60 rename project to oomd from oomlie, as it is more easier to index for krew, in respect to searching/remembering.
POD                        CONTAINER        REQUEST     LIMIT     TERMINATION TIME
my-app-5bcbcdf97-722jp     infoapp          1G          8G        2022-11-07 13:03:49 +0000 GMT
my-app-5bcbcdf97-7j5rd     infoapp          1G          8G        2022-11-07 14:35:34 +0000 GMT
my-app-5bcbcdf97-k8g8g     infoapp          1G          8G        2022-11-07 14:35:02 +0000 GMT
my-app-5bcbcdf97-mf65j     infoapp          1G          8G        2022-11-07 14:34:57 +0000 GMT

v0.0.1

07 Nov 10:06
Compare
Choose a tag to compare

Initial release 🚀