Releases: umputun/spot
Releases · umputun/spot
Version 0.7.2
- Fix: ignoring filters on inventory overrides
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
- add connection timeout for ssh
- allow spot inventory set via env
- don't fail other hosts on the failure of one of the hosts
- improve error messages
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
Version 0.6.2
- Change short cli flags, make them expected: -f for filter -p for playbook
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.1
Version 0.6.0
What's Changed
- Switch inventory to yml, add custom (friendly) host names by @umputun in #24
- Swaitch tasks to list by @umputun in #25
- Fixing misspelling in README.md by @bessarabov in #22
- Removed --host from README.md by @bessarabov in #20
Full Changelog: v0.5.0...v0.6.0
Version 0.5.0
What's Changed
- Support inventory user by @umputun in #15
- Using spot.yml & SPOT_FILE in code by @bessarabov in #16
- Support Inventory groups by @umputun in #18
- Allow multiple targets in cli, drop hosts override param as redundant by @umputun in #19
New Contributors
- @bessarabov made their first contribution in #16
Full Changelog: v0.4.0...v0.5.0
Version 0.4.0
What's Changed
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
What's Changed
- Run multiline scripts as the regular sh file by @umputun in #13
- Improve docs
- Add more tests
- Adjust
SPOT_REMOTE_HOST
to the "localhost" in the case of local execution
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
What's Changed
- Add support for ignore_errors option by @umputun in #9
- Add cli env vars to set for all commands by @umputun in #11
- Local run by @umputun in #12
- Uses
signal.NotifyContext
for catch os signals and cancel context by @negasus in #4 - Fix options list in docs by @kudrevatykh in #8
New Contributors
- @negasus made their first contribution in #4
- @kudrevatykh made their first contribution in #8
- @umputun made their first contribution in #9
Full Changelog: v0.1.0...v0.2.0