Skip to content

Releases: fgouteroux/sshot

v0.1.0

11 Mar 10:35

Choose a tag to compare

Changelog

  • e708e71 chore: fix lint warnings and update golangci config
  • b5d6a4a feat: add -version flag with build info
  • dc9495c fix: use singleton SSH agent connection to prevent exhaustion
  • 37f225a refactor: reorganize codebase into pkg/ package structure

v0.0.4

20 Oct 14:19

Choose a tag to compare

Changelog

  • d7bf3a0 feat: add facts collectors
  • 67aaa98 feat: add task fields only_groups and skip_groups

v0.0.3

17 Oct 08:08

Choose a tag to compare

Changelog

  • 3516fbb doc; update doc
  • 28277c0 feat: add local_action, run_once, delegate_to task param

v0.0.2

16 Oct 07:47

Choose a tag to compare

Changelog

  • 747def2 doc: add docs
  • 8c12f06 doc: update readme and license
  • 1d6bc53 feat: add allowed_exit_codes field in task
  • ae583f9 feat: add full-ouput param
  • 88c9b22 fix: allowed exit codes

v0.0.1

13 Oct 14:24

Choose a tag to compare

Changelog

  • 9b98470 feat: add unit tests
  • 8ea9603 feat: separate inventory file, fix ssh-keyscan hostname output and strict_host_key_check host override
  • 65029ea feat: split into logical files
  • 510868e first commit