Skip to content

Releases: germainlefebvre4/ns-killer

v1.1.0

26 Oct 22:43
Compare
Choose a tag to compare

1.1.0 (2020-10-26)

Bug Fixes

Features

  • dryrun: Add dryrun and config statement (#26) (d1cd163)

v1.0.0

31 Aug 23:26
Compare
Choose a tag to compare

1.0.0 (2020-08-31)

Bug Fixes

  • perf: Improve perf with duplicated code optimizations (#11) (#10) (0087376)

Features

  • config: Activate namespace regex filter and killer (#1) (7915d08)
  • config: Add kubernetes ConfigMap (dbcfae8)
  • kubernetes: Add sample kubernetes manifests (99f9801)

v0.1.0

31 Aug 22:28
0087376
Compare
Choose a tag to compare
fix(perf): Improve perf with duplicated code optimizations (#11) (#10)

* optimzed code for duplications

* fixed space in dict

* fix: Syntax and datetime calls

* doc: Update readme with compatible python versions

Co-authored-by: bilgehannal <bilgehanl.03@gmail.com>