Skip to content

Releases: achetronic/nsmurder

v0.2.0

16 Nov 23:01
Compare
Choose a tag to compare

Changes

  • Upgrade project file tree to match current Golang community arrangement
  • Include Makefile to execute actions with ease
  • Upgrade Github workflow that creates release binaries: Now this workflow is using the makefile directly and not an external action as this is more transparent with the users
  • Upgrade Go version to v1.22
  • Binaries are now statically compiled to increase compatibility

Fixes

  • Some error messages are giving enough information on failures now

v0.1.0

14 Sep 19:04
Compare
Choose a tag to compare

The first release

Highlights

  • Ability to handle deletion for: selected namespaces, or even all, ignoring some of them if desired
  • Several sequential strategies implemented to make deletion reliable for most pipelines where this project could make a trick
  • Fully documented into the README
  • Compilations are done for a lot platforms automatically for every release using a Github Action