Skip to content

Releases: kynrai/tainted

Include new packages

05 Jun 23:55
Compare
Choose a tag to compare

Include new packages in output so new services will be deployed as well

Renamed and Refactored

05 Jun 20:28
Compare
Choose a tag to compare

Renamed to tainted as inspired by terraform taint

A total rewrite of how the tool works. It now uses go list as a source of input and uses go/build package to derive the imports instead of recursive spawns of shell commands which was incredibly slow.

Initial Release

15 Mar 15:09
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First release of chooser.

Uses go and git command line calls to determine which packages under a cmd directory are affected by changes between two git commit hashes.

Notes

Requires the packages that can be built to be present under the cmd folder